Skip to main content
Mallory
High

Unauthorized file metadata and download link disclosure in SP Project & Document Manager for WordPress

IdentifiersCVE-2026-10737CWE-862· Missing Authorization

CVE-2026-10737 affects the SP Project & Document Manager plugin for WordPress in all versions up to and including 4.71. The vulnerability is caused by a missing capability check in the view_file function, which handles access to file information. The authorization logic is flawed: it uses a negated nonce check OR-chained with capability and ownership checks, so if the nonce is missing or invalid, the overall condition evaluates in a way that bypasses the intended authorization controls. A secondary fallback check only blocks access to root-level files where pid == 0, but does not protect files stored inside project folders. As a result, an unauthenticated attacker can send a POST request to admin-ajax.php with a valid file ID and retrieve file metadata and download links for arbitrary files stored in project folders, potentially exposing sensitive server-side content.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation allows unauthenticated access to file metadata and download URLs for arbitrary files stored within project folders managed by the plugin. This can expose sensitive information contained in project documents or other stored files. The issue is an access control failure leading to information disclosure rather than direct code execution, but the exposed files may contain confidential business data, internal documentation, credentials, or other sensitive material depending on how the plugin is used.

Mitigation

If you can’t patch tonight, do this now.

Until a fixed version is deployed, reduce exposure by restricting access to the vulnerable AJAX endpoint admin-ajax.php where operationally feasible, disabling the plugin if it is not required, or limiting use of the affected file-management functionality. Minimize sensitive data stored in plugin-managed project folders and monitor for suspicious unauthenticated POST requests targeting file access actions. If possible, apply web application firewall or access-control rules to constrain unauthenticated access to the relevant AJAX action.

Remediation

Patch, then assume compromise.

Update the SP Project & Document Manager plugin to a version later than 4.71 when a vendor fix is available. Review the vendor's patch for corrections to the authorization logic in view_file, specifically ensuring capability, ownership, and nonce validation are enforced correctly and fail closed. After updating, assess whether sensitive files stored in project folders may have been exposed and rotate or remediate any disclosed secrets or documents as appropriate.
PUBLIC EXPLOITS

Exploits

No public exploits tracked yet. Mallory keeps watching.

VALID 0 / 0 TOTALView more in app

No public exploit code observed for this vulnerability.

ACTIVITY FEED

Recent activity

10 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.

No news coverage yet. Advisories and community discussion only.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity10

Community discussion across Reddit, Mastodon, and other social sources.

Unauthorized file metadata and download link disclosure in SP Project & Document Manager for WordPress (CVE-2026-10737) | Mallory