CVE-2026-10737 HIGH

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

Vendor Smartypants
Product SP Project & Document Manager
Weakness CWE-862 · Missing authorization
Published June 4, 2026
Last update June 4, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

SP Project & Document Manager versions 4.71 and earlier lack proper authorization checks, allowing unauthenticated attackers to read sensitive project and document data over the network. No user interaction is required. The vulnerability does not allow modification or deletion of data, only unauthorized access to confidential information.

What an attacker can do

03Attacker Capabilities

Read confidential projects and documents without logging in.

Potential impact on your site

04Site Impact

Confidential project data and documents are exposed to anyone on the network without needing credentials.

Conditions required to exploit

05Prerequisites

Network access to the application; no authentication or user interaction required.

Key dates

06Disclosure timeline

June 4, 2026 CVE published
June 4, 2026 Record updated