Sceawere

Vulnerability Detail

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

free5gc AMF Subscription DoS Vulnerability

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

An issue in the ModifyAMFEventSubscriptionProcedure function (processor/event_exposure.go) of free5gc v4.1.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted PATCH request.

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.537Z",
  "pubdate": "2026-08-27T17:17:50.537Z",
  "executiveSummary": "A Denial of Service (DoS) vulnerability exists in the free5gc v4.1.0 AMF (Access and Mobility Management Function) module, specifically within the event exposure procedure.\nThe issue is triggered by an improperly handled PATCH request directed at the ModifyAMFEventSubscriptionProcedure function.\nBy submitting a maliciously crafted request, an attacker can induce a process crash or service disruption, effectively neutralizing the affected AMF component.\nThis vulnerability poses a significant risk to the availability of the 5G core network, as the AMF is a critical control plane node responsible for signaling, registration, and mobility management.\nThe attack requires network-level access to the Nnef/Namf interface and does not explicitly require privileged credentials, depending on the network security posture.\nSuccessful exploitation results in immediate service instability, preventing legitimate user equipment (UE) from accessing network services, thereby impacting overall 5G service continuity.",
  "technicalDetails": "The vulnerability is located within the ModifyAMFEventSubscriptionProcedure function, situated in processor/event_exposure.go. This function is responsible for processing PATCH requests sent to the AMF event exposure service, which allows external network functions or entities to subscribe to or modify mobility-related events.\nThe root cause of the vulnerability stems from inadequate input validation and improper error handling of the JSON payload during the PATCH operation. When the ModifyAMFEventSubscriptionProcedure function parses the incoming request body, it fails to safely validate the structure or contents of the provided parameters before proceeding with the internal modification logic. If the crafted PATCH request contains malformed data, unexpected field types, or logic inconsistencies that the state machine does not anticipate, the application encounters an unhandled exception or a panic condition during state transition.\nThe attack flow follows a structured path: An attacker initiates a HTTP PATCH request targeting the AMF event exposure endpoint, specifically aiming at the existing subscription resource. The payload is crafted to include data structures that violate the internal state expectations of the ModifyAMFEventSubscriptionProcedure. As the function attempts to iterate over or map these fields to the internal subscription object in memory, the lack of bound checking or schema verification results in an illegal memory access or a runtime panic.\nBecause the free5gc core components are typically written in Go, such unhandled panics lead to the termination of the associated goroutine or the entire service process. Given the architecture of the AMF, a crash in the event exposure handler can lead to a cascading failure of the subscription management logic, resulting in a Denial of Service. The vulnerability is exploitable via the Nnef service-based interface. Authentication requirements depend on the existing security policy enforcement between network functions, but if the interface is exposed or if the attacker has gained a foothold within the signaling network, no further authentication is required to send the malicious PATCH request. Post-exploitation, the AMF service remains in a failed state until manual intervention or a service restart occurs, causing prolonged outages for subscribers registered to the affected node."
}
CVE-2026-30050: free5gc AMF Subscription DoS Vulnerability (HIGH Severity, CVSS: 7.5) - Sceawere