Sceawere

Vulnerability Detail

CVE-2026-30056UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV

free5gc AMF NULL Pointer Dereference

Vulnerability Metadata

Severity
High
Score / CVSS
7.5
Creation Date
7h ago
Vendor
n/a
Product
n/a
Attack Type
n/a
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Complexity
LOW

Narrative and Response

Description

A NULL pointer dereference in the AMF NGAP Dispatcher component of free5gc v4.0.1 allows attackers to cause a Denial of Service (DoS) via supplying crafted NGAP messages during the initialization of a new RAN connection.

Executive Summary

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Executive Summary Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Technical Details

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Detailed Technical Analysis Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Mitigations

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Remediation & Mitigations Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

References

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Intelligence References Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Additional Metadata

{
  "score": "7.5",
  "pubDate": "2026-08-27T17:17:50.783Z",
  "pubdate": "2026-08-27T17:17:50.783Z",
  "executiveSummary": "A critical NULL pointer dereference vulnerability exists within the AMF (Access and Mobility Management Function) NGAP (Next Generation Application Protocol) Dispatcher component of free5gc version 4.0.1.\nThe vulnerability manifests during the initialization phase of a Radio Access Network (RAN) connection.\nBy transmitting malformed or specifically crafted NGAP messages to the AMF, a remote attacker can trigger an unhandled NULL pointer dereference, leading to an immediate process crash and subsequent Denial of Service (DoS) of the AMF service.\nBecause the AMF is a central control plane component in the 5G core network, this vulnerability poses a severe threat to network availability, effectively disrupting all UEs (User Equipment) managed by the affected instance.\nExploitation does not require prior authentication, as the vulnerability is reachable during the initial connection setup procedure. The primary risk implication is the potential for large-scale network service outages if the AMF instance fails to recover or enters an unstable state upon the crash.",
  "technicalDetails": "The vulnerability resides within the AMF NGAP Dispatcher, which is responsible for parsing and routing incoming NGAP protocol data units (PDUs) received from gNodeBs (gNBs). The root cause is a failure to adequately validate the presence of mandatory information elements (IEs) or internal data pointers before accessing them during the RAN connection initialization sequence.\nWhen a gNB initiates a connection, the AMF dispatcher processes the initial NGAP messages. If an attacker injects a maliciously crafted NGAP message that omits expected fields or triggers an unexpected conditional branch within the parser, the internal state machine may attempt to dereference a NULL pointer associated with the expected, yet absent, object.\nThe attack flow proceeds as follows: First, the attacker establishes a connection to the AMF via the N2 interface. Second, the attacker sends a malformed NGAP message, such as an InitialUEMessage or a SetupRequest, containing an intentionally incomplete structure. Third, the dispatcher component fails to perform a null-check on the resulting pointer, leading to a segmentation fault when the application attempts to access the member functions or attributes of the dereferenced object.\nThis behavior occurs within the context of the free5gc core network architecture where the AMF acts as the primary signaling termination point. Because this happens at the dispatcher level, it affects the entire control plane functionality for the affected NGAP stack. No privileges are required by the attacker, as the N2 interface is designed to accept initial connection requests from gNBs without pre-existing sessions.\nThe post-exploitation impact is a definitive service crash. In many containerized deployments, this will force a service restart; however, constant re-triggering of this vulnerability can result in a state of persistent denial of service. The vulnerability highlights a weakness in the defensive programming of the NGAP protocol parser, specifically regarding the handling of negative or unexpected protocol inputs during the state transition from 'Disconnected' to 'Connected'."
}
CVE-2026-30056: free5gc AMF NULL Pointer Dereference (HIGH Severity, CVSS: 7.5) - Sceawere