📧 info@ciso.sa | 📱 +966550939344 | Riyadh, Kingdom of Saudi Arabia
🔧 Scheduled Maintenance — Saturday 2:00-4:00 AM AST. Some features may be temporarily unavailable.    ●   
💎
Pro Plan 50% Off Unlock all AI features, unlimited reports, and priority support. Upgrade
Search Center
ESC to close
Global vulnerability Technology and Software Development HIGH 1h Global vulnerability Government and Federal Agencies CRITICAL 1h Global supply_chain Software Development and Open-Source Ecosystems HIGH 2h Global vulnerability Enterprise Software/SaaS MEDIUM 2h Global supply_chain Software Development HIGH 3h Global general Insurance/Risk Management HIGH 3h Global data_breach Enterprise Software / Information Technology CRITICAL 4h Global vulnerability Technology/Software CRITICAL 6h Global malware Social Media and Consumer Technology HIGH 6h Global botnet Information Technology and IoT HIGH 6h Global vulnerability Technology and Software Development HIGH 1h Global vulnerability Government and Federal Agencies CRITICAL 1h Global supply_chain Software Development and Open-Source Ecosystems HIGH 2h Global vulnerability Enterprise Software/SaaS MEDIUM 2h Global supply_chain Software Development HIGH 3h Global general Insurance/Risk Management HIGH 3h Global data_breach Enterprise Software / Information Technology CRITICAL 4h Global vulnerability Technology/Software CRITICAL 6h Global malware Social Media and Consumer Technology HIGH 6h Global botnet Information Technology and IoT HIGH 6h Global vulnerability Technology and Software Development HIGH 1h Global vulnerability Government and Federal Agencies CRITICAL 1h Global supply_chain Software Development and Open-Source Ecosystems HIGH 2h Global vulnerability Enterprise Software/SaaS MEDIUM 2h Global supply_chain Software Development HIGH 3h Global general Insurance/Risk Management HIGH 3h Global data_breach Enterprise Software / Information Technology CRITICAL 4h Global vulnerability Technology/Software CRITICAL 6h Global malware Social Media and Consumer Technology HIGH 6h Global botnet Information Technology and IoT HIGH 6h
Vulnerabilities

CVE-2026-44318

Medium ⚡ Exploit Available
CWE-362 — Weakness Type
Published: May 27, 2026  ·  Modified: May 30, 2026  ·  Source: NVD
CVSS v3
6.5
🔗 NVD Official
📄 Description (English)

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.

🤖 AI Executive Summary

free5GC versions prior to 4.2.2 contain a race condition in the BSF PUT subscription handler that performs unsynchronized writes to a global map, causing Go runtime panics under concurrent load. This vulnerability allows authenticated attackers to crash the BSF service, resulting in denial of service of the entire 5G core network's subscriber data management interface.

📄 Description (Arabic)

تحتوي ثغرة CVE-2026-44318 على حالة تنافس في معالج PUT /nbsf-management/v1/subscriptions/{subId} حيث تقرأ العملية الخريطة تحت RLock() لكن تكتب إليها بدون قفل mutex عند عدم وجود الاشتراك. يمكن لمهاجم مصرح بتنفيذ طلبات متزامنة متعددة لإجبار وقت تشغيل Go على الانهيار بخطأ concurrent map read and write.

🤖 ملخص تنفيذي (AI)

إصدارات free5GC السابقة للإصدار 4.2.2 تحتوي على حالة تنافس في معالج اشتراك BSF PUT التي تقوم بعمليات كتابة غير متزامنة على خريطة عامة، مما يسبب انهيار وقت تشغيل Go تحت الحمل المتزامن. تسمح هذه الثغرة للمهاجمين المصرحين بإيقاف خدمة BSF، مما يؤدي إلى رفض الخدمة لواجهة إدارة بيانات المشترك في شبكة النواة 5G بأكملها.

🤖 AI Intelligence Analysis Analyzed: May 30, 2026 08:27
🇸🇦 Saudi Arabia Impact Assessment
Saudi Relevance: high
🏢 Affected Saudi Sectors
telecom government
🎯 MITRE ATT&CK Techniques
⚖️ Saudi Risk Score (AI)
7.0
/ 10.0
🔧 Remediation Steps (English)
Upgrade free5GC to version 4.2.2 or later immediately. Implement proper mutex locking for all map access operations in the BSF subscription handler. Apply network segmentation to restrict access to BSF services to authorized 5G core network components only. Monitor BSF service logs for panic errors and implement automated restart mechanisms.
🔧 خطوات المعالجة (العربية)
قم بترقية free5GC إلى الإصدار 4.2.2 أو أحدث على الفور. قم بتطبيق قفل mutex مناسب لجميع عمليات الوصول إلى الخريطة في معالج اشتراك BSF. طبق تقسيم الشبكة لتقييد الوصول إلى خدمات BSF للمكونات المصرحة فقط في شبكة النواة 5G. راقب سجلات خدمة BSF للأخطاء والأعطال وقم بتطبيق آليات إعادة التشغيل التلقائية.
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
A.12.2.1 A.14.2.1
🔵 SAMA CSF
ID.BE-3 PR.DS-2 PR.IP-1
🟡 ISO 27001:2022
A.12.2.1 A.14.2.1 A.14.2.5
📦 Affected Products / CPE 1 entries
free5gc:free5gc
📊 CVSS Score
6.5
/ 10.0 — Medium
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityN — None / Network
IntegrityN — None / Network
AvailabilityH — High
📋 Quick Facts
Severity Medium
CVSS Score6.5
CWECWE-362
EPSS0.04%
Exploit ✓ Yes
Patch ✓ Yes
Published 2026-05-27
Source Feed nvd
🇸🇦 Saudi Risk Score
7.0
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
exploit-available patch-available CWE-362
Share this CVE
📣 Found this valuable?
Share it with your cybersecurity network
in LinkedIn 𝕏 X / Twitter 💬 WhatsApp ✈ Telegram
🍪 Privacy Preferences
CISO Consulting — Compliant with Saudi Personal Data Protection Law (PDPL)
We use cookies and similar technologies to provide the best experience on our platform. You can choose which types you accept.
🔒
Essential Always On
Required for the website to function properly. Cannot be disabled.
📋 Sessions, CSRF tokens, authentication, language preferences
📊
Analytics
Help us understand how visitors use the site and improve performance.
📋 Page views, session duration, traffic sources, performance metrics
⚙️
Functional
Enable enhanced features like content personalization and preferences.
📋 Dark/light theme, font size, custom dashboards, saved filters
📣
Marketing
Used to deliver content and ads relevant to your interests.
📋 Campaign tracking, retargeting, social media analytics
Privacy Policy →
CISO AI Assistant
Ask anything · Documents · Support
🔐

Introduce Yourself

Enter your details to access the full assistant

Your info is private and never shared
💬
CyberAssist
Online · responds in seconds
5 / 5
🔐 Verify Your Identity

Enter your email to receive a verification code before submitting a support request.

Enter to send · / for commands 0 / 2000
CISO AI · Powered by Anthropic Claude
✦ Quick Survey Help Us Improve CISO Consulting Your feedback shapes the future of our platform — takes less than 2 minutes.
⚠ Please answer this question to continue

How would you rate your overall experience with our platform?

Rate from 1 (poor) to 5 (excellent)

🎉
Thank you!
Your response has been recorded.