CVE-2026-53551: free5GC AUSF: null byte injection in supiOrSuci causes HTTP 500 internal service failure
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—4.1% of special_chars mutations produce HTTP 500—causing denial of service for all subscribers attempting authentication through the affected AUSF. CWE-20 (Improper Input Validation).
References
- github.com/advisories/GHSA-qj55-47fp-p62j
- github.com/free5gc/ausf/commit/bfc4a10094dbacbd862baa4686829f3fcc06ce1e
- github.com/free5gc/ausf/pull/61
- github.com/free5gc/ausf/releases/tag/v1.4.5
- github.com/free5gc/free5gc/issues/1048
- github.com/free5gc/free5gc/releases/tag/v4.2.2
- github.com/free5gc/free5gc/security/advisories/GHSA-qj55-47fp-p62j
- nvd.nist.gov/vuln/detail/CVE-2026-53551
Code Behaviors & Features
Detect and mitigate CVE-2026-53551 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 →