← Voltar à pesquisa de CVEs

CVE-2026-74355

linux

Descrição

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 8.2EPSS 0.132%Risco 0.83
Ver fonte
Publicação
2026-08-15 06:22:36
Versões afetadas
unknown
Tipo
Kernel
Última alteração
2026-08-17 06:19:30
Vetor
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H