CVE-2024-12015
Description
The 'Project Manager' WordPress Plugin is affected by an authenticated SQL injection vulnerability in the 'orderby' parameter in the '/pm/v2/activites' route.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Authenticated SQL injection in the Project Manager WordPress plugin allows attackers to execute arbitrary SQL commands via the 'orderby' parameter.
Vulnerability
Overview
The Project Manager WordPress plugin is vulnerable to an authenticated SQL injection (SQLi) in the /pm/v2/activities REST API route. The flaw exists because the orderby parameter is not properly validated or sanitized before being used in SQL queries [1]. This allows an attacker with valid authentication to inject arbitrary SQL commands.
Exploitation
An attacker can exploit this vulnerability by sending a crafted GET request to the vulnerable endpoint. The proof-of-concept provided by Tenable demonstrates a time-based blind SQL injection using SLEEP(5) to confirm the injection [1]. No special privileges beyond standard user authentication are required, as the route is accessible to any authenticated user.
Impact
Successful exploitation enables an attacker to extract sensitive data from the WordPress database, including user credentials, session tokens, and other confidential information. The injection could also be used to modify or delete data, potentially leading to complete site compromise.
Mitigation
As of the disclosure date, the vendor (WeDevs) has not released a patch. The recommended mitigation is to remove the Project Manager plugin entirely until a fix is available [1]. The vulnerability has been publicly disclosed and proof-of-concept code is available, increasing the risk of exploitation.
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.