Skip to main content

SP Project & Document Manager EUVDEUVD-2026-34190

| CVE-2026-10737 HIGH
Missing Authorization (CWE-862)
2026-06-04 Wordfence GHSA-7ppx-r2wh-w5w3
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

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

Lifecycle Timeline

2
Analysis Generated
Jun 04, 2026 - 01:57 vuln.today
CVE Published
Jun 04, 2026 - 01:26 nvd
HIGH 7.5

DescriptionCVE.org

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.

AnalysisAI

Unauthenticated information disclosure in the SP Project & Document Manager WordPress plugin (versions up to and including 4.71) allows remote attackers to enumerate file metadata and obtain download links for arbitrary files stored within project folders. The flaw stems from a broken authorization gate in the view_file AJAX handler where a negated nonce check is OR-chained with permission checks, causing the entire condition to evaluate true when no valid nonce is supplied. No public exploit identified at time of analysis, and the CVSS 7.5 score reflects confidentiality-only impact with no integrity or availability consequences.

Technical ContextAI

The vulnerability resides in the sp-client-document-manager plugin's AJAX endpoint (ajax.php and classes/ajax.php) which exposes the view_file function via WordPress's admin-ajax.php interface. The root cause is CWE-862 (Missing Authorization) implemented through a malformed boolean expression: the authorization logic uses '!wp_verify_nonce(...) || capability_check || ownership_check', so when an attacker omits or provides an invalid nonce, the negation evaluates to true and short-circuits the OR chain, bypassing both the capability and ownership checks that follow. A secondary fallback only blocks access when pid == 0 (root-level files), so any file with a non-zero parent project ID - i.e., anything stored inside an actual project folder - is reachable. The CPE cpe:2.3:a:smartypants:sp_project_&_document_manager confirms the affected vendor namespace.

RemediationAI

No vendor-released patch version is cited in the available data, so the primary action is to upgrade to any version released after 4.71 once published by smartypants - monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/2eafe150-2178-4355-88a8-67687bd446e4 and the plugin's WordPress.org page for the fixed release. Until a patched version is installed, deactivate the SP Project & Document Manager plugin if the document management feature is not business-critical, accepting the loss of project file functionality. As a more targeted compensating control, place a WAF rule (such as Wordfence's managed ruleset) to block POST requests to /wp-admin/admin-ajax.php where action=sp_cdm_view_file (or the equivalent view_file action) lacks a valid authenticated session cookie, with the trade-off that legitimate logged-in client portal users must retain access. Restricting /wp-admin/admin-ajax.php to authenticated IPs is generally infeasible on public client portals and should be a last resort.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

EUVD-2026-34190 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy