Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/free5gc/smf
  4. ›
  5. CVE-2026-44329

CVE-2026-44329: free5GC's SMF UPI management interface lacks auth middleware; unauthenticated topology read/write requests reach handlers

May 8, 2026

free5GC’s SMF mounts the UPI management route group without OAuth2/bearer-token authorization middleware. A network attacker who can reach SMF on the SBI can hit UPI endpoints with no Authorization header at all, and the requests reach the SMF business handlers. In the running Docker lab this was directly demonstrated for read (GET /upi/v1/upNodesLinks), write (POST /upi/v1/upNodesLinks with attacker-controlled UP-node and link payload), and delete (DELETE /upi/v1/upNodesLinks/{nodeID}) operations.

The defect is route-group-scoped: there is no inbound auth middleware on the UPI group at all, while a control comparison against the sibling nsmf-oam group on the same SMF instance shows OAM IS protected (no-token request returns 401 Unauthorized). So this is not a global config gap – it is specifically that the UPI group was mounted without the auth middleware that the OAM group has.

References

  • github.com/advisories/GHSA-3258-qmv8-frp3
  • github.com/free5gc/free5gc
  • github.com/free5gc/free5gc/issues/887
  • github.com/free5gc/free5gc/security/advisories/GHSA-3258-qmv8-frp3
  • github.com/free5gc/smf/commit/e23ce97565f285eb99eed153743c62bf4c767c6e
  • github.com/free5gc/smf/pull/197
  • nvd.nist.gov/vuln/detail/CVE-2026-44329

Code Behaviors & Features

Detect and mitigate CVE-2026-44329 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 →

Affected versions

All versions before 1.4.3

Fixed versions

  • 1.4.3

Solution

Upgrade to version 1.4.3 or above.

Impact 10 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-306: Missing Authentication for Critical Function
  • CWE-862: Missing Authorization

Source file

go/github.com/free5gc/smf/CVE-2026-44329.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 00:18:42 +0000.