CVE-2024-57649
Published: 14 January 2025
Summary
CVE-2024-57649 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly remediates the specific SQL injection vulnerability in the qst_vec_set component of Virtuoso v7.2.11 by applying patches from the referenced GitHub issue.
Prevents exploitation of the SQL injection (CWE-89) by validating and sanitizing crafted SQL statements input to the qst_vec_set component.
Mitigates the DoS impact by implementing protections against resource exhaustion triggered by malicious SQL statements.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in network-accessible DB component directly enables remote exploitation of public-facing app (T1190) and application-layer DoS via crafted input (T1499.004).
NVD Description
An issue in the qst_vec_set 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-57649 is a vulnerability in the qst_vec_set component of OpenLink Virtuoso Open-Source version 7.2.11. It enables attackers to cause a Denial of Service (DoS) condition through crafted SQL statements. The issue carries 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 linked to CWE-89 (Improper Neutralization of Special Elements used in an SQL Command, or SQL Injection). The CVE was published on 2025-01-14.
Remote attackers can exploit this vulnerability without authentication or user interaction, as it is network-accessible with low attack complexity. Successful exploitation allows manipulation of data integrity (high impact), though the description emphasizes DoS effects, with no reported impacts on confidentiality or availability per the CVSS vector.
Mitigation details are available in the referenced GitHub issue at https://github.com/openlink/virtuoso-opensource/issues/1206.
Details
- CWE(s)