Lucene search
+L

418231 matches found

EUVD
EUVD
•added 2026/09/17 4:09 p.m.•10 views

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...

5.8AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/17 4:09 p.m.•9 views

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...

5.8AI score0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•38 views

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...

7.4CVSS0.00154EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:09 p.m.•14 views

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...

5.8AI score0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/17 4:09 p.m.•11 views

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...

5.7AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/17 4:09 p.m.•9 views

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...

7.4CVSS5.8AI score0.00154EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:09 p.m.•14 views

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...

7.4CVSS5.8AI score0.00154EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:09 p.m.•4 views

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...

7.4CVSS5.8AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/17 4:09 p.m.•12 views

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...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/17 4:09 p.m.•10 views

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...

5.8AI score
SaveExploits0References7
EUVD
EUVD
•added 2026/09/17 4:09 p.m.•10 views

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...

5.8AI score0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/17 4:09 p.m.•12 views

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...

5.8AI score0.00209EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:09 p.m.•21 views

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...

5.8AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•37 views

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...

0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/17 4:09 p.m.•12 views

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...

5.7AI score0.00206EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:09 p.m.•14 views

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...

5.7AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/17 4:09 p.m.•10 views

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...

5.8AI score0.00173EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/17 4:09 p.m.•11 views

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...

5.7AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:09 p.m.•13 views

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...

8.8CVSS5.8AI score0.00173EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/17 4:09 p.m.•12 views

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...

8.8CVSS5.8AI score0.00173EPSS
SaveExploits0
Rows per page
Query Builder