CVE-2026-30057
Received Received - Intake

Denial of Service in free5gc CreateUEContext Handler

Vulnerability report for CVE-2026-30057, 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 CreateUEContext handler component of free5gc v4.1.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted request.

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 free5gc 4.1.0
free5gc free5gc 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 free5GC v4.1.0's AMF component. When the CreateUEContext handler receives an HTTP request with a multipart/related Content-Type header, it incorrectly tries to deserialize the payload using openapi.Deserialize. This causes a panic due to an illegal reflection operation on a slice, crashing the AMF process and making it unavailable.

Detection Guidance

Monitor AMF logs for crashes with the error message 'reflect: call of reflect.Value.FieldByName on slice Value' after receiving PUT requests to /namf-comm/v1/ue-contexts/any-ue-id with Content-Type: multipart/related headers.

Impact Analysis

If exploited, this vulnerability can crash the AMF process in free5GC, disrupting network services. The AMF is critical for managing user equipment contexts, so its unavailability leads to a DoS, preventing legitimate users from accessing network resources.

Mitigation Strategies

Update free5GC to a patched version that properly handles multipart/related content in the AMF component. If an update is unavailable, restrict access to the /namf-comm/v1/ue-contexts/any-ue-id endpoint and filter requests with multipart/related Content-Type headers.

Chat Assistant

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

EPSS Chart