CVE Catalog

CVE-2026-53551

MediumCVSS 6.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.43%

35th percentile - higher than 35% of all known CVEs

Summary

In free5GC prior to version 1.4.5, the AUSF does not validate the supiOrSuci field in UE authentication requests. Null bytes and other control characters pass through JSON parsing and are forwarded to the UDM in an unescaped URL path, causing Go's net/url.Parse() to fail and return HTTP 500 with stack trace leakage. An unauthenticated attacker can cause denial of service for all subscribers attempting authentication through the affected AUSF.

Risk Assessment

An attacker can cause a complete denial of authentication service for all 5G network subscribers, preventing them from accessing the network.

Recommendation

Update free5GC to version 1.4.5 or later.

Other vulnerabilities in free5GC

See all
Original NVD description (English source)

free5GC is an open-source implementation of the 5G core network. Prior to 1.4.5, the free5GC AUSF (Authentication Server Function) does not validate the supiOrSuci field in UE authentication requests. Null bytes (\x00) and other control characters pass through JSON parsing unchanged and are forwarded to the UDM in an unescaped URL path. This causes Go's net/url.Parse() to fail, returning HTTP 500 "System failure" and leaking internal stack traces. An unauthenticated attacker can trigger this at scale causing denial of service for all subscribers attempting authentication through the affected AUSF. This vulnerability is fixed in 1.4.5.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS