CVE-2026-30050
Deferred Deferred - Pending Action

Denial of Service in free5gc 4.1.0

Vulnerability report for CVE-2026-30050, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-31

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-31
Generated
2026-09-17
AI Q&A
2026-08-27
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
free5gc free5gc 4.1.0
free5gc free5gc 4.0.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in free5gc v4.1.0's ModifyAMFEventSubscriptionProcedure function. It allows attackers to cause a Denial of Service by sending a crafted PATCH request with a negative index in the path. The function uses strconv.Atoi to parse the index without validating if it is non-negative, leading to a runtime panic when accessing a slice with an invalid index.

Detection Guidance

To detect this vulnerability, monitor the free5GC AMF service logs for runtime panics or crashes after receiving PATCH requests to modify event subscriptions. Look for errors like 'panic: runtime error: slice bounds out of range' in logs. You can also test by sending crafted PATCH requests with negative indices in the path (e.g., /eventList/-1) to see if the service crashes.

Impact Analysis

This vulnerability can cause the AMF service to crash, disrupting network operations. If exploited, it may lead to service unavailability, affecting communication and data processing in the network.

Compliance Impact

This vulnerability causes a Denial of Service (DoS) by crashing the AMF service in free5GC, which could disrupt critical network functions. For compliance with GDPR or HIPAA, such disruptions may lead to service unavailability, potentially violating availability requirements under these regulations.

Mitigation Strategies

Immediately update free5GC to the latest patched version if available. As a temporary fix, implement input validation in the ModifyAMFEventSubscriptionProcedure function to reject negative indices in the path before processing. Add checks to ensure the parsed index is non-negative before using it as a slice index.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-30050. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart