CVE-2026-30072
Deferred Deferred - Pending Action

NULL Pointer Dereference in free5gc CDR Processing Leads to DoS

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

A NULL pointer dereference in the CDR processing path of free5gc v4.0.1 allows attackers to cause a Denial of Service (DoS) via supplying crafted payload.

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-476 The product dereferences a pointer that it expects to be valid but is NULL.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a NULL pointer dereference in the free5GC project's CHF component, specifically in the OpenCDR function during CDR processing. When a request payload lacks the required nested field `pduSessionInformation`, the code attempts to access a field within it without checking if it exists, causing a crash.

Detection Guidance

To detect this vulnerability, monitor for crashes or 500 Internal Server Errors in the free5GC CHF component. Check logs for nil pointer dereference errors in CDR processing. Send test requests to the charging endpoint with malformed payloads omitting pduSessionInformation to observe crashes.

Impact Analysis

This vulnerability can cause a Denial of Service (DoS) by crashing the free5GC server when processing malformed requests. The server may return a 500 error or drop connections, disrupting services dependent on free5GC.

Compliance Impact

This vulnerability causes a Denial of Service (DoS) by crashing the free5GC server due to a NULL pointer dereference. Such disruptions could lead to service unavailability, potentially violating availability requirements in GDPR and HIPAA, which mandate timely access to personal and health data.

Mitigation Strategies

Upgrade free5GC to a patched version where the CHF component validates request structures. Implement input validation to reject requests missing pduSessionInformation. Temporarily block malformed requests at the network level until patched.

Chat Assistant

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

EPSS Chart