Cyber Resilience

CVE-2024-57663

HighPublic PoCDDoS

Published: 14 January 2025

Published
14 January 2025
Modified
17 April 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0011 29.3th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57663 is a high-severity Allocation of Resources Without Limits or Throttling (CWE-770) 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 at the 29.3th percentile by exploit likelihood (below the median); 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 SC-6 (Resource Availability).

Deeper analysis

CVE-2024-57663 is a denial-of-service vulnerability affecting the sqlg_place_dpipes component in OpenLink Virtuoso Open-Source version 7.2.11. The issue enables attackers to disrupt service availability through specially crafted SQL statements. It carries 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) and is associated with CWE-770 (Allocation of Resources Without Limits or Throttling).

Unauthenticated remote attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. Exploitation leads to high-impact denial of service, potentially crashing the affected Virtuoso instance and rendering it unavailable, without impacting confidentiality or integrity.

Mitigation details are available in the referenced GitHub issue at https://github.com/openlink/virtuoso-opensource/issues/1218.

EU & UK References

Vulnerability details

An issue in the sqlg_place_dpipes 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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Remote unauthenticated DoS via crafted SQL on a network-exposed DB service directly enables T1190 for public app exploitation and T1499.004 for causing endpoint DoS via software vuln abuse.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-57662Same product: Openlinksw Virtuoso
CVE-2024-57664Same product: Openlinksw Virtuoso
CVE-2024-57637Same product: Openlinksw Virtuoso
CVE-2024-57660Same product: Openlinksw Virtuoso
CVE-2024-57661Same product: Openlinksw Virtuoso
CVE-2024-57648Same product: Openlinksw Virtuoso
CVE-2024-57642Same product: Openlinksw Virtuoso
CVE-2024-57658Same product: Openlinksw Virtuoso
CVE-2024-57657Same product: Openlinksw Virtuoso
CVE-2024-57641Same product: Openlinksw Virtuoso

Affected Assets

openlinksw
virtuoso
7.2.11

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly protects against denial-of-service attacks by limiting or blocking effects of resource exhaustion from crafted SQL statements in Virtuoso's sqlg_place_dpipes component.

prevent

Enforces resource allocation mechanisms and throttling to prevent unbounded resource consumption as described in CWE-770 for this SQL processing vulnerability.

prevent

Validates information inputs such as SQL statements to reject or mitigate crafted inputs that trigger DoS in the sqlg_place_dpipes component.

References