CVE-2026-44325
7.5 HIGHfree5GC is an open-source implementation of the 5G core network
Published: 2026-05-27 · Last updated: 2026-05-28
Severity and scoring
- CVSS
- 7.5 HIGH
- Vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- CWE
- CWE-20, CWE-755, CWE-843
Affected products
| Vendor | Product |
|---|---|
| free5gc | free5gc |
Description
free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's NRF root SBI endpoint POST /oauth2/token contains a parser-level type-confusion bug family. The handler in NFs/nrf/internal/sbi/api_accesstoken.go reflects over models.NrfAccessTokenAccessTokenReq, special-cases only plain string and NrfNfManagementNfType fields, and treats every other field as if it were a single models.PlmnId. The parsed *models.PlmnId is then assigned with reflect.Value.Set() to whichever field name the attacker put in the form body, which panics whenever the destination field's real type is incompatible (slice, different struct, primitive). Gin recovery converts each panic into HTTP 500, but the endpoint remains remotely panicable from a single unauthenticated form-encoded request and is repeatedly triggerable. This vulnerability is fixed in 4.2.2.
Source: NVD
References
- [NVD]https://nvd.nist.gov/vuln/detail/CVE-2026-44325
- [Exploit reference]https://github.com/free5gc/free5gc/issues/918
- [Vendor advisory]https://github.com/free5gc/free5gc/security/advisories/GHSA-f8qv-7x5w-qr48
- [Patch]https://github.com/free5gc/nrf/commit/f7bc77daa7425506af7569f2e61c2a210f5a0423
- [Patch]https://github.com/free5gc/nrf/pull/83
- [Vendor advisory]https://github.com/free5gc/free5gc/security/advisories/GHSA-f8qv-7x5w-qr48
Related CVEs
Same vendor
- CVE-2026-44330 — free5GC is an open-source implementation of the 5G core network (10.0 CRITICAL)
- CVE-2026-44329 — free5GC is an open-source implementation of the 5G core network (10.0 CRITICAL)
- CVE-2026-44328 — free5GC is an open-source implementation of the 5G core network (8.2 HIGH)
- CVE-2026-44327 — free5GC is an open-source implementation of the 5G core network (10.0 CRITICAL)
- CVE-2026-44326 — free5GC is an open-source implementation of the 5G core network (9.4 CRITICAL)
Same CWE
- CVE-2026-49218 — ImageMagick is free and open-source software used for editing and manipulating digital images (7.5 HIGH)
- CVE-2024-21944 — Improper input validation for DIMM serial presence detect (SPD) metadata could allow an attacker with physical access, ring0 access on a ... (5.3 MEDIUM)
- CVE-2026-48110 — Russh is a Rust SSH client & server library (7.5 HIGH)
- CVE-2026-48108 — Russh is a Rust SSH client & server library (5.3 MEDIUM)
- CVE-2026-48107 — Russh is a Rust SSH client & server library (6.5 MEDIUM)