Description
free5GC is an open source 5G core network. free5GC NRF prior to version 1.4.2 has an Improper Input Validation vulnerability leading to Denial of Service. All deployments of free5GC using the NRF discovery service are affected. The `EncodeGroupId` function attempts to access array indices [0], [1], [2] without validating the length of the split data. When the parameter contains insufficient separator characters, the code panics with "index out of range". A remote attacker can cause the NRF service to panic and crash by sending a crafted HTTP GET request with a malformed `group-id-list` parameter. This results in complete denial of service for the NRF discovery service. free5GC NRF version 1.4.2 fixes the issue. There is no direct workaround at the application level. The recommendation is to apply the provided patch or restrict access to the NRF API to trusted sources only.
Published: 2026-03-20
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

free5GC NRF contains an improper input validation flaw in the EncodeGroupId function that reads array indices [0], [1], and [2] without verifying the split data length. When the group-id-list HTTP parameter has insufficient separator characters, the function panics with an "index out of range" error. The resulting crash brings down the NRF discovery service, causing a complete interruption of service for the 5G core network. The weakness is classified as improper access control leading to denial of service (CWE-284).

Affected Systems

All free5GC NRF installations using the discovery service are affected. The issue exists in versions prior to free5GC NRF 1.4.2. Upgrade to version 1.4.2 or later resolves the vulnerability.

Risk and Exploitability

The CVSS score of 8.7 signals a high severity, and the EPSS score of less than 1% suggests a low probability of exploitation at current time. The attack vector is remote, requiring only an HTTP GET request to the NRF API with a crafted group-id-list parameter. No local privileges are needed. An attacker can cause the NRF service to crash and deny service to the network operator. The vulnerability is not listed in CISA’s KEV catalog, but its availability and service disruption impact make it significant for operators.

Generated by OpenCVE AI on March 27, 2026 at 18:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade or patch free5GC NRF to version 1.4.2 or later
  • Restrict NRF API access to trusted networks only
  • Monitor NRF service logs for crashes and ensure proper handling of malformed requests

Generated by OpenCVE AI on March 27, 2026 at 18:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-7c47-xr7q-p6hg free5GC NRF Discovery EncodeGroupId Function Panics on Malformed group-id-list Parameter
History

Fri, 27 Mar 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Free5gc free5gc
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:a:free5gc:free5gc:*:*:*:*:*:*:*:*
Vendors & Products Free5gc free5gc
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Sat, 21 Mar 2026 05:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 20 Mar 2026 09:00:00 +0000

Type Values Removed Values Added
First Time appeared Free5gc
Free5gc nrf
Vendors & Products Free5gc
Free5gc nrf

Fri, 20 Mar 2026 03:15:00 +0000

Type Values Removed Values Added
Description free5GC is an open source 5G core network. free5GC NRF prior to version 1.4.2 has an Improper Input Validation vulnerability leading to Denial of Service. All deployments of free5GC using the NRF discovery service are affected. The `EncodeGroupId` function attempts to access array indices [0], [1], [2] without validating the length of the split data. When the parameter contains insufficient separator characters, the code panics with "index out of range". A remote attacker can cause the NRF service to panic and crash by sending a crafted HTTP GET request with a malformed `group-id-list` parameter. This results in complete denial of service for the NRF discovery service. free5GC NRF version 1.4.2 fixes the issue. There is no direct workaround at the application level. The recommendation is to apply the provided patch or restrict access to the NRF API to trusted sources only.
Title free5GC NRF Discovery EncodeGroupId Function Panics on Malformed group-id-list Parameter
Weaknesses CWE-284
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-21T02:57:27.058Z

Reserved: 2026-03-17T19:27:06.343Z

Link: CVE-2026-33062

cve-icon Vulnrichment

Updated: 2026-03-21T02:57:21.680Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-20T03:16:01.097

Modified: 2026-03-27T17:13:12.013

Link: CVE-2026-33062

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-03-27T20:26:49Z

Weaknesses