CVE-2026-10737
7.5 HIGHThe SP Project & Document Manager plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the view...
Published: 2026-06-04 · Last updated: 2026-06-04
Severity and scoring
- CVSS
- 7.5 HIGH
- Vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
- CWE
- CWE-862
Description
The SP Project & Document Manager plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the view_file function in all versions up to, and including, 4.71. This makes it possible for unauthenticated attackers to read file metadata and obtain download links for arbitrary files stored inside project folders on the server, which can contain sensitive information. The authorization gate uses a negated nonce check OR-chained with permission checks, meaning a missing or invalid nonce causes the entire condition to evaluate to true and bypass all preceding capability and ownership checks. The secondary fallback check only denies access for root-level files (pid == 0), leaving all files stored inside project folders fully exposed to unauthenticated users who supply only a valid file ID in a POST request to admin-ajax.php.
Source: NVD
References
- [NVD]https://nvd.nist.gov/vuln/detail/CVE-2026-10737
- [Other]https://plugins.trac.wordpress.org/browser/sp-client-document-manager/trunk/ajax.php#L155
- [Other]https://plugins.trac.wordpress.org/browser/sp-client-document-manager/trunk/ajax.php#L39
- [Other]https://plugins.trac.wordpress.org/browser/sp-client-document-manager/trunk/classes/ajax.php#L250
- [Other]https://www.wordfence.com/threat-intel/vulnerabilities/id/2eafe150-2178-4355-88a8-67687bd446e4?source=cve
Related CVEs
Same CWE
- CVE-2026-53818 — OpenClaw before 2026.4.24 contains an authorization bypass vulnerability in the MCP loopback feature that allows non-owner callers to ski... (6.6 MEDIUM)
- CVE-2026-53816 — OpenClaw before 2026.5.18 contains an insufficient provenance validation vulnerability in node event handling that allows paired nodes to... (7.2 HIGH)
- CVE-2026-53815 — OpenClaw before 2026.5.19 contains an authorization bypass vulnerability in message read actions that skips channel allowlist checks (6.5 MEDIUM)
- CVE-2026-47163 — Quest Bot is an opensource modern Discord Bot built for moderation, utilities and support
- CVE-2026-4764 — A Missing Authorization vulnerability in the playbook import functionality in Dialogflow CX on Google Cloud Platform allows an authentica...