📧 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 data_breach Government HIGH 41m Global malware Software Development CRITICAL 50m Global phishing Multiple Sectors HIGH 1h Global vulnerability Web Applications CRITICAL 1h Global apt Critical Infrastructure CRITICAL 1h Global ransomware Multiple sectors CRITICAL 2h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 3h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 3h Global general Consumer Electronics and Retail MEDIUM 6h Global supply_chain Software Development and Technology HIGH 6h Global data_breach Government HIGH 41m Global malware Software Development CRITICAL 50m Global phishing Multiple Sectors HIGH 1h Global vulnerability Web Applications CRITICAL 1h Global apt Critical Infrastructure CRITICAL 1h Global ransomware Multiple sectors CRITICAL 2h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 3h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 3h Global general Consumer Electronics and Retail MEDIUM 6h Global supply_chain Software Development and Technology HIGH 6h Global data_breach Government HIGH 41m Global malware Software Development CRITICAL 50m Global phishing Multiple Sectors HIGH 1h Global vulnerability Web Applications CRITICAL 1h Global apt Critical Infrastructure CRITICAL 1h Global ransomware Multiple sectors CRITICAL 2h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 3h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 3h Global general Consumer Electronics and Retail MEDIUM 6h Global supply_chain Software Development and Technology HIGH 6h
Vulnerabilities

CVE-2026-43128

High
CWE-415 — Weakness Type
Published: May 6, 2026  ·  Modified: May 13, 2026  ·  Source: NVD
CVSS v3
7.8
🔗 NVD Official
📄 Description (English)

In the Linux kernel, the following vulnerability has been resolved:

RDMA/umem: Fix double dma_buf_unpin in failure path

In ib_umem_dmabuf_get_pinned_with_dma_device(), the call to
ib_umem_dmabuf_map_pages() can fail. If this occurs, the dmabuf
is immediately unpinned but the umem_dmabuf->pinned flag is still
set. Then, when ib_umem_release() is called, it calls
ib_umem_dmabuf_revoke() which will call dma_buf_unpin() again.

Fix this by removing the immediate unpin upon failure and just let
the ib_umem_release/revoke path handle it. This also ensures the
proper unmap-unpin unwind ordering if the dmabuf_map_pages call
happened to fail due to dma_resv_wait_timeout (and therefore has
a non-NULL umem_dmabuf->sgt).

🤖 AI Executive Summary

CVE-2026-43128 is a double-free vulnerability in the Linux kernel's RDMA/umem subsystem affecting DMA buffer management. The flaw occurs when ib_umem_dmabuf_map_pages() fails, causing improper cleanup that leads to a second unpin attempt during resource release. This can cause kernel crashes, memory corruption, or potential privilege escalation on systems using RDMA over DMA buffers.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 10, 2026 19:20
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability primarily impacts Saudi organizations running high-performance computing (HPC) clusters, data centers, and research institutions utilizing RDMA technology. Critical sectors affected include: ARAMCO (upstream/downstream computing infrastructure), KAUST (research computing), Saudi Aramco Energy Ventures (data processing), telecommunications providers (STC, Mobily) using RDMA for network optimization, and government data centers under NCA oversight. Financial institutions (SAMA-regulated banks) using RDMA-accelerated trading systems face potential service disruption and data integrity risks.
🏢 Affected Saudi Sectors
Energy (ARAMCO, oil/gas infrastructure) Government (NCA-regulated entities, data centers) Research & Academia (KAUST, universities) Telecommunications (STC, Mobily, Zain) Banking & Finance (SAMA-regulated institutions) Healthcare (MNGHA, private hospitals with HPC) Data Centers & Cloud Providers
⚖️ Saudi Risk Score (AI)
7.2
/ 10.0
🔧 Remediation Steps (English)
Immediate Actions:
1. Identify all Linux systems running kernel versions 7.0-rc1 and earlier with RDMA/umem modules enabled
2. Check system logs for RDMA-related errors or kernel panics
3. Disable RDMA services if not critical until patching is completed

Patching Guidance:
1. Apply the latest stable Linux kernel patch that includes the RDMA/umem double-unpin fix
2. Prioritize patching for systems with active RDMA workloads
3. Test patches in non-production environments first
4. Schedule maintenance windows for kernel updates with minimal service impact

Compensating Controls (if immediate patching unavailable):
1. Implement strict access controls to RDMA-enabled interfaces
2. Monitor kernel logs for dma_buf_unpin errors and memory corruption indicators
3. Isolate RDMA workloads to dedicated, monitored systems
4. Implement memory protection mechanisms (SMEP, SMAP if available)

Detection Rules:
1. Monitor for kernel panic messages containing 'dma_buf_unpin' or 'ib_umem_dmabuf'
2. Alert on repeated RDMA allocation/deallocation failures
3. Track kernel memory corruption indicators in dmesg
4. Monitor for unexpected process terminations on RDMA-enabled systems
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع أنظمة Linux التي تعمل بإصدارات kernel 7.0-rc1 وأقدم مع تفعيل وحدات RDMA/umem
2. فحص سجلات النظام للأخطاء المتعلقة بـ RDMA أو انهيارات kernel
3. تعطيل خدمات RDMA إذا لم تكن حرجة حتى يتم تطبيق التصحيحات

إرشادات التصحيح:
1. تطبيق أحدث تصحيح kernel مستقر يتضمن إصلاح double-unpin في RDMA/umem
2. إعطاء الأولوية لتصحيح الأنظمة ذات أحمال عمل RDMA النشطة
3. اختبار التصحيحات في بيئات غير الإنتاج أولاً
4. جدولة نوافذ الصيانة لتحديثات kernel بأقل تأثير على الخدمة

الضوابط البديلة (إذا لم يكن التصحيح الفوري متاحاً):
1. تنفيذ ضوابط وصول صارمة لواجهات RDMA
2. مراقبة سجلات kernel لأخطاء dma_buf_unpin ومؤشرات تلف الذاكرة
3. عزل أحمال عمل RDMA على أنظمة مخصصة ومراقبة
4. تنفيذ آليات حماية الذاكرة (SMEP, SMAP إن أمكن)

قواعد الكشف:
1. مراقبة رسائل انهيار kernel التي تحتوي على 'dma_buf_unpin' أو 'ib_umem_dmabuf'
2. التنبيه على فشل تخصيص/إلغاء تخصيص RDMA المتكرر
3. تتبع مؤشرات تلف ذاكرة kernel في dmesg
4. مراقبة إنهاء العمليات غير المتوقعة على الأنظمة المفعلة لـ RDMA
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.14.2.1 - Secure development policy ECC 2024 A.12.2.1 - Monitoring and logging
🔵 SAMA CSF
ID.RA-1 - Asset management and vulnerability identification PR.IP-12 - System security configuration and patch management DE.CM-3 - Monitoring and detection of anomalies
🟡 ISO 27001:2022
A.12.6.1 - Management of technical vulnerabilities A.14.2.1 - Secure development and change management A.12.4.1 - Event logging and monitoring
🟣 PCI DSS v4.0.1
Requirement 6.2 - Security patches and updates Requirement 11.2 - Vulnerability scanning
📦 Affected Products / CPE 6 entries
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel:7.0
📊 CVSS Score
7.8
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack VectorL — Low / Local
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityH — High
AvailabilityH — High
📋 Quick Facts
Severity High
CVSS Score7.8
CWECWE-415
EPSS0.01%
Exploit No
Patch ✓ Yes
Published 2026-05-06
Source Feed nvd
Views 1
🇸🇦 Saudi Risk Score
7.2
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
patch-available CWE-415
Share this CVE

💬 Comments

0
Loading comments
📣 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.