Cyber Resilience

CVE-2023-37022

HighPublic PoCDDoS

Published: 22 January 2025

Published
22 January 2025
Modified
22 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.0031 54.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-37022 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 45.9% 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-2023-37022 is a vulnerability in Open5GS MME versions up to and including 2.6.4, stemming from a reachable assertion in the UE Context Release Request packet handler. An invalid MME_UE_S1AP_ID field in a received packet triggers the assertion, causing the Open5GS MME to crash. This issue is associated with CWE-400 (Uncontrolled Resource Consumption) and has 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).

The vulnerability can be exploited by any unauthenticated attacker with network access to the Open5GS MME. By sending crafted UE Context Release Request packets containing an invalid MME_UE_S1AP_ID, the attacker causes an immediate crash. Repeatedly sending such packets enables sustained denial of service, disrupting MME availability without requiring privileges or user interaction.

Mitigation details are available in the advisory published at https://cellularsecurity.org/ransacked.

EU & UK References

Vulnerability details

Open5GS MME versions <= 2.6.4 contain a reachable assertion in the `UE Context Release Request` packet handler. A packet containing an invalid `MME_UE_S1AP_ID` field causes Open5gs to crash; an attacker may repeatedly send such packets to cause denial of service.

CWE(s)

Related Threats

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?

Directly enables application-layer DoS via crafted packet exploitation of a reachable assertion in the MME service handler.

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

CVEs Like This One

CVE-2024-56921Same product: Open5Gs Open5Gs
CVE-2024-57519Same product: Open5Gs Open5Gs
CVE-2023-37014Same product: Open5Gs Open5Gs
CVE-2025-15532Same product: Open5Gs Open5Gs
CVE-2026-2521Same product: Open5Gs Open5Gs
CVE-2024-24430Same product: Open5Gs Open5Gs
CVE-2026-1586Same product: Open5Gs Open5Gs
CVE-2024-34235Same product: Open5Gs Open5Gs
CVE-2026-4240Same product: Open5Gs Open5Gs
CVE-2023-37021Same product: Open5Gs Open5Gs

Affected Assets

open5gs
open5gs
≤ 2.6.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates the MME_UE_S1AP_ID field in UE Context Release Request packets to reject invalid values before triggering the assertion failure.

prevent

Ensures the packet handler gracefully manages invalid MME_UE_S1AP_ID errors without crashing the Open5GS MME process.

prevent

Protects the MME from denial-of-service by mitigating repeated crafted packets that exploit the assertion vulnerability.

References