CVE-2026-30071
Deferred Deferred - Pending Action

Denial of Service in free5gc RechargePut Function

Vulnerability report for CVE-2026-30071, 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 RechargePut function 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-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

CVE-2026-30071 is a Denial of Service (DoS) vulnerability in free5gc v4.0.1's Converged Charging Function (CHF). The RechargePut function crashes when the rechargingInfo path parameter lacks an underscore. It splits the parameter by '_' and tries to access the second element without checking if the split result has enough parts, causing a runtime panic and service instability.

Detection Guidance

To detect this vulnerability, monitor for crashes or instability in the free5gc Converged Charging Function (CHF) service. Check logs for runtime panics or 'index out of range' errors related to the RechargePut function. Test by sending malformed requests with the rechargingInfo parameter missing an underscore to see if the service crashes.

Impact Analysis

This vulnerability can cause the free5gc service to crash or become unstable, leading to service disruptions. Attackers could exploit it by sending crafted inputs to trigger a DoS condition, affecting the availability of the charging function in a 5G network.

Compliance Impact

This vulnerability causes a Denial of Service (DoS) by crashing the RechargePut function in free5gc's Converged Charging Function (CHF) due to improper input validation. This could disrupt critical telecom services, potentially leading to unauthorized data access or service unavailability, which may violate compliance requirements for availability and integrity in standards like GDPR and HIPAA.

Mitigation Strategies

Apply a patch or update to free5gc that fixes the RechargePut function to validate the rechargingInfo format before processing. If a patch is unavailable, implement input validation in the CHF service to reject requests where rechargingInfo lacks an underscore. Temporarily restrict access to the RechargePut endpoint if possible.

Chat Assistant

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

EPSS Chart