CVE-2024-57646
Published: 14 January 2025
Summary
CVE-2024-57646 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 45.8% 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-57646 is a vulnerability in the psiginfo component of OpenLink Virtuoso OpenSource version 7.2.11. The issue, classified under CWE-89 (SQL Injection), enables attackers to cause a Denial of Service (DoS) condition through crafted SQL statements. It has a CVSS v3.1 base score of 7.5, reflecting network accessibility (AV:N), low attack complexity (AC:L), no privileges required (PR:N), no user interaction (UI:N), unchanged scope (S:U), no confidentiality impact (C:N), high integrity impact (I:H), and no availability impact (A:N).
Remote, unauthenticated attackers can exploit this vulnerability by sending specially crafted SQL statements to the affected component over the network. The low complexity and lack of required privileges or user interaction make it accessible to a wide range of adversaries, potentially allowing them to disrupt service integrity as indicated by the high integrity impact score.
For mitigation details, refer to the advisory in the GitHub issue at https://github.com/openlink/virtuoso-opensource/issues/1199.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-53678
Vulnerability details
An issue in the psiginfo 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 network-accessible database component directly enables remote exploitation of public-facing application for DoS/integrity impact.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 requires validation of information inputs, directly preventing SQL injection attacks like CVE-2024-57646 by rejecting crafted SQL statements in the psiginfo component.
SI-2 mandates identification, reporting, and correction of system flaws, directly addressing the specific SQL injection vulnerability in OpenLink Virtuoso v7.2.11.
SC-5 protects against denial-of-service events, mitigating the service disruption caused by exploitation of this SQL injection vulnerability.