CVE-2026-44330
published 2026-05-27CVE-2026-44330: free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's NEF mounts the nnef-pfdmanagement route group without inbound…
PriorityP264critical10CVSS 3.1
AVNACLPRNUINSCCLIHAH
EPSS
0.29%
20.4th percentile
free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's NEF mounts the nnef-pfdmanagement route group without inbound OAuth2/bearer-token authorization. A network attacker who can reach NEF on the SBI can use a forged or arbitrary bearer token (e.g. Authorization: Bearer not-a-real-token) to read PFD application data via GET /applications and GET /applications/{appID}, and to create or delete PFD change-notification subscriptions via POST /subscriptions and DELETE /subscriptions/{subID}. Same root cause as the other NEF SBI findings: the route group is mounted without any inbound auth middleware. Unlike the OAM and traffic-influence groups, nnef-pfdmanagement IS declared in the runtime ServiceList, so this is the production-intended path that operators expect to be protected by OAuth2 setting receive from NRF: true -- and it is not. This vulnerability is fixed in 4.2.2.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| free5gc | free5gc | < 4.2.2 | 4.2.2 |
| github.com | free5gc_nef | 0 – 1.2.3 | — |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
Free5GC up to 4.2.1 authorization (EUVD-2026-32568)
vuldb·2026-05-27·CVSS 10.0
CVE-2026-44330 [CRITICAL] Free5GC up to 4.2.1 authorization (EUVD-2026-32568)
A vulnerability was found in Free5GC up to 4.2.1 and classified as critical. This affects an unknown function. Such manipulation leads to incorrect authorization.
This vulnerability is referenced as CVE-2026-44330. It is possible to launch the attack remotely. No exploit is available.
It is suggested to upgrade the affected component.
GHSA
free5GC's NEF nnef-pfdmanagement API is unauthenticated; forged bearer tokens can read PFD data and create/delete PFD subscriptions
ghsa·2026-05-08
CVE-2026-44330 [CRITICAL] CWE-863 free5GC's NEF nnef-pfdmanagement API is unauthenticated; forged bearer tokens can read PFD data and create/delete PFD subscriptions
free5GC's NEF nnef-pfdmanagement API is unauthenticated; forged bearer tokens can read PFD data and create/delete PFD subscriptions
### Summary
free5GC's NEF mounts the `nnef-pfdmanagement` route group without inbound OAuth2/bearer-token authorization. A network attacker who can reach NEF on the SBI can use a forged or arbitrary bearer token (e.g. `Authorization: Bearer not-a-real-token`) to read PFD application data via `GET /applications` and `GET /applications/{appID}`, and to create or delete PFD change-notification subscriptions via `POST /subscriptions` and `DELETE /subscriptions/{subID}`. Same root cause as the other NEF SBI findings: the route group is mounted without any inbound auth middleware. Unlike the OAM and traffic-influence groups, `nnef-pfdmanagement` IS declared in the
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2026-05-27
Published