CVE-2026-33063

free5GC is an open source 5G core network. free5GC AUSF prior to version 1.4.2 has is an Improper Null Check vulnerability leading to Denial of Service. All deployments of free5GC v4.0.1 using the AUSF UE authentication service (`/nausf-auth/v1/ue-authentications` endpoint) are affected. 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. 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". free5GC AUSF version 1.4.2 patches the issue. 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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:free5gc:free5gc:*:*:*:*:*:*:*:*

History

27 Mar 2026, 17:06

Type Values Removed Values Added
Summary
  • (es) free5GC es una red central 5G de código abierto. free5GC AUSF anterior a la versión 1.4.2 tiene una vulnerabilidad de verificación de nulos incorrecta que conduce a la denegación de servicio. Todas las implementaciones de free5GC v4.0.1 que utilizan el servicio de autenticación de UE de AUSF (el endpoint '/nausf-auth/v1/ue-authentications') están afectadas. Un atacante remoto puede causar que el servicio AUSF entre en pánico y falle al enviar una solicitud de autenticación de UE manipulada que activa una conversión de interfaz nula en la función 'GetSupiFromSuciSupiMap'. Esto resulta en una denegación de servicio completa para el servicio de autenticación de AUSF. La función 'GetSupiFromSuciSupiMap' intenta realizar una conversión de interfaz de 'interface{}' a '*context.SuciSupiMap' sin verificar si el valor subyacente es nulo. Cuando 'SuciSupiMap' es nulo, el código entra en pánico con 'interface conversion: interface {} is nil, not *context.SuciSupiMap'. free5GC AUSF versión 1.4.2 parchea el problema. No hay una solución alternativa directa a nivel de aplicación. La recomendación es aplicar el parche proporcionado o restringir el acceso a la API de AUSF solo a fuentes confiables.
First Time Free5gc free5gc
Free5gc
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5
References () https://github.com/free5gc/ausf/commit/3b9ac4403c2756dc89a5ed3cdcefe688458588aa - () https://github.com/free5gc/ausf/commit/3b9ac4403c2756dc89a5ed3cdcefe688458588aa - Patch
References () https://github.com/free5gc/ausf/pull/52 - () https://github.com/free5gc/ausf/pull/52 - Issue Tracking, Patch
References () https://github.com/free5gc/free5gc/issues/778 - () https://github.com/free5gc/free5gc/issues/778 - Issue Tracking
References () https://github.com/free5gc/free5gc/security/advisories/GHSA-4jrw-92fg-4jwx - () https://github.com/free5gc/free5gc/security/advisories/GHSA-4jrw-92fg-4jwx - Vendor Advisory
CPE cpe:2.3:a:free5gc:free5gc:*:*:*:*:*:*:*:*

20 Mar 2026, 03:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-20 03:16

Updated : 2026-03-27 17:06


NVD link : CVE-2026-33063

Mitre link : CVE-2026-33063

CVE.ORG link : CVE-2026-33063


JSON object : View

Products Affected

free5gc

  • free5gc
CWE
CWE-476

NULL Pointer Dereference