Skip to main content

Open5GS EUVDEUVD-2026-26727

| CVE-2026-7601 MEDIUM
Improper Resource Shutdown or Release (CWE-404)
2026-05-02 VulDB
5.3
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.3 MEDIUM
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:X/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:X/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

7
Source Code Evidence Fetched
May 02, 2026 - 03:30 vuln.today
Analysis Generated
May 02, 2026 - 03:30 vuln.today
CVSS changed
May 02, 2026 - 03:22 NVD
4.3 (MEDIUM) 5.3 (MEDIUM)
EUVD ID Assigned
May 02, 2026 - 03:00 euvd
EUVD-2026-26727
Analysis Generated
May 02, 2026 - 03:00 vuln.today
Patch released
May 02, 2026 - 03:00 nvd
Patch available
CVE Published
May 02, 2026 - 02:00 nvd
MEDIUM 5.3

DescriptionCVE.org

A vulnerability has been found in Open5GS up to 2.7.6. Affected is an unknown function of the file src/amf/gmm-handler.c of the component AMF. The manipulation of the argument reg_type leads to denial of service. The attack is possible to be carried out remotely. Upgrading to version 2.7.7 is able to address this issue. The identifier of the patch is ebc66942b6f8f1fab2d640e71cf4e9f1a423b426. It is advisable to upgrade the affected component.

AnalysisAI

Denial of service in Open5GS AMF (Access and Mobility Function) up to version 2.7.6 allows authenticated remote attackers to cause service unavailability by sending crafted registration requests with manipulated reg_type arguments. The vulnerability exists in the GMM (Mobility Management) handler due to insufficient validation of registration type values, potentially triggering null pointer dereferences or assertion failures. Vendor-released patch version 2.7.7 is available.

Technical ContextAI

Open5GS is an open-source implementation of 5G core network functions. The vulnerability affects the AMF component, specifically the gmm-handler.c file which processes NAS (Non-Access Stratum) registration requests from UEs (User Equipment). The root cause is CWE-404 (Improper Resource Validation), where registration_type values are not properly normalized or validated before use in subsequent logic. The patch (commit ebc66942b6f8f1fab2d640e71cf4e9f1a423b426) adds normalization logic to ensure unused or invalid registration-type encodings are converted to the INITIAL registration type per 3GPP TS 24.501 specification, and implements additional assertions to prevent null pointer dereferences in context transfer operations. The vulnerability involves the reg_type parameter passed during 5G registration procedures, which if malformed or set to unexpected values, causes unhandled conditions in the AMF's state machine.

RemediationAI

Upgrade Open5GS to version 2.7.7 or later immediately, as vendor-released patch is available per https://github.com/open5gs/open5gs/releases/tag/v2.7.7. The patch implements registration type normalization (converting invalid reg_type values to INITIAL per 3GPP TS 24.501) and adds defensive assertions to prevent null pointer dereferences in context transfer logic. No workarounds are documented for versions prior to 2.7.7. Operators unable to upgrade immediately should consider restricting AMF access to trusted UEs only via network segmentation or disabling context transfer features (N14 interface) if operationally feasible, though these are not recommended permanent solutions. Monitor AMF logs for assertion failures or crashes related to gmm_handle_registration_request() as an interim detection measure.

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-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-2024-40130 CRITICAL POC
9.8 Jul 16

open5gs v2.6.4 is vulnerable to Buffer Overflow. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl

CVE-2024-40129 CRITICAL POC
9.8 Jul 16

Open5GS v2.6.4 is vulnerable to Buffer Overflow. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl

CVE-2021-28122 CRITICAL POC
9.8 Mar 10

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

CVE-2025-15685 MEDIUM
5.3 Aug 12

Memory corruption in Open5GS versions through 2.7.1 is remotely exploitable via the freeDiameter protocol component, all

CVE-2021-25863 HIGH POC
8.8 Jan 26

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

CVE-2023-37023 HIGH POC
8.6 Jan 22

Open5GS MME versions <= 2.6.4 contain a reachable assertion in the `Uplink NAS Transport` packet handler. Rated high sev

CVE-2023-37021 HIGH POC
8.6 Jan 22

Open5GS MME version <= 2.6.4 contains an assertion that can be remotely triggered via a malformed ASN.1 packet over the

CVE-2023-37020 HIGH POC
8.6 Jan 22

Open5GS MME versions <= 2.6.4 contain an assertion that can be remotely triggered via a malformed ASN.1 packet over the

CVE-2023-37019 HIGH POC
8.6 Jan 22

Open5GS MME versions <= 2.6.4 contains an assertion that can be remotely triggered via a malformed ASN.1 packet over the

Share

EUVD-2026-26727 vulnerability details – vuln.today

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