Unauthenticated Attacker Can Bypass CSRF Check and Create New Admin Account
CVE-2023-7273
6.8MEDIUM
Key Information
- Vendor
- Kiteworks
- Status
- Owncloud
- Vendor
- CVE Published:
- 1 October 2024
Summary
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.
Affected Version(s)
OwnCloud <= 10.12.2
CVSS V3.1
Score:
6.8
Severity:
MEDIUM
Confidentiality:
High
Integrity:
High
Availability:
None
Attack Vector:
Network
Attack Complexity:
High
Privileges Required:
None
User Interaction:
Required
Scope:
Unchanged
Timeline
Vulnerability published.
Vulnerability Reserved.
Collectors
NVD DatabaseMitre Database
Credit
Pascal Geuter <[email protected]>