418231 matches found
EUVD-2026-82089
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Don't run the error ISR before probe sets up vintfs tegra241cmdqvprobe requests the error IRQ before it has allocated the cmdqv-vintfs array and set cmdqv-numvintfs. A CMDQV left enabled with a latched error...
EUVD-2026-82088
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devmkrealloc tegra241cmdqvprobe uses devmkrealloc to grow @smmu into the larger tegra241cmdqv, which frees the original @smmu once it relocates. A failure after that...
CVE-2026-90427 iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devm_krealloc()
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devmkrealloc tegra241cmdqvprobe uses devmkrealloc to grow @smmu into the larger tegra241cmdqv, which frees the original @smmu once it relocates. A failure after that...
CVE-2026-90428
CVE-2026-90428 affects the Linux kernel driver iommu/tegra241-cmdqv (NVIDIA Tegra 241 CMDQV IOMMU). The root cause is that __tegra241_cmdqv_probe() requests the error IRQ before allocating the cmdqv->vintfs array and setting cmdqv->num_vintfs. If a CMDQV is left enabled with a latched error...
CVE-2026-90428
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Don't run the error ISR before probe sets up vintfs tegra241cmdqvprobe requests the error IRQ before it has allocated the cmdqv-vintfs array and set cmdqv-numvintfs. A CMDQV left enabled with a latched error...
CVE-2026-90427
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devmkrealloc tegra241cmdqvprobe uses devmkrealloc to grow @smmu into the larger tegra241cmdqv, which frees the original @smmu once it relocates. A failure after that...
CVE-2026-90427
This is a use-after-free in the Linux kernel's iommu/tegra241-cmdqv driver (NVIDIA Tegra 241 SMMU command queue). The function __tegra241_cmdqv_probe() calls devm_krealloc() to grow the smmu struct into the larger tegra241_cmdqv, freeing the original pointer. If a subsequent failure path returned...
CVE-2026-90427 iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devm_krealloc()
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devmkrealloc tegra241cmdqvprobe uses devmkrealloc to grow @smmu into the larger tegra241cmdqv, which frees the original @smmu once it relocates. A failure after that...
CVE-2026-90428 iommu/tegra241-cmdqv: Don't run the error ISR before probe sets up vintfs
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Don't run the error ISR before probe sets up vintfs tegra241cmdqvprobe requests the error IRQ before it has allocated the cmdqv-vintfs array and set cmdqv-numvintfs. A CMDQV left enabled with a latched error...
CVE-2026-90426 iommu/tegra241-cmdqv: Free the error IRQ before tearing down VINTFs
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Free the error IRQ before tearing down VINTFs tegra241cmdqvremove tears each VINTF down first, then calls freeirq. Tearing a VINTF down frees vintf0 and clears cmdqv-vintfs0. An error in that window makes...
EUVD-2026-82087
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Free the error IRQ before tearing down VINTFs tegra241cmdqvremove tears each VINTF down first, then calls freeirq. Tearing a VINTF down frees vintf0 and clears cmdqv-vintfs0. An error in that window makes...
CVE-2026-90426
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Free the error IRQ before tearing down VINTFs tegra241cmdqvremove tears each VINTF down first, then calls freeirq. Tearing a VINTF down frees vintf0 and clears cmdqv-vintfs0. An error in that window makes...
CVE-2026-90426
CVE-2026-90426 affects the Linux kernel 's tegra241-cmdqv IOMMU driver. In tegra241_cmdqv_remove(), VINTFs are torn down before the error IRQ is freed, creating a window where the ISR can read a stale cmdqv->vintfs[0] slot and pass a NULL or freed pointer to tegra241_vintf0_handle_error(), cau...
CVE-2026-90426 iommu/tegra241-cmdqv: Free the error IRQ before tearing down VINTFs
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Free the error IRQ before tearing down VINTFs tegra241cmdqvremove tears each VINTF down first, then calls freeirq. Tearing a VINTF down frees vintf0 and clears cmdqv-vintfs0. An error in that window makes...
CVE-2026-90424
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Fix VINTF0 leak on the init-failure path tegra241cmdqvinitstructures allocates VINTF0 with kzallocobj, inits it, and preallocates its logical VCMDQs. Two of its error paths leak. When tegra241cmdqvinitvintf...
CVE-2026-90424
This Linux kernel vulnerability affects the Tegra241 CMDQV IOMMU driver (iommu/tegra241-cmdqv). The root cause is a memory leak of the VINTF0 structure on two initialization-failure paths in tegra241_cmdqv_init_structures(). In the first path, a failure in tegra241_cmdqv_init_vintf() returns befo...
EUVD-2026-82086
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Require exactly one Stream ID for a vSID tegra241vintfinitvsid maps a guest vSID to a single physical Stream ID taken from master-streams0, and only warns when the device does not have exactly one stream. A...
EUVD-2026-82085
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Fix VINTF0 leak on the init-failure path tegra241cmdqvinitstructures allocates VINTF0 with kzallocobj, inits it, and preallocates its logical VCMDQs. Two of its error paths leak. When tegra241cmdqvinitvintf...
CVE-2026-90425
CVE-2026-90425 affects the Linux kernel's iommu/tegra241-cmdqv subsystem (NVIDIA Tegra 241 IOMMU). The vulnerable function tegra241_vintf_init_vsid() maps a guest vSID to a single physical Stream ID taken from master->streams[0]. When a device has multiple streams , only the first is mapped, s...
CVE-2026-90425
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Require exactly one Stream ID for a vSID tegra241vintfinitvsid maps a guest vSID to a single physical Stream ID taken from master-streams0, and only warns when the device does not have exactly one stream. A...