Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/free5gc/nrf
  4. ›
  5. CVE-2026-33062

CVE-2026-33062: free5GC NRF Discovery EncodeGroupId Function Panics on Malformed group-id-list Parameter

March 18, 2026 (updated March 20, 2026)

Impact This is an Improper Input Validation vulnerability leading to Denial of Service.

  • Security Impact: 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.
  • Functional Impact: 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”.
  • Affected Parties: All deployments of free5GC v4.0.1 using the NRF discovery service.

Patches Yes, the issue has been patched. The fix is implemented in PR free5gc/nrf#80 (commit: [add fix reference here]). Users should upgrade to the next release of free5GC that includes this commit.

Workarounds 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.

References

  • github.com/advisories/GHSA-7c47-xr7q-p6hg
  • github.com/free5gc/free5gc
  • github.com/free5gc/free5gc/issues/777
  • github.com/free5gc/free5gc/security/advisories/GHSA-7c47-xr7q-p6hg
  • github.com/free5gc/nrf/commit/dac77d8f8f2e0f041c5634fb3c685dcb9734b872
  • github.com/free5gc/nrf/pull/80
  • nvd.nist.gov/vuln/detail/CVE-2026-33062

Code Behaviors & Features

Detect and mitigate CVE-2026-33062 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.4.2

Fixed versions

  • 1.4.2

Solution

Upgrade to version 1.4.2 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-284: Improper Access Control

Source file

go/github.com/free5gc/nrf/CVE-2026-33062.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 24 Mar 2026 12:17:13 +0000.