CVE-2026-10737

HIGH EPSS 21.6%
Published Jun 4, 20264w ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
High
Find Similar
Published Jun 4, 2026 4w ago
Last Modified Jun 17, 2026 2w ago

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.

CVSS Details

Base Score
7.5
Exploitability
3.9
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality High
Integrity None
Availability None

Threat Intelligence

EPSS Exploit Probability
21.6% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-862 Missing Authorization Authorization

References 4

  • plugins.trac.wordpress.org https://plugins.trac.wordpress.org/browser/sp-client-document-manager/trunk/ajax.php#L155
  • plugins.trac.wordpress.org https://plugins.trac.wordpress.org/browser/sp-client-document-manager/trunk/ajax.php#L39
  • plugins.trac.wordpress.org https://plugins.trac.wordpress.org/browser/sp-client-document-manager/trunk/classes/ajax.php#L250
  • wordfence.com https://www.wordfence.com/threat-intel/vulnerabilities/id/2eafe150-2178-4355-88a8-67687bd446e4?source=cve

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.