📧 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 Information Technology and Infrastructure HIGH 46m Global data_breach Education HIGH 1h Global data_breach Education HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global supply_chain Software Development and Technology HIGH 3h Global vulnerability Information Technology and Telecommunications CRITICAL 3h Global apt Financial Services, Banking HIGH 9h Global vulnerability Technology and Software Development HIGH 12h Global vulnerability Government and Federal Agencies CRITICAL 12h Global supply_chain Software Development and Open-Source Ecosystems HIGH 13h Global vulnerability Information Technology and Infrastructure HIGH 46m Global data_breach Education HIGH 1h Global data_breach Education HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global supply_chain Software Development and Technology HIGH 3h Global vulnerability Information Technology and Telecommunications CRITICAL 3h Global apt Financial Services, Banking HIGH 9h Global vulnerability Technology and Software Development HIGH 12h Global vulnerability Government and Federal Agencies CRITICAL 12h Global supply_chain Software Development and Open-Source Ecosystems HIGH 13h Global vulnerability Information Technology and Infrastructure HIGH 46m Global data_breach Education HIGH 1h Global data_breach Education HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global supply_chain Software Development and Technology HIGH 3h Global vulnerability Information Technology and Telecommunications CRITICAL 3h Global apt Financial Services, Banking HIGH 9h Global vulnerability Technology and Software Development HIGH 12h Global vulnerability Government and Federal Agencies CRITICAL 12h Global supply_chain Software Development and Open-Source Ecosystems HIGH 13h
Vulnerabilities

CVE-2026-43130

Medium
Published: May 6, 2026  ·  Modified: May 9, 2026  ·  Source: NVD
CVSS v3
5.5
🔗 NVD Official
📄 Description (English)

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

iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode

Commit 4fc82cd907ac ("iommu/vt-d: Don't issue ATS Invalidation
request when device is disconnected") relies on
pci_dev_is_disconnected() to skip ATS invalidation for
safely-removed devices, but it does not cover link-down caused
by faults, which can still hard-lock the system.

For example, if a VM fails to connect to the PCIe device,
"virsh destroy" is executed to release resources and isolate
the fault, but a hard-lockup occurs while releasing the group fd.

Call Trace:
qi_submit_sync
qi_flush_dev_iotlb
intel_pasid_tear_down_entry
device_block_translation
blocking_domain_attach_dev
__iommu_attach_device
__iommu_device_set_domain
__iommu_group_set_domain_internal
iommu_detach_group
vfio_iommu_type1_detach_group
vfio_group_detach_container
vfio_group_fops_release
__fput

Although pci_device_is_present() is slower than
pci_dev_is_disconnected(), it still takes only ~70 µs on a
ConnectX-5 (8 GT/s, x2) and becomes even faster as PCIe speed
and width increase.

Besides, devtlb_invalidation_with_pasid() is called only in the
paths below, which are far less frequent than memory map/unmap.

1. mm-struct release
2. {attach,release}_dev
3. set/remove PASID
4. dirty-tracking setup

The gain in system stability far outweighs the negligible cost
of using pci_device_is_present() instead of pci_dev_is_disconnected()
to decide when to skip ATS invalidation, especially under GDR
high-load conditions.

🤖 AI Executive Summary

A vulnerability in the Linux kernel's Intel VT-d IOMMU driver can cause system hard-lockups when attempting to flush device IOTLB for inaccessible PCIe devices in scalable mode. The issue occurs during device disconnection or link-down scenarios, particularly when virtual machines fail to connect to PCIe devices and resources are being released.

📄 Description (Arabic)

تحدث هذه الثغرة في برنامج تشغيل IOMMU VT-d بنواة Linux عندما يحاول النظام تنظيف ذاكرة IOTLB لجهاز PCIe غير متاح أو معطل. المشكلة تحدث بشكل خاص عند قطع الاتصال بالأجهزة أو فشل الاتصال بأجهزة PCIe في الأجهزة الافتراضية. يمكن أن يؤدي هذا إلى توقف كامل للنظام (hard-lockup) عند محاولة تحرير موارد الجهاز.

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

A vulnerability in the Linux kernel's Intel VT-d IOMMU driver can cause system hard-lockups when attempting to flush device IOTLB for inaccessible PCIe devices in scalable mode. The issue occurs during device disconnection or link-down scenarios, particularly when virtual machines fail to connect to PCIe devices and resources are being released.

🤖 AI Intelligence Analysis Analyzed: May 25, 2026 14:31
🇸🇦 Saudi Arabia Impact Assessment
Saudi Relevance: high
🏢 Affected Saudi Sectors
government telecom banking energy
🎯 MITRE ATT&CK Techniques
⚖️ Saudi Risk Score (AI)
7.0
/ 10.0
🔧 Remediation Steps (English)
Update the Linux kernel to the patched version that implements proper accessibility checks before issuing dev-IOTLB flush operations. Ensure PCIe device accessibility is verified in scalable mode before attempting ATS invalidation requests. Apply vendor-provided kernel security updates immediately.
🔧 خطوات المعالجة (العربية)
قم بتحديث نواة Linux إلى الإصدار المصحح الذي ينفذ فحوصات إمكانية الوصول المناسبة قبل إصدار عمليات تنظيف dev-IOTLB. تأكد من التحقق من إمكانية وصول جهاز PCIe في الوضع القابل للتوسع قبل محاولة طلبات إبطال ATS. طبق تحديثات أمان نواة Linux المقدمة من المورد على الفور.
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
5.1 5.2
🔵 SAMA CSF
ID.BE-1 PR.MA-2
🟡 ISO 27001:2022
14.2.1 14.2.5
📦 Affected Products / CPE 8 entries
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
📊 CVSS Score
5.5
/ 10.0 — Medium
📊 CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack VectorL — Low / Local
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 Score5.5
EPSS0.01%
Exploit No
Patch ✓ Yes
Published 2026-05-06
Source Feed nvd
🇸🇦 Saudi Risk Score
7.0
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
patch-available
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.