GHSA-4jrw-92fg-4jwx

Suggest an improvement
Source
https://github.com/advisories/GHSA-4jrw-92fg-4jwx
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-4jrw-92fg-4jwx/GHSA-4jrw-92fg-4jwx.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-4jrw-92fg-4jwx
Aliases
Published
2026-03-18T20:06:14Z
Modified
2026-03-23T18:56:37Z
Severity
  • 8.7 (High) CVSS_V4 - 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 CVSS Calculator
Summary
free5GC AUSF UE Authentication Panic on Nil SuciSupiMap Interface Conversion
Details

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.

Database specific
{
    "cwe_ids":  [
        "CWE-476"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-03-18T20:06:14Z",
    "nvd_published_at":  "2026-03-20T03:16:01Z",
    "severity":  "HIGH"
}
References

Affected packages

Go / github.com/free5gc/ausf

Package

Name
github.com/free5gc/ausf
View open source insights on deps.dev
Purl
pkg:golang/github.com/free5gc/ausf

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
1.4.2

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-4jrw-92fg-4jwx/GHSA-4jrw-92fg-4jwx.json"