CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Lifecycle Timeline
5DescriptionNVD
An issue in open5gs v.2.7.3 allows a remote attacker to cause a denial of service via a crafted PDU Session Modification Request
AnalysisAI
Remote denial of service in Open5GS 2.7.3 allows unauthenticated attackers to crash the 5G core network by sending malformed PDU Session Modification Request messages. The vulnerability stems from improper input validation (CWE-20) in session management functions. EPSS score of 0.07% indicates low observed exploitation probability, and no active exploitation has been confirmed via CISA KEV. However, the attack requires no authentication or user interaction (AV:N/AC:L/PR:N/UI:N), making it trivially exploitable against exposed 5G core deployments, potentially disrupting mobile network services for enterprise or carrier environments.
Technical ContextAI
Open5GS is an open-source implementation of 5G Core and Evolved Packet Core (EPC) network functions. The vulnerability affects the Session Management Function (SMF) component responsible for handling PDU (Protocol Data Unit) Session lifecycle operations. The PDU Session Modification Request is a 3GPP-defined NAS (Non-Access Stratum) message used to modify established data sessions between user equipment and the 5G core. The root cause is CWE-20 (Improper Input Validation), indicating the SMF fails to properly sanitize or validate fields within incoming modification requests before processing them. CPE data shows 'n/a:n/a' which reflects incomplete vendor enumeration in NVD, but the GitHub issue confirms the specific affected product is Open5GS version 2.7.3. This affects deployments where the SMF interface is exposed to untrusted networks or compromised radio access equipment.
RemediationAI
Primary remediation requires monitoring the Open5GS GitHub repository (https://github.com/open5gs/open5gs) for a patch release addressing issue #3858, as no fixed version number is confirmed in available vendor advisories at time of analysis. Until an official patch is released, implement these specific compensating controls: (1) Deploy network-level filtering to restrict PDU Session Management messages to only trusted 5G RAN equipment using IPsec or TLS mutual authentication on N1/N2 interfaces, accepting the operational overhead of certificate management. (2) Enable strict input validation logging on SMF to detect malformed PDU Session Modification Requests and implement rate-limiting per UE (User Equipment) identifier to contain potential DoS impact, though this may introduce latency during legitimate high-volume session modifications. (3) Deploy SMF instances in high-availability clusters with health monitoring to enable automatic failover if a node crashes, which increases infrastructure cost but maintains service continuity. (4) For lab/test environments, isolate Open5GS deployments from production networks entirely and restrict access to authenticated VPN connections only. Subscribe to security notifications at https://github.com/open5gs/open5gs/security/advisories for official patch announcements.
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-209598