📧 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 Pharmaceutical HIGH 1h Global vulnerability Technology, Artificial Intelligence CRITICAL 1h Global vulnerability Information Technology CRITICAL 1h Global phishing Gaming and Entertainment HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global phishing Law Enforcement, Cybercrime HIGH 2h Global vulnerability Artificial Intelligence MEDIUM 3h Global vulnerability Government CRITICAL 3h Global data_breach Government HIGH 4h Global vulnerability Enterprise Software / ERP Systems CRITICAL 4h Global data_breach Pharmaceutical HIGH 1h Global vulnerability Technology, Artificial Intelligence CRITICAL 1h Global vulnerability Information Technology CRITICAL 1h Global phishing Gaming and Entertainment HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global phishing Law Enforcement, Cybercrime HIGH 2h Global vulnerability Artificial Intelligence MEDIUM 3h Global vulnerability Government CRITICAL 3h Global data_breach Government HIGH 4h Global vulnerability Enterprise Software / ERP Systems CRITICAL 4h Global data_breach Pharmaceutical HIGH 1h Global vulnerability Technology, Artificial Intelligence CRITICAL 1h Global vulnerability Information Technology CRITICAL 1h Global phishing Gaming and Entertainment HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global phishing Law Enforcement, Cybercrime HIGH 2h Global vulnerability Artificial Intelligence MEDIUM 3h Global vulnerability Government CRITICAL 3h Global data_breach Government HIGH 4h Global vulnerability Enterprise Software / ERP Systems CRITICAL 4h
Vulnerabilities

CVE-2026-43250

High
CWE-787 — 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:

usb: chipidea: udc: fix DMA and SG cleanup in _ep_nuke()

The ChipIdea UDC driver can encounter "not page aligned sg buffer"
errors when a USB device is reconnected after being disconnected
during an active transfer. This occurs because _ep_nuke() returns
requests to the gadget layer without properly unmapping DMA buffers
or cleaning up scatter-gather bounce buffers.

Root cause:
When a disconnect happens during a multi-segment DMA transfer, the
request's num_mapped_sgs field and sgt.sgl pointer remain set with
stale values. The request is returned to the gadget driver with status
-ESHUTDOWN but still has active DMA state. If the gadget driver reuses
this request on reconnect without reinitializing it, the stale DMA
state causes _hardware_enqueue() to skip DMA mapping (seeing non-zero
num_mapped_sgs) and attempt to use freed/invalid DMA addresses,
leading to alignment errors and potential memory corruption.

The normal completion path via _hardware_dequeue() properly calls
usb_gadget_unmap_request_by_dev() and sglist_do_debounce() before
returning the request. The _ep_nuke() path must do the same cleanup
to ensure requests are returned in a clean, reusable state.

Fix:
Add DMA unmapping and bounce buffer cleanup to _ep_nuke() to mirror
the cleanup sequence in _hardware_dequeue():
- Call usb_gadget_unmap_request_by_dev() if num_mapped_sgs is set
- Call sglist_do_debounce() with copy=false if bounce buffer exists

This ensures that when requests are returned due to endpoint shutdown,
they don't retain stale DMA mappings. The 'false' parameter to
sglist_do_debounce() prevents copying data back (appropriate for
shutdown path where transfer was aborted).

🤖 AI Executive Summary

A memory corruption vulnerability in the Linux kernel's ChipIdea USB Device Controller driver can occur when USB devices are reconnected after disconnection during active transfers. The vulnerability stems from improper cleanup of DMA buffers and scatter-gather bounce buffers in the _ep_nuke() function, potentially leading to use-after-free conditions and memory corruption. This affects systems using ChipIdea UDC controllers, particularly embedded and IoT devices common in Saudi infrastructure.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 13, 2026 00:17
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability primarily impacts Saudi organizations utilizing embedded systems and IoT devices with ChipIdea UDC controllers, including: (1) Healthcare sector — medical devices and diagnostic equipment using USB connectivity; (2) Telecommunications — STC and other telecom providers' network equipment and mobile infrastructure; (3) Energy sector — ARAMCO and utilities' industrial control systems and monitoring devices; (4) Government agencies — NCA and other entities deploying IoT and embedded systems for critical infrastructure; (5) Banking and financial institutions — payment terminals and security devices. The vulnerability could lead to system crashes, data corruption, or potential privilege escalation if exploited in conjunction with other vulnerabilities.
🏢 Affected Saudi Sectors
Healthcare Telecommunications Energy/Utilities Government Banking/Financial Services Manufacturing Transportation
⚖️ Saudi Risk Score (AI)
7.2
/ 10.0
🔧 Remediation Steps (English)
Immediate Actions:
1. Identify systems running Linux kernel with ChipIdea UDC driver (check: grep -r 'chipidea' /sys/devices or lsmod | grep ci_hdrc)
2. Determine kernel version: uname -r
3. Check if affected: versions prior to the patched release

Patching Guidance:
1. Apply Linux kernel security update containing the ChipIdea UDC fix to _ep_nuke() function
2. For RHEL/CentOS: yum update kernel
3. For Ubuntu/Debian: apt update && apt upgrade linux-image
4. For embedded systems: contact device manufacturer for firmware update
5. Test USB device reconnection scenarios after patching

Compensating Controls (if immediate patching unavailable):
1. Disable USB device hot-plugging where operationally feasible
2. Implement strict USB device whitelist policies
3. Monitor system logs for USB-related errors: journalctl -u kernel | grep -i usb
4. Restrict USB port access to authorized personnel only
5. Implement network segmentation for devices with ChipIdea controllers

Detection Rules:
1. Monitor for kernel messages: 'not page aligned sg buffer' errors
2. Alert on repeated USB device connection/disconnection cycles
3. Track memory corruption indicators: kernel panics, segmentation faults
4. Monitor dmesg for: 'usb.*disconnect' followed by 'usb.*connect' within short timeframe
5. Implement IDS signatures for abnormal USB traffic patterns
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد الأنظمة التي تعمل بنواة Linux مع برنامج تشغيل ChipIdea UDC (تحقق: grep -r 'chipidea' /sys/devices أو lsmod | grep ci_hdrc)
2. تحديد إصدار النواة: uname -r
3. التحقق من التأثر: الإصدارات السابقة للإصدار المصحح

إرشادات التصحيح:
1. تطبيق تحديث أمان نواة Linux يحتوي على إصلاح ChipIdea UDC لدالة _ep_nuke()
2. لـ RHEL/CentOS: yum update kernel
3. لـ Ubuntu/Debian: apt update && apt upgrade linux-image
4. للأنظمة المدمجة: اتصل بمصنع الجهاز للحصول على تحديث البرنامج الثابت
5. اختبر سيناريوهات إعادة توصيل جهاز USB بعد التصحيح

الضوابط البديلة (إذا لم يكن التصحيح الفوري متاحاً):
1. تعطيل الإدراج الساخن لجهاز USB حيث يكون ممكناً من الناحية التشغيلية
2. تنفيذ سياسات قائمة بيضاء صارمة لأجهزة USB
3. مراقبة سجلات النظام للأخطاء المتعلقة بـ USB: journalctl -u kernel | grep -i usb
4. تقييد الوصول إلى منافذ USB للموظفين المصرح لهم فقط
5. تنفيذ تقسيم الشبكة للأجهزة التي تحتوي على وحدات تحكم ChipIdea

قواعد الكشف:
1. مراقبة رسائل النواة: أخطاء 'not page aligned sg buffer'
2. تنبيه على دورات اتصال/قطع اتصال جهاز USB المتكررة
3. تتبع مؤشرات تلف الذاكرة: توقف النواة، أخطاء التقسيم
4. مراقبة dmesg لـ: 'usb.*disconnect' متبوعاً بـ 'usb.*connect' في إطار زمني قصير
5. تنفيذ توقيعات IDS لأنماط حركة USB غير الطبيعية
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.12.2.1 - Equipment and assets management ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.14.2.1 - Secure development policy ECC 2024 A.12.3.1 - Segregation of networks
🔵 SAMA CSF
SAMA CSF ID.BE-1 - Asset management SAMA CSF PR.IP-12 - Software, firmware, and information integrity mechanisms SAMA CSF DE.CM-8 - Vulnerability scans are performed SAMA CSF RS.MI-2 - Incidents are mitigated
🟡 ISO 27001:2022
ISO 27001:2022 A.5.19 - Management of information security incidents ISO 27001:2022 A.8.1 - User endpoint devices ISO 27001:2022 A.8.2 - Privileged access rights ISO 27001:2022 A.14.2 - Security requirements analysis and specification
🟣 PCI DSS v4.0.1
PCI DSS 6.2 - Security patches and updates PCI DSS 11.2 - Vulnerability scanning
📦 Affected Products / CPE 3 entries
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
📊 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-787
EPSS0.02%
Exploit No
Patch ✓ Yes
Published 2026-05-06
Source Feed nvd
🇸🇦 Saudi Risk Score
7.2
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
patch-available CWE-787
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.