CVE Catalog

CVE-2026-10737

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.30%

22th percentile - higher than 22% of all known CVEs

Summary

The SP Project & Document Manager plugin for WordPress up to version 4.71 lacks a capability check in the view_file function. Unauthenticated attackers can read file metadata and obtain download links for arbitrary files in project folders, which may contain sensitive information. The authorization gate uses a negated nonce check OR-chained with permission checks, allowing bypass of all controls.

Risk Assessment

Risk of sensitive data leakage from project folders, including documents and configuration files.

Recommendation

Update the SP Project & Document Manager plugin to the latest version or apply temporary mitigations such as blocking access to admin-ajax.php for unauthenticated users.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS