CVE-2024-57636
Published: 14 January 2025
Summary
CVE-2024-57636 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 47.3% 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).
Deeper analysis
CVE-2024-57636 is a vulnerability in the itc_sample_row_check component of OpenLink Virtuoso Open-Source version 7.2.11. The flaw allows attackers to trigger a Denial of Service (DoS) condition through specially crafted SQL statements. It has been assigned CWE-89 (Improper Neutralization of Special Elements used in an SQL Command, or SQL Injection) and a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high severity primarily due to its impact on availability.
Remote attackers require no privileges or user interaction to exploit this vulnerability over the network with low complexity. Successful exploitation causes a DoS, disrupting service availability for legitimate users by crashing or overwhelming the affected Virtuoso instance, with no impact on confidentiality or integrity.
Mitigation details and further discussion are available in the GitHub issue at https://github.com/openlink/virtuoso-opensource/issues/1194, published on 2025-01-14. Security practitioners should review this reference for patches or workarounds specific to Virtuoso Open-Source deployments.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-53668
Vulnerability details
An issue in the itc_sample_row_check 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 on a public-facing database server directly enables exploitation of public-facing applications (T1190) to achieve DoS impact.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates SQL injection in the itc_sample_row_check component by enforcing validation and sanitization of crafted SQL statement inputs.
Requires timely flaw remediation through patching the specific vulnerability in OpenLink Virtuoso v7.2.11 as detailed in the referenced GitHub issue.
Provides denial-of-service protection mechanisms to prevent service disruption from remote exploitation of the SQL injection flaw.