Skip to main content

Open5GS CVE-2025-56568

| EUVDEUVD-2025-209599 HIGH
Reachable Assertion (CWE-617)
2026-04-30 mitre
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

6
Source Code Evidence Fetched
May 04, 2026 - 18:23 vuln.today
Analysis Generated
May 04, 2026 - 18:23 vuln.today
CVSS changed
May 04, 2026 - 18:22 NVD
7.5 (HIGH)
EUVD ID Assigned
Apr 30, 2026 - 20:00 euvd
EUVD-2025-209599
Analysis Generated
Apr 30, 2026 - 20:00 vuln.today
CVE Published
Apr 30, 2026 - 00:00 nvd
HIGH 7.5

DescriptionCVE.org

Assertion failure vulnerability in the PCO (Protocol Configuration Options) parser in the SMF (Session Management Function) component of Open5GS before v2.7.5 allows remote attackers to cause denial of service via specially crafted NGAP messages containing malformed length fields in protocol configuration data.

AnalysisAI

Denial of service in Open5GS SMF component (versions before v2.7.5) allows unauthenticated remote attackers to crash the 5G core network Session Management Function by sending NGAP messages with malformed Protocol Configuration Options containing invalid length fields. The vulnerability triggers assertion failures in the PCO parser (CWE-617), causing service termination. With CVSS 7.5 (High) severity and network-accessible attack vector requiring no authentication, this poses significant operational risk to 5G networks, though the low EPSS score (0.07%, 22nd percentile) suggests limited observed exploitation attempts. No active exploitation confirmed (not in CISA KEV). Upstream fix available via commit d770787 incorporated in v2.7.5 release.

Technical ContextAI

Open5GS is an open-source implementation of 5G Core and EPC (Evolved Packet Core) for mobile networks. The Session Management Function (SMF) handles PDU session establishment, modification, and release in 5G standalone architecture. This vulnerability exists in the Protocol Configuration Options (PCO) parser within lib/proto/types.c, which processes configuration data encapsulated in NGAP (Next Generation Application Protocol) messages exchanged between the SMF and AMF (Access and Mobility Management Function). PCO/ePCO structures carry negotiation parameters like DNS addresses, IP allocation methods, and protocol-specific configuration between user equipment and the core network. The root cause (CWE-617: Reachable Assertion) occurs when the parser encounters length field inconsistencies - the code used ogs_assert() for size validation, causing immediate process termination when malformed data violated expected invariants. The commit changes defensive assertions to runtime error checks (ogs_expect/conditional error handling), allowing graceful failure instead of crash. This affects multiple protocol handlers: S5-C (GTP-C interface), Gn (GPRS core network), and GSM (NAS layer) build functions that construct session responses containing PCO data.

RemediationAI

Upgrade to Open5GS v2.7.5 or later, which includes commit d7707879c943d2c952235382154d835b5849d54e replacing vulnerable assertion-based validation with graceful error handling. The patch converts ogs_assert() calls to ogs_expect() with explicit error checking, preventing crashes when malformed PCO data is encountered. Download from official Open5GS GitHub releases (https://github.com/open5gs/open5gs/releases/tag/v2.7.5). For environments unable to immediately upgrade, implement network-level mitigations: restrict NGAP message sources to authenticated, trusted AMF/MME nodes only using IPsec or firewall rules limiting access to SMF control plane interfaces (typically SCTP port 38412 for NGAP), though this reduces attack surface rather than eliminating the vulnerability and may complicate legitimate multi-vendor interoperability. Enable verbose logging and monitoring for SMF crash/restart events to detect exploitation attempts. Note that access control mitigations assume network segmentation exists - in flat or compromised networks, attackers with network access can still reach vulnerable interfaces. No workaround fully compensates for the code-level fix; patching is the only complete remediation. Review https://github.com/open5gs/open5gs/commit/d7707879c943d2c952235382154d835b5849d54e for detailed code changes affecting lib/proto/types.c and src/smf/ message builders.

More in N A

View all
CVE-2024-51092 CRITICAL POC
9.1 May 08

LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr

CVE-2025-15684 MEDIUM POC
5.5 Aug 12

Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han

CVE-2024-45257 HIGH POC
7.3 May 08

A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi

CVE-2025-15687 LOW POC
2.1 Aug 12

Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc

CVE-2025-15686 LOW POC
2.1 Aug 12

Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula

CVE-2025-67888 HIGH POC
7.3 May 08

Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root

CVE-2024-53326 HIGH POC
7.3 May 08

LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(

CVE-2026-38360 CRITICAL POC
9.8 May 08

Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti

CVE-2026-30623 CRITICAL POC
9.8 Jul 15

Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr

CVE-2026-67917 CRITICAL POC
9.8 Aug 17

SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg

CVE-2026-75337 CRITICAL POC
9.8 Aug 27

Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ

CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

Share

CVE-2025-56568 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy