CVE-2026-74355
Last modified
CVE-2026-74355 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4f1492efb495bcef34c9ee8a94af81e6cea5abf4, < f5102e0fc3c6dc8685549891a96e4589fdb3e211; >= 4f1492efb495bcef34c9ee8a94af81e6cea5abf4, < d16923a45d4d08367650fdc3451c89299ab6ac5a; >= 4f1492efb495bcef34c9ee8a94af81e6cea5abf4, < 43bd9e6d5513cb1edbafdeef146a1edc3aaced56 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74355?
How severe is CVE-2026-74355?
How do I fix CVE-2026-74355?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7435SSCMS v7.4.0 contains a SQL injection vulnerability in the s…8.6
- CVE-2026-74350In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74351In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74352In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74353In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74354In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74356In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-74357In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74358In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74359In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7436The WPC Badge Management for WooCommerce plugin for WordPres…6.4
- CVE-2026-74360In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74355?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
