CVE-2024-44812
Published: 22 October 2024
Summary
CVE-2024-44812 is a critical-severity SQL Injection (CWE-89) vulnerability in Janobe Online Complaint Site. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 4.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2024-44812 is a SQL injection vulnerability in Online Complaint Site version 1.0. The flaw exists in the /admin.index.php component and stems from insufficient input sanitization of the username and password parameters, enabling arbitrary SQL queries under CWE-89.
A remote attacker can exploit the issue over the network without authentication or user interaction to escalate privileges, achieving full control over the affected application and resulting in high impact to confidentiality, integrity, and availability as reflected in its CVSS 3.1 score of 9.8.
A publicly available proof-of-concept exploit has been posted to GitHub. The EPSS score has remained flat at 0.1868 with no material upward trajectory observed after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-41111
Vulnerability details
SQL Injection vulnerability in Online Complaint Site v.1.0 allows a remote attacker to escalate privileges via the username and password parameters in the /admin.index.php component.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in admin login (/admin.index.php) enables remote authentication bypass to gain admin privileges, facilitating exploitation of a public-facing application (T1190) and exploitation for privilege escalation (T1068).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.