Description
Subscriber SQL Injection in WP Project Manager Pro <= 4.0.1 versions.
Published: 2026-08-24
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote code execution via SQL injection
Action: Patch immediately
AI Analysis

Impact

The vulnerability is a subscriber-level SQL injection in WP Project Manager Pro versions 4.0.1 and earlier. Attackers who can craft input directed at the plugin can manipulate SQL queries, potentially leading to unauthorized data access or, if the database is exploited further, remote code execution. The flaw is a classic example of CWE-89, where unsanitized user input is incorporated into SQL statements.

Affected Systems

This issue affects the weDevs Pte. Ltd WordPress plugin WP Project Manager Pro. All installations running any version of the plugin up to and including 4.0.1 are impacted. The vulnerability is tied to the WordPress plugin ecosystem and any sites that have the plugin installed and enabled.

Risk and Exploitability

The CVSS score of 8.5 indicates a high severity, and while the EPSS score is not available, the absence of a KEV listing suggests no publicly confirmed exploits yet. Based on the description, the likely attack vector is through HTTP requests to the plugin’s endpoints that accept subscriber input. An adversary only needs the ability to inject payloads into those inputs and does not require elevated privileges beyond those of a subscriber user. Once the injection condition is met, the attacker can read, modify, or delete data stored in the WordPress database and might elevate the impact to code execution if the database can be coerced into running arbitrary statements.

Generated by OpenCVE AI on August 24, 2026 at 13:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WP Project Manager Pro to version 4.0.2 or later, which contains the SQL injection fix.
  • Disable or uninstall the vulnerable plugin if an immediate update is not possible, to eliminate the attack surface.
  • Restrict the plugin’s access to only administrators, removing subscriber-level capabilities until a patch is applied.

Generated by OpenCVE AI on August 24, 2026 at 13:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 24 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Wedevs
Wedevs wp Project Manager
Wordpress
Wordpress wordpress
Vendors & Products Wedevs
Wedevs wp Project Manager
Wordpress
Wordpress wordpress

Mon, 24 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 24 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description Subscriber SQL Injection in WP Project Manager Pro <= 4.0.1 versions.
Title WordPress WP Project Manager Pro plugin <= 4.0.1 - SQL Injection vulnerability
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 8.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L'}


Subscriptions

Wedevs Wp Project Manager
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-08-24T12:51:07.396Z

Reserved: 2026-03-12T11:11:55.347Z

Link: CVE-2026-32478

cve-icon Vulnrichment

Updated: 2026-08-24T12:48:12.825Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T12:16:51.607

Modified: 2026-08-24T16:40:53.647

Link: CVE-2026-32478

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T20:45:04Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')