SP Project & Document Manager <= 4.71 - Missing Authorization to Unauthenticated Arbitrary File Information Disclosure via view_file() Function
Strategic Overview
- Status
- Unpatched
- Affected Plugin
- SP Project & Document Manager
- Affected Version
<= 4.71- CVSS
- 7.5High
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2026-10737
At a glance
CVE-2026-10737 is a high-severity Missing Authorization vulnerability in the SP Project & Document Manager WordPress plugin, affecting versions <= 4.71. It carries a CVSS score of 7.5 (reachable over the network; low attack complexity; high confidentiality impact). Exploitation requires no authentication. No fixed release has been reported yet; treat installations running this software as exposed. Disclosed June 2026, reported by Namdn.
Vulnerability Overview
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.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality.
CWE-862: Missing Authorization
Reaching this weakness in SP Project & Document Manager <= 4.71 takes no account at all. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. No fixed build of this plugin is recorded for SP Project & Document Manager yet, so installs running <= 4.71 stay exposed until the vendor ships one.
Remediation
No known patch available. Please review the vulnerability's details in depth and employ mitigations based on your organization's risk tolerance. It may be best to uninstall the affected software and find a replacement.
How does WordSec protect against this?
This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. No patched version is recorded yet, which is the case where a filtering layer matters most, because there is nothing to update to.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in SP Project & Document Manager
- 9.9CVE-2024-32551: SP Project & Document Manager <= 4.71 SQL Injeciton
CVE-2024-32551 - 9.8SP Projects & Document Manager <= 2.6.0.0 Arbitrary File Upload
- 9.8SP Projects & Document Manager <= 2.5.9.5 SQL Injection
- 9.8CVE-2014-9178: SP Project & Document Manager Multiple SQL Injection
CVE-2014-9178 - 9.6SP Project & Document Manager <= 4.56 CSRF and Cross-Site Scripting
- 8.8CVE-2024-24868: SP Project & Document Manager <= 4.69 SQL Injection
CVE-2024-24868 - 8.8CVE-2023-36677: SP Project & Document Manager <= 4.67 SQL Injection
CVE-2023-36677 - 8.8CVE-2023-3063: SP Project & Document Manager IDOR
CVE-2023-3063
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C