CVE-2023-7273 MEDIUM

CVE-2023-7273: Cross Site Request Forgery in Kiteworks OwnCloud

Vendor Kiteworks
Product OwnCloud
Weakness CWE-352 · CSRF
Published October 1, 2024
Last update October 1, 2024

CVSS base score

6.8/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction Required
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N

What the vulnerability does

01Description

Cross site request forgery in Kiteworks OwnCloud allows an unauthenticated attacker to forge requests. If a request has no Authorization header, it is created with an empty string as value by a rewrite rule. The CSRF check is done by comparing the header value to null, meaning that the existing CSRF check is bypassed in this case. An attacker can, for example, create a new administrator account if the request is executed in the browser of an authenticated victim.

Key dates

02Disclosure timeline

October 1, 2024 CVE published
October 1, 2024 Record updated

Related vulnerabilities

04Related CVE