CVE-2024-57645
Published: 14 January 2025
Summary
CVE-2024-57645 is a high-severity SQL Injection (CWE-89) vulnerability in Openlinksw Virtuoso. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 38.9% 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2024-57645 is a vulnerability in the qi_inst_state_free component of OpenLink Virtuoso OpenSource version 7.2.11. The issue allows attackers to cause a Denial of Service (DoS) condition through crafted SQL statements. It has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N) and is associated with CWE-89 (Improper Neutralization of Special Elements used in an SQL Command, or SQL Injection).
Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and without requiring user interaction. Exploitation involves sending crafted SQL statements, resulting in high integrity impact as indicated by the CVSS metrics, despite the description framing it as a DoS.
The GitHub issue at https://github.com/openlink/virtuoso-opensource/issues/1197 provides additional details on the vulnerability, including potential mitigation steps or patches for affected Virtuoso deployments.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-53677
Vulnerability details
An issue in the qi_inst_state_free component of openlink virtuoso-opensource v7.2.11 allows attackers to cause a Denial of Service (DoS) via crafted SQL statements.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated SQL injection in public-facing Virtuoso database server directly enables exploitation via T1190.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Timely identification, reporting, and patching of the specific flaw in the qi_inst_state_free component of Virtuoso v7.2.11 directly eliminates the SQL injection vulnerability enabling DoS.
Validating SQL statement inputs against defined syntax and semantics prevents attackers from injecting crafted statements that trigger the qi_inst_state_free DoS condition.
Protecting against denial-of-service events limits the impact of crafted SQL statements exploiting the vulnerability, though it does not address the root SQL injection cause.