Skip to main content

free5GC AMF CVE-2026-41136

| EUVD-2026-24576 MEDIUM
Expected Behavior Violation (CWE-440)
2026-04-22 security-advisories@github.com GHSA-r99v-75p9-xqm5
5.5
CVSS 4.0 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
5.5 MEDIUM
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/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

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/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
Patch released
Apr 23, 2026 - 19:39 nvd
Patch available
Patch available
Apr 22, 2026 - 21:02 EUVD
Analysis Generated
Apr 22, 2026 - 00:59 vuln.today
EUVD ID Assigned
Apr 22, 2026 - 00:22 euvd
EUVD-2026-24576
Analysis Generated
Apr 22, 2026 - 00:22 vuln.today
CVE Published
Apr 22, 2026 - 00:16 nvd
MEDIUM 5.5

DescriptionGitHub Advisory

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.

AnalysisAI

Improper error handling in free5GC AMF prior to version 1.4.3 allows remote attackers to invoke the HTTPUEContextTransfer handler with uninitialized request objects by sending requests with unsupported Content-Type headers. The missing default case in the Content-Type switch statement silently skips deserialization without raising an error, resulting in integrity loss when malformed or crafted payloads reach the processor with null/uninitialized state. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Recon
Send HTTP request with unsupported Content-Type
Delivery
Skip Content-Type switch case
Exploit
Deserialization silently fails
Install
err remains nil
C2
UeContextTransferRequest uninitialized
Execute
Pass zero-value struct to processor
Impact
Disrupt UE context state

Vulnerability AssessmentAI

Exploitation The attacker must send an HTTP request with an unsupported Content-Type header to the HTTPUEContextTransfer endpoint. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment CVSS 5.5 with network attack vector and low complexity indicates a readily exploitable condition requiring no authentication or user interaction. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker on the network sends an HTTP POST request to the free5GC AMF HTTPUEContextTransfer endpoint with an unsupported Content-Type header (e.g., text/plain or application/xml) and a crafted request body. The handler silently skips deserialization due to the missing default case, passes an uninitialized UeContextTransferRequest to the processor, and the processor operates on default/null values, potentially disrupting UE mobility state or causing inconsistent context transfers across network nodes.
Remediation Upgrade free5GC AMF to version 1.4.3 or later, which includes the fix by adding a proper default case to the Content-Type switch statement that returns an error for unsupported content types. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-41136 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy