Cyber Posture

CVE-2024-57519

HighPublic PoC

Published: 28 January 2025

Published
28 January 2025
Modified
30 April 2025
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0103 77.5th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57519 is a high-severity Uncontrolled Resource Consumption (CWE-400) vulnerability in Open5Gs Open5Gs. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked in the top 22.5% 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 SC-6 (Resource Availability).

Threat & Defense at a Glance

What attackers do: exploitation maps to Application or System Exploitation (T1499.004). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-2 requires timely remediation of flaws like the resource exhaustion in ogs_dbi_auth_info, directly addressed by the available Open5GS patch.

prevent

SC-5 implements denial-of-service protections specifically against network-based resource exhaustion attacks exploiting crafted requests.

prevent

SC-6 ensures resource availability through allocation and monitoring mechanisms to mitigate uncontrolled consumption triggered by the vulnerable function.

MITRE ATT&CK Enterprise TechniquesAI

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?

CVE-2024-57519 enables remote denial of service via crafted input to the ogs_dbi_auth_info function in Open5GS, a network service, by exploiting the application to crash or exhaust it (T1499.004).

NVD Description

An issue in Open5GS v.2.7.2 allows a remote attacker to cause a denial of service via the ogs_dbi_auth_info function in lib/dbi/subscription.c file.

Deeper analysisAI

CVE-2024-57519 is a denial-of-service vulnerability affecting Open5GS version 2.7.2, an open-source implementation of a 5G core network. The flaw resides in the ogs_dbi_auth_info function within the lib/dbi/subscription.c file, where improper handling allows resource exhaustion. 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-400 (Uncontrolled Resource Consumption).

A remote attacker with network access can exploit this vulnerability without authentication or user interaction by sending crafted requests that trigger the faulty function, leading to excessive resource usage and service disruption. Successful exploitation results in high-impact availability loss for the affected Open5GS component, potentially halting core network functions like subscriber authentication.

Mitigation is available via a patch in Open5GS commit 08b9e7c55f72649ef25b5407e7e4d938f0f16531, which addresses the issue in the subscription database interface. Additional details are documented in the Open5GS GitHub issue #3635 and a vulnerability research repository at github.com/f4rs1ght/vuln-research/tree/main/CVE-2024-57519, recommending immediate upgrades for deployments running the vulnerable version.

Details

CWE(s)

Affected Products

open5gs
open5gs
2.7.2

CVEs Like This One

CVE-2024-56921Same product: Open5Gs Open5Gs
CVE-2025-15532Same product: Open5Gs Open5Gs
CVE-2025-15539Same product: Open5Gs Open5Gs
CVE-2025-1893Same product: Open5Gs Open5Gs
CVE-2025-1925Same product: Open5Gs Open5Gs
CVE-2026-4240Same product: Open5Gs Open5Gs
CVE-2026-2522Same product: Open5Gs Open5Gs
CVE-2026-1586Same product: Open5Gs Open5Gs
CVE-2026-2524Same product: Open5Gs Open5Gs
CVE-2026-2521Same product: Open5Gs Open5Gs

References