CVE-2026-41136

MEDIUM

free5GC AMF missing default case in Content-Type switch in HTTPUEContextTransfer

Title source: cna

Description

free5GC AMF provides Access & Mobility Management Function (AMF) for free5GC, an an open-source project for 5th generation (5G) mobile core networks. Prior to version 1.4.3, the `HTTPUEContextTransfer` handler in `internal/sbi/api_communication.go` does not include a `default` case in the `Content-Type` switch statement. When a request arrives with an unsupported `Content-Type`, the deserialization step is silently skipped, `err` remains `nil`, and the processor is invoked with a completely uninitialized `UeContextTransferRequest` object. Version 1.4.3 contains a fix.

Scores

CVSS v4 5.5
EPSS 0.0004
EPSS Percentile 11.9%
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P

Details

CWE
CWE-440
Status published
Products (2)
free5gc/amf 0Go
free5gc/amf < 1.4.3
Published Apr 22, 2026
Tracked Since Apr 22, 2026