CVE-2026-30064
Deferred Deferred - Pending Action

Improper Input Validation in free5gc Leads to DoS

Vulnerability report for CVE-2026-30064, 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 buildFilter function (processor/processor.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

This vulnerability is a Denial of Service (DoS) flaw in free5GC v4.0.1. It occurs in the OAuth2 token handling logic of the Network Repository Function (NRF) component. When processing POST requests to the /oauth2/token endpoint, the handler crashes if a form key does not match any struct field in the NrfAccessTokenAccessTokenReq model. This triggers a panic due to Go's reflection system, causing the process to terminate and resulting in a DoS condition.

Detection Guidance

To detect this vulnerability, monitor for crashes or panics in the free5GC NRF component, particularly when processing POST requests to the /oauth2/token endpoint. Check logs for unhandled form keys causing reflection panics. Use network traffic analysis to identify malformed POST requests with unexpected form keys targeting this endpoint.

Impact Analysis

If exploited, this vulnerability can cause the free5GC NRF component to crash, disrupting network services that rely on it. This may lead to service outages, loss of connectivity for users, and potential cascading failures in the network infrastructure.

Compliance Impact

This vulnerability could impact compliance with GDPR and HIPAA by causing service disruptions due to Denial of Service (DoS) conditions. A crash in the OAuth2 token handling logic may lead to unauthorized access risks or data processing interruptions, potentially violating availability requirements under these regulations.

Mitigation Strategies

Immediately update free5GC to a patched version if available. As a temporary fix, implement input validation to reject POST requests with unrecognized form keys before processing. Configure the NRF component to handle unknown form keys gracefully by returning HTTP 400 errors instead of crashing.

Chat Assistant

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

EPSS Chart