CVE-2024-57648
Published: 14 January 2025
Summary
CVE-2024-57648 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.7% 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
Directly mitigates CVE-2024-57648 by requiring identification, reporting, and correction of the specific flaw in the itc_set_param_row component of Virtuoso v7.2.11.
Prevents exploitation of the SQL injection vulnerability by validating crafted SQL statements before they reach the vulnerable itc_set_param_row component.
Protects against the denial-of-service impact caused by crafted SQL statements crashing the Virtuoso instance.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing Virtuoso DB server directly enables remote unauthenticated exploitation (T1190) resulting in application DoS via crafted input (T1499.004).
NVD Description
An issue in the itc_set_param_row 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-57648 affects the itc_set_param_row component in OpenLink Virtuoso Open-Source version 7.2.11. The vulnerability enables attackers to trigger a Denial of Service (DoS) by sending crafted SQL statements. It is classified under CWE-89 (SQL Injection) with 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 due to its impact on availability.
Remote attackers without authentication or privileges can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation disrupts service availability, potentially crashing the affected Virtuoso instance and rendering it unavailable to legitimate users.
Mitigation details are available in the referenced GitHub issue at https://github.com/openlink/virtuoso-opensource/issues/1195.
Details
- CWE(s)