CVE-2023-49105
OwnCloud - WebDAV API Authentication Bypass
Record summary
CVE-2023-49105 has a selected CVSS score of 9.8 (critical); EIP currently links 1 repository PoC and 1 Nuclei template.
Description
An issue was discovered in ownCloud owncloud/core before 10.13.1. An attacker can access, modify, or delete any file without authentication if the username of a victim is known, and the victim has no signing-key configured. This occurs because pre-signed URLs can be accepted even when no signing-key is configured for the owner of the files. The earliest affected version is 10.6.0.
Exploitation context
Proofs of concept
1Repository PoCs
GitHubambionics/owncloud-exploitsRepository PoCby ambionicsStars: 39Not analyzed2 files
Nuclei templates
1ProjectDiscoveryCRITICALOwnCloud - WebDAV API Authentication BypassCVSS 9.8
An issue was discovered in ownCloud owncloud/core before 10.13.1. An attacker can access, modify, or delete any file without authentication if the username of a victim is known, and the victim has no signing-key configured. This occurs because pre-signed URLs can be accepted even when no signing-key is configured for the owner of the files. The earliest affected version is 10.6.0.
Impact
Attackers can access, modify, or delete any files without authentication, leading to data breach and integrity issues.
Remediation
Upgrade OwnCloud to version 10.13.1 or later that properly validates signing keys and authentication in the WebDAV API.
Source: ProjectDiscovery