Sploitus

CVE-2026-74355

No indexed exploits for CVE-2026-74355 yet

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info->node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the device_rbtree_insert() call is skipped. If a subsequent probe step fails, the error path jumps to device_rbtree_remove(), which misinterprets the zeroed node as a tree root and corrupts the device RB-tree. Fix this by explicitly initializing the RB-node as empty using RB_CLEAR_NODE() during initialization and guarding the removal with RB_EMPTY_NODE().

CVSS 3.1
8.2 HIGH
EPSS
0.1% (3th percentile)
NVD status
Received
Published
2026-08-15
CVE-2026-74355 at NVD
Authoritative description, scoring and affected products

No indexed exploits for CVE-2026-74355 yet

Our index is partial: it proves presence, never absence

No exploit for CVE-2026-74355 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.