CVE-2026-44316 Details
Description
free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's PCF POST /npcf-smpolicycontrol/v1/sm-policies handler (HandleCreateSmPolicyRequest) panics with a nil-pointer dereference when a downstream OpenAPI consumer call (UDR lookup) returns 404 Not Found and the consumer wrapper returns err != nil together with a nil response struct. The handler logs the OpenAPI error and continues executing instead of returning, then dereferences the nil response struct on a subsequent line and panics. Gin recovery converts the panic into HTTP 500, so a single attacker-shaped POST returns 500 instead of a clean 4xx whenever the downstream lookup fails. The PCF process keeps running. The trigger is a single POST containing input that causes the downstream UDR lookup to fail (e.g. an unknown DNN). In 4.2.1 this endpoint is also reachable WITHOUT an Authorization header because the PCF Npcf_SMPolicyControl route group is mounted without inbound auth middleware. This vulnerability is fixed in 4.2.2.
A denial-of-service vulnerability has been identified in free5GC's PCF component, specifically in versions through 4.2.1. The issue arises in the POST /npcf-smpolicycontrol/v1/sm-policies handler, where a nil-pointer dereference occurs. This happens when a downstream OpenAPI call (UDR lookup) returns a 404 Not Found error, and the response handling does not properly address the error before attempting to dereference the response struct. As a result, the PCF process panics and logs the error, but continues running, causing the endpoint to return an HTTP 500 error instead of a proper 4xx or 5xx response. The vulnerability can be exploited by sending a POST request with an unknown DNN, which triggers the UDR lookup to fail. In free5GC version 4.2.1, this endpoint is accessible without an Authorization header, allowing unauthenticated attackers to exploit the vulnerability.
Users can upgrade to free5GC version 4.2.2, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/free5gc/free5gc/issues/803 | CISA-ADP | ExploitIssue Tracking |
| https://github.com/free5gc/free5gc/issues/803 | [email protected] | ExploitIssue Tracking |
| https://github.com/free5gc/free5gc/security/advisories/GHSA-wr8j-6chw-gm6p | [email protected] | ExploitVendor Advisory |
| https://github.com/free5gc/pcf/commit/df535f5524314620715e842baf9723efbeb481a7 | [email protected] | Patch |
| https://github.com/free5gc/pcf/pull/62 | [email protected] | Issue TrackingPatch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-476 | NULL Pointer Dereference | [email protected] |
| CWE-754 | Improper Check for Unusual or Exceptional Conditions | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| free5gc free5gc | < 4.2.2 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 28, 2026 | Initial Analysis | [email protected] |
| May 27, 2026 | CVE Modified | CISA-ADP |
| May 27, 2026 | New CVE Received | [email protected] |