Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1310 CNY

100%

CVE-2026-44318— free5GC: BSF concurrent PUT /nbsf-management/v1/subscriptions/{subId} crashes the BSF process via concurrent map read/write on Subscriptions

CVSS 6.5 · Medium

Affected Version Matrix 1

VendorProductVersion RangeStatus
free5gcfree5gc< 4.2.2affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-44318

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
free5GC: BSF concurrent PUT /nbsf-management/v1/subscriptions/{subId} crashes the BSF process via concurrent map read/write on Subscriptions
Source: NVD (National Vulnerability Database)
Vulnerability Description
free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's BSF PUT /nbsf-management/v1/subscriptions/{subId} handler has an unsynchronized write on the global Subscriptions map. The handler first reads the map under RLock() via BSFContext.GetSubscription(subId), but if the subscription does not exist, ReplaceIndividualSubcription() writes back to the same map directly without taking the mutex (bsfContext.BsfSelf.Subscriptions[subId] = subscription). Under concurrent authenticated PUT load, one goroutine can read while another writes the map, which causes the Go runtime to abort the process with fatal error: concurrent map read and map write (Go runtime panics that come from concurrent map access bypass recover() and terminate the process). The BSF container exits with code 2 -- the entire BSF SBI surface goes down until restart. This vulnerability is fixed in 4.2.2.
Source: NVD (National Vulnerability Database)
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Source: NVD (National Vulnerability Database)
Vulnerability Type
使用共享资源的并发执行不恰当同步问题(竞争条件)
Source: NVD (National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
free5gcfree5gc < 4.2.2 -

II. Public POCs for CVE-2026-44318

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-44318

登录查看更多情报信息。

Patches & Fixes for CVE-2026-44318 (2)

Vendor Advisories for CVE-2026-44318 (1)

Other References for CVE-2026-44318 (1)

Same Patch Batch · free5gc · 2026-05-27 · 20 CVEs total

CVE-2026-4433010.0 CRITICALfree5GC: NEF nnef-pfdmanagement API is unauthenticated; forged bearer tokens can read PFD
CVE-2026-4432710.0 CRITICALfree5GC: NEF nnef-oam route group is unauthenticated; no-token requests reach the OAM hand
CVE-2026-4432910.0 CRITICALfree5GC: SMF UPI management interface lacks auth middleware; unauthenticated topology read
CVE-2026-443269.4 CRITICALfree5GC: NEF 3gpp-traffic-influence API is unauthenticated; missing or forged bearer token
CVE-2026-443159.4 CRITICALfree5GC: NEF 3gpp-pfd-management API is unauthenticated; forged bearer tokens can create,
CVE-2026-420838.2 HIGHfree5GC: PCF Npcf_SMPolicyControl missing authentication middleware allows unauthenticated
CVE-2026-443288.2 HIGHfree5GC: SMF UPI DELETE /upi/v1/upNodesLinks/{ref} panics on AN-node deletion via nil UPF
CVE-2026-443257.5 HIGHfree5GC: NRF POST /oauth2/token structured-form parser type-confusion panic family (Reflec
CVE-2026-443227.5 HIGHfree5GC: NEF 3gpp-pfd-management PATCH applications/{appId} panics on UDR access failure d
CVE-2026-443217.5 HIGHfree5GC: SMF UPI POST /upi/v1/upNodesLinks exits the SMF process on overlapping UE pools (
CVE-2026-443197.5 HIGHfree5GC: NEF crashes via logger.Fatal on PFD notification delivery failure (attacker-contr
CVE-2026-443167.5 HIGHfree5GC: PCF npcf-smpolicycontrol POST /sm-policies panics on downstream UDR/OpenAPI 404 v
CVE-2026-443207.3 HIGHfree5GC: NEF nnef-callback route group is unauthenticated; forged callback requests are ac
CVE-2026-443246.5 MEDIUMfree5GC: UDR nudr-dr DELETE amf-subscriptions panics on missing UE state via nil interface
CVE-2026-443176.5 MEDIUMfree5GC: PCF npcf-policyauthorization POST /app-sessions panics on suppFeat=1 with missing
CVE-2026-420816.1 MEDIUMfree5GC: UE Security Capability bypass on NGAP PathSwitchRequest
CVE-2026-443234.3 MEDIUMfree5GC: UDR nudr-dr DELETE amf-subscriptions panics on missing subsId when UE state exist
CVE-2026-420823.7 LOWfree5GC: Missing Concurrent NAS SMC Validation During NGAP Handover
CVE-2026-42459free5GC: Improper Input Validation and Generation of Error Message Containing Sensitive In

IV. Related Vulnerabilities

V. Comments for CVE-2026-44318

No comments yet


Leave a comment