CVE-2026-30058
Deferred Deferred - Pending Action

Improper Input Validation in free5gc Leads to DoS

Vulnerability report for CVE-2026-30058, 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

Improper Input Validation in the HTTPModifySubscription handler of free5gc v4.0.1 allows attackers to cause a Denial of Service (DoS) via a crafted input.

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 1 associated CPE
Vendor Product Version / Range
free5gc free5gc 4.0.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-20 The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Denial of Service (DoS) issue in free5gc v4.0.1 caused by improper input validation in the HTTPModifySubscription handler. Attackers can exploit it by sending a crafted PATCH request with a short JSON path, triggering a 'slice bounds out of range' panic that crashes the AMF process.

Detection Guidance

To detect this vulnerability, monitor for crashes in the free5GC AMF process or HTTPModifySubscription handler. Check logs for 'slice bounds out of range' errors or server panics. Use network traffic analysis tools like tcpdump or Wireshark to inspect incoming PATCH requests targeting the AMF event subscription endpoint for malformed paths shorter than 11 characters.

Impact Analysis

This vulnerability allows attackers to crash the free5GC AMF service by sending a maliciously crafted request, causing a DoS. This disrupts network operations relying on the AMF component, potentially leading to service unavailability for users.

Compliance Impact

This vulnerability primarily causes a Denial of Service (DoS) by crashing the free5GC AMF process, which could disrupt network availability. For compliance with standards like GDPR or HIPAA, such disruptions may impact data processing operations or service availability, potentially violating requirements for continuous access to critical systems. However, the provided context does not explicitly link this issue to specific compliance violations.

Mitigation Strategies

Immediately upgrade free5GC to a patched version if available. If not, implement input validation in the HTTPModifySubscription handler to check path length before processing. Temporarily block or rate-limit PATCH requests to the vulnerable endpoint. Monitor AMF processes for crashes and restart them if they occur.

Chat Assistant

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

EPSS Chart