CVE-2026-30068
Deferred Deferred - Pending Action

Improper Input Validation in free5gc v4.0.1 Leads to DoS

Vulnerability report for CVE-2026-30068, 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 HandleUpdate function (/sbi/parameter_provision.go) 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

Improper input validation in the HandleUpdate function of free5gc v4.0.1 allows attackers to cause a Denial of Service via crafted input. The function reads entire request bodies without size limits, leading to memory exhaustion and process crashes.

Detection Guidance

Monitor the UDM service logs for crashes or memory exhaustion errors after receiving large payloads. Check for HTTP 500 or 503 errors from the parameter provisioning endpoint. Use network traffic analysis tools like tcpdump or Wireshark to inspect incoming requests to the UDM HandleUpdate endpoint for unusually large payloads.

Impact Analysis

An attacker could exploit this to crash the UDM service by sending oversized payloads, disrupting network operations. This may cause service outages, loss of connectivity, or degraded performance for users relying on the affected system.

Compliance Impact

This vulnerability could indirectly impact compliance with GDPR or HIPAA by enabling DoS attacks that disrupt critical network functions. GDPR requires data protection measures, and HIPAA mandates availability of healthcare systems. A DoS condition may violate these requirements by degrading or denying access to essential services.

Mitigation Strategies

Implement input size limits on the UDM HandleUpdate endpoint to reject oversized requests. Update to a patched version of free5GC if available. Use a web application firewall (WAF) to block large payloads before they reach the application. Monitor system memory usage to detect abnormal consumption patterns.

Chat Assistant

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

EPSS Chart