CVE-2026-74355

Source
https://cve.org/CVERecord?id=CVE-2026-74355
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74355.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74355
Downstream
Published
2026-08-15T05:58:40.766Z
Modified
2026-08-16T03:48:49.658725074Z
Summary
iommu/vt-d: Fix RB-tree corruption in probe error path
Details

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 devicerbtreeinsert() call is skipped. If a subsequent probe step fails, the error path jumps to devicerbtreeremove(), 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 RBCLEARNODE() during initialization and guarding the removal with RBEMPTYNODE().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74355.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4f1492efb495bcef34c9ee8a94af81e6cea5abf4
Fixed
f5102e0fc3c6dc8685549891a96e4589fdb3e211
Fixed
d16923a45d4d08367650fdc3451c89299ab6ac5a
Fixed
43bd9e6d5513cb1edbafdeef146a1edc3aaced56

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74355.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.15.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74355.json"