CVE-2026-82980 Details
Description
Any authenticated user can lock or unlock files they do not own by targeting absolute WebDAV paths of other users. The DAV plugin resolves files from the absolute request URI without verifying that the path segment matches the authenticated session user. This enables: Cross-user manual locks : attacker locks a victim's files, blocking writes (PUT/MOVE/DELETE, editor saves). Lock-token disclosure: the app returns the lock token to unauthorized callers, enabling them to remove token-based locks (client locks) of other users.
A vulnerability in the WebDAV handling of Nextcloud's DAV plugin allows any authenticated user to lock or unlock files belonging to other users. This issue arises because the plugin processes absolute file paths without verifying that the path corresponds to the authenticated user. As a result, an attacker can disrupt a victim's file access by locking their files, which prevents them from being edited or deleted. Additionally, the application inadvertently discloses lock tokens to unauthorized users, enabling them to remove locks from files of their choice.
To address this vulnerability, Nextcloud should implement checks in the DAV plugin to ensure that file operations are scoped to the authenticated user. This includes verifying user IDs against the session user before processing lock requests. Additionally, the application should be updated to prevent the disclosure of lock tokens to unauthorized users.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 18, 2026CISA-ADP
Assessed Sep 18, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://hackerone.com/reports/3301553 | [email protected] | ExploitIssue TrackingTechnical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Nextcloud | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 18, 2026 | CVE Modified | CISA-ADP |
| Sep 18, 2026 | New CVE Received | [email protected] |
Volerion