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

CVE-2026-33063: free5GC AUSF UE Authentication Panic on Nil SuciSupiMap Interface Conversion

March 18, 2026 (updated March 20, 2026)

Impact This is an Improper Null Check vulnerability leading to Denial of Service.

  • Security Impact: A remote attacker can cause the AUSF service to panic and crash by sending a crafted UE authentication request that triggers a nil interface conversion in the GetSupiFromSuciSupiMap function. This results in complete denial of service for the AUSF authentication service.
  • Functional Impact: The GetSupiFromSuciSupiMap function attempts to perform an interface conversion from interface{} to *context.SuciSupiMap without checking if the underlying value is nil. When SuciSupiMap is nil, the code panics with “interface conversion: interface {} is nil, not *context.SuciSupiMap”.
  • Affected Parties: All deployments of free5GC v4.0.1 using the AUSF UE authentication service (/nausf-auth/v1/ue-authentications endpoint).

Patches Yes, the issue has been patched. The fix is implemented in PR free5gc/ausf#52 (commit: [add specific commit hash if available]). 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 AUSF API to trusted sources only.

References

  • github.com/advisories/GHSA-4jrw-92fg-4jwx
  • github.com/free5gc/ausf/commit/3b9ac4403c2756dc89a5ed3cdcefe688458588aa
  • github.com/free5gc/ausf/pull/52
  • github.com/free5gc/free5gc
  • github.com/free5gc/free5gc/issues/778
  • github.com/free5gc/free5gc/security/advisories/GHSA-4jrw-92fg-4jwx
  • nvd.nist.gov/vuln/detail/CVE-2026-33063

Code Behaviors & Features

Detect and mitigate CVE-2026-33063 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-476: NULL Pointer Dereference

Source file

go/github.com/free5gc/ausf/CVE-2026-33063.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 24 Mar 2026 12:18:19 +0000.