CVE-2026-30067
Received Received - Intake

Denial of Service in free5gc NRF Discovery Service

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

Assigner: MITRE

Description

An issue in the complexQueryFilterSubprocess function in the NRF Discovery service 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-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
free5gc discovery_service 4.0.1
free5gc nrf_discovery_service 4.0.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Denial of Service (DoS) issue in the free5GC NRF Discovery service. It occurs in the complexQueryFilterSubprocess function when processing a malformed tai parameter. The function crashes due to an index out of range error when accessing taiSplit[1] without checking if the split operation produced at least two elements.

Detection Guidance

To detect this vulnerability, monitor the NRF Discovery service logs for crashes or panics related to the complexQueryFilterSubprocess function. Check for malformed tai parameter inputs that cause index out of range errors. Use commands like 'journalctl -u free5gc-nrf' or 'grep -i panic /var/log/free5gc/*.log' to identify crashes.

Impact Analysis

This vulnerability can cause the NRF Discovery service to crash, leading to a Denial of Service. If the service terminates and lacks proper panic recovery, it may disrupt network functions relying on free5GC, potentially affecting 5G network operations.

Mitigation Strategies

Immediately update free5GC to the latest version that patches this issue. If an update is not available, modify the complexQueryFilterSubprocess function to validate the taiSplit slice length before accessing elements and return an HTTP 400 error for malformed inputs. Temporarily restrict access to the NRF Discovery service if possible.

Chat Assistant

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

EPSS Chart