Open5GS
CVE-2026-7708
LOW
Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
6DescriptionCVE.org
A vulnerability was determined in Open5GS up to 2.7.7. The affected element is the function ogs_dbi_subscription_data in the library /lib/dbi/subscription.c of the component UDR. This manipulation of the argument supi_id causes denial of service. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through an issue report but has not responded yet.
AnalysisAI
Denial of service in Open5GS UDR component up to version 2.7.7 allows authenticated remote attackers to crash the subscription data service by manipulating the supi_id argument to the ogs_dbi_subscription_data function. Publicly available exploit code exists, and the vendor has been notified via issue report but has not yet released a patch.
Technical ContextAI
Open5GS is an open-source implementation of 3GPP core network elements. The vulnerability resides in the User Data Repository (UDR) component, specifically in the ogs_dbi_subscription_data function within /lib/dbi/subscription.c. This function handles subscription data queries and accepts a supi_id (Subscription Permanent Identifier) parameter. The issue stems from improper argument validation (CWE-404: Improper Resource Validation), where malformed or unexpected supi_id values are not adequately sanitized before database operations, leading to resource exhaustion or service termination. The UDR is a critical network element in 5G core networks responsible for storing and retrieving subscriber information, making denial of service against it operationally significant.
RemediationAI
No vendor-released patch has been identified at time of analysis. The project maintainers were informed via issue report (https://github.com/open5gs/open5gs/issues/4412) but have not responded with a fix. Immediate remediation options include: (1) Upgrade to a version later than 2.7.7 once a patched release is available, monitoring the Open5GS GitHub repository for updates. (2) Implement network-level access controls to restrict authenticated access to the UDR interface-limit connections to the UDR service (typically listening on port 7777 for HTTP/REST APIs) to trusted signaling network elements only, reducing the pool of users who can authenticate to the service. (3) Deploy input validation at the network gateway or API gateway layer to sanitize supi_id parameters before they reach the UDR, rejecting malformed or suspicious identifiers. (4) Implement rate limiting and connection throttling on the UDR to mitigate repeated exploitation attempts, with the trade-off that legitimate bursts of subscriber queries may be delayed. Monitor UDR service availability and resource consumption to detect active exploitation.
open5gs v2.6.4 is vulnerable to Buffer Overflow. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl
Open5GS v2.6.4 is vulnerable to Buffer Overflow. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl
A request-validation issue was discovered in Open5GS 2.1.3 through 2.2.x before 2.2.1. Rated critical severity (CVSS 9.8
Open5GS 2.1.3 listens on 0.0.0.0:3000 and has a default password of 1423 for the admin account. Rated high severity (CVS
Open5GS MME versions <= 2.6.4 contain a reachable assertion in the `Uplink NAS Transport` packet handler. Rated high sev
Open5GS MME version <= 2.6.4 contains an assertion that can be remotely triggered via a malformed ASN.1 packet over the
Open5GS MME versions <= 2.6.4 contain an assertion that can be remotely triggered via a malformed ASN.1 packet over the
Open5GS MME versions <= 2.6.4 contains an assertion that can be remotely triggered via a malformed ASN.1 packet over the
Open5GS MME versions <= 2.6.4 contains an assertion that can be remotely triggered via a malformed ASN.1 packet over the
Open5GS MME versions <= 2.6.4 contain an assertion that can be remotely triggered via a malformed ASN.1 packet over the
Open5GS MME versions <= 2.6.4 contain an assertion that can be remotely triggered via a malformed ASN.1 packet over the
Open5GS MME versions <= 2.6.4 contains an assertion that can be remotely triggered via a malformed ASN.1 packet over the
Same weakness CWE-404 – Improper Resource Shutdown or Release
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today