SP Project & Document Manager <= 4.69 - Authenticated (Contributor+) SQL Injection via Shortcode
Strategic Overview
- Status
- Patched in 4.70
- Affected Plugin
- SP Project & Document Manager
- Affected Version
<= 4.69- CVSS
- 8.8High
- Weakness type
- CWE-89 · Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
- CVE
CVE-2024-24868
At a glance
CVE-2024-24868 is a high-severity Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in the SP Project & Document Manager WordPress plugin, affecting versions <= 4.69. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Contributor level or above. The issue is fixed in version 4.70; sites on affected versions should update now. Disclosed February 2024, reported by beluga.
Vulnerability Overview
The SP Project & Document Manager plugin for WordPress is vulnerable to SQL Injection via the sp_cdm_display_project_shortcode_show function in versions up to, and including, 4.69 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Reaching this weakness in SP Project & Document Manager <= 4.69 takes an account at Contributor level or above. SQL injection happens when request data is concatenated into a query instead of being bound as a parameter, letting an attacker change the structure of the statement rather than just its values.
A working injection can read any table the database user can see, which on a WordPress install means user records, password hashes and session or API secrets stored in options. For SP Project & Document Manager the fix is 4.70: builds <= 4.69 are affected, anything from 4.70 onward is not.
Remediation
Update to version 4.70, or a newer patched version
How does WordSec protect against this?
An attacker needs Contributor access first, so the firewall sees the attempt as traffic from a logged-in account: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: SP Project & Document Manager 4.70 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Same weakness class
- 9.9CVE-2024-32551: SP Project & Document Manager <= 4.71 SQL Injeciton
CVE-2024-32551 - 9.8SP Projects & Document Manager <= 2.5.9.5 SQL Injection
- 9.8CVE-2014-9178: SP Project & Document Manager Multiple SQL Injection
CVE-2014-9178 - 8.8CVE-2023-36677: SP Project & Document Manager <= 4.67 SQL Injection
CVE-2023-36677
Other vulnerabilities in SP Project & Document Manager
- 9.8SP Projects & Document Manager <= 2.6.0.0 Arbitrary File Upload
- 9.6SP Project & Document Manager <= 4.56 CSRF and Cross-Site Scripting
- 8.8CVE-2023-3063: SP Project & Document Manager IDOR
CVE-2023-3063 - 8.8CVE-2021-4225: SP Project… Subscriber+ Arbitrary File Upload
CVE-2021-4225 - 8.8CVE-2021-24347: SP Project & Document Manager <= 4.21 Shell Upload
CVE-2021-24347 - 8.8SP Project & Document Manager <= 2.5.9.5 Cross-Site Request Forgery
- 7.5CVE-2026-10737: SP Project & Document… Unauthenticated Arbitrary File
CVE-2026-10737 - 6.4CVE-2024-31118: SP Project… Missing Authorization Stored XSS
CVE-2024-31118
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C