Description
The Project Manager WordPress plugin before 4.0.7 does not restrict several of its REST API routes to the projects a user belongs to, allowing any authenticated user, such as a subscriber, to read other projects' task content and user email addresses and to modify other projects' task boards.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from inadequate authorization checks on several REST API routes within the Project Manager WordPress plugin. An authenticated user, even with a low-level role such as a subscriber, can query or modify any task belonging to projects they are not a member of. This lack of restriction enables the disclosure of task content and associated user email addresses and permits unauthorized alteration of other projects' task boards.

Affected Systems

Any WordPress site that installs the Project Manager plugin before version 4.0.7 is susceptible. The plugin provides a project‑management interface for sites, and earlier than 4.0.7 versions fail to enforce project membership constraints on API endpoints. Site administrators should examine whether the plugin version 4.0.7 or higher is installed; earlier releases are considered affected.

Risk and Exploitability

Because the plugin's REST API exposes sensitive data without restricting access, an attacker who can authenticate to the WordPress site – which is achievable with typical subscriber credentials – can retrieve private email addresses and task details across projects. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, but the path to exploitation is straightforward: a simple HTTP request to the vulnerable endpoint returns the data. The absence of a CVSS score means the quantitative severity is undefined, yet the potential confidentiality impact and the ability to tamper with project data grant this issue considerable risk for affected sites.

Generated by OpenCVE AI on August 26, 2026 at 07:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Project Manager plugin to version 4.0.7 or later to enable proper project‑based access control.
  • Revoke or restrict permissions for subscriber‑level users, ensuring they cannot access the plugin’s REST API routes unless they belong to a project.
  • Monitor API traffic for unauthorized reads or writes originating from unprivileged roles, and configure logging or intrusion detection to flag abnormal activity.

Generated by OpenCVE AI on August 26, 2026 at 07:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284
CWE-639

Wed, 26 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Project Manager WordPress plugin before 4.0.7 does not restrict several of its REST API routes to the projects a user belongs to, allowing any authenticated user, such as a subscriber, to read other projects' task content and user email addresses and to modify other projects' task boards.
Title WP Project Manager < 4.0.7 - Subscriber+ Cross-Project Task Disclosure and Task Board Modification via IDOR
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-26T06:00:20.513Z

Reserved: 2026-08-17T11:36:15.685Z

Link: CVE-2026-74929

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T07:30:16Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control

  • CWE-639

    Authorization Bypass Through User-Controlled Key