CVE-2024-12773
Published: 27 January 2025
Summary
CVE-2024-12773 is a high-severity SQL Injection (CWE-89) vulnerability in Pulseextensions Altra Side Menu. Its CVSS base score is 7.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 38.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2024-12773 is a SQL injection vulnerability (CWE-89) in the Altra Side Menu WordPress plugin through version 2.0. The flaw arises because the plugin does not sanitize and escape a parameter before incorporating it into a SQL statement, enabling unauthenticated SQL injection attacks when exploited by authorized users.
The vulnerability has a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H), indicating it is exploitable over the network with low complexity and no user interaction required, but necessitates high privileges such as administrator access. An attacker with admin rights can inject malicious SQL payloads to achieve high-impact confidentiality, integrity, and availability compromises, potentially leading to full database compromise, data exfiltration, modification, or deletion.
For mitigation details, refer to the WPScan advisory at https://wpscan.com/vulnerability/fab64105-599f-49a4-b01d-c873ff34b590/.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-51099
Vulnerability details
The Altra Side Menu WordPress plugin through 2.0 does not sanitize and escape a parameter before using it in a SQL statement, allowing admins to perform SQL injection attacks
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing WordPress plugin directly enables exploitation of the web application over the network.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 requires information input validation at system entry points, directly preventing SQL injection by sanitizing and escaping parameters before SQL statement incorporation.
SI-2 mandates identification, reporting, and correction of system flaws, comprehensively mitigating this SQL injection vulnerability through timely plugin patching.
RA-5 requires vulnerability monitoring and scanning that identifies SQL injection flaws like CVE-2024-12773 in WordPress plugins.