CVE-2024-57640
Published: 14 January 2025
Summary
CVE-2024-57640 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-57640 is a vulnerability in the dc_add_int 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 been assigned 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).
The vulnerability can be exploited by unauthenticated remote attackers over the network with low complexity and no user interaction required. Successful exploitation enables high-impact integrity violations, as indicated by the CVSS metrics, potentially allowing manipulation of data integrity without affecting confidentiality or availability directly.
Mitigation details are referenced in the GitHub issue at https://github.com/openlink/virtuoso-opensource/issues/1184, which provides additional context on the vulnerability.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-53672
Vulnerability details
An issue in the dc_add_int 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?
SQL injection in public-facing Virtuoso DB server directly enables remote exploitation (T1190) and high-integrity data manipulation (T1565).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection in the dc_add_int component by validating crafted SQL statement inputs before processing.
Remediates the specific vulnerability in OpenLink Virtuoso v7.2.11 through timely patching and flaw correction.
Mitigates the DoS condition from crafted SQL statements by protecting against and detecting denial-of-service attacks.