๐Ÿ” CVE Alert

CVE-2026-10737

HIGH 7.5

SP Project & Document Manager <= 4.71 - Missing Authorization to Unauthenticated Arbitrary File Information Disclosure via view_file() Function

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-862
Vendor smartypants
Product sp project & document manager
Published Jun 4, 2026
Last Updated Jun 4, 2026
Stay Ahead of the Next One

Get instant alerts for smartypants sp project & document manager

Be the first to know when new high vulnerabilities affecting smartypants sp project & document manager are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

smartypants / SP Project & Document Manager
0 โ‰ค 4.71

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/2eafe150-2178-4355-88a8-67687bd446e4?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sp-client-document-manager/trunk/classes/ajax.php#L250 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/ajax.php#L155

Credits

NamDang