CVE-2024-57641
Published: 14 January 2025
Summary
CVE-2024-57641 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 46.2% 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 SC-5 (Denial-of-service Protection) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Remediating the specific flaw in the sqlexp component of Virtuoso v7.2.11 directly prevents exploitation of this SQL injection vulnerability leading to DoS.
Validating SQL statement inputs to the sqlexp component prevents crafted malicious SQL from triggering the DoS condition.
Denial-of-service protections limit the effects of crafted SQL statements causing resource exhaustion in the sqlexp component.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated SQL injection (CWE-89) in a public-facing database component directly enables exploitation of a network-accessible application (T1190) to trigger DoS via crafted input (T1499.004).
NVD Description
An issue in the sqlexp component of openlink virtuoso-opensource v7.2.11 allows attackers to cause a Denial of Service (DoS) via crafted SQL statements.
Deeper analysisAI
CVE-2024-57641 is a vulnerability in the sqlexp 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 (SQL Injection). The vulnerability was published on 2025-01-14.
A remote network attacker requires no privileges, authentication, or user interaction to exploit this vulnerability with low attack complexity. Successful exploitation leads to a DoS condition as described, with the CVSS metrics indicating high integrity impact but no confidentiality or availability impact.
Mitigation details are available in the GitHub issue tracker at https://github.com/openlink/virtuoso-opensource/issues/1183.
Details
- CWE(s)