Lucene search
+L

418232 matches found

Debian CVE
Debian CVE
•added 2026/09/17 4:09 p.m.•13 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
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•36 views

CVE-2026-90424 iommu/tegra241-cmdqv: Fix VINTF0 leak on the init-failure path

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

0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:09 p.m.•6 views

CVE-2026-90424 iommu/tegra241-cmdqv: Fix VINTF0 leak on the init-failure path

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 score
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:09 p.m.•17 views

CVE-2026-90423

This Linux kernel vulnerability is a Use-After-Free (UAF) in the RDMA/rxe (Soft-RoCE) subsystem, specifically in the ODP (On-Demand Paging) initialization error-handling path. The root cause is that rxe_odp_mr_init_user() stores a pointer to the ODP umem in mr->umem before calling rxe_odp_init...

7.8CVSS6AI score0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•36 views

CVE-2026-90423 RDMA/rxe: Fix UAF in ODP init error-handling path

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix UAF in ODP init error-handling path rxeodpmrinituser stores &umemodp-umem in mr-umem before calling rxeodpinitpages. If rxeodpinitpages fails, rxeodpmrinituser releases umemodp and returns an error. rxeregusermr the...

7.8CVSS0.00173EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/17 4:09 p.m.•9 views

CVE-2026-90423

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix UAF in ODP init error-handling path rxeodpmrinituser stores &umemodp-umem in mr-umem before calling rxeodpinitpages. If rxeodpinitpages fails, rxeodpmrinituser releases umemodp and returns an error. rxeregusermr the...

7.8CVSS6AI score0.00173EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:09 p.m.•8 views

EUVD-2026-82084

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix UAF in ODP init error-handling path rxeodpmrinituser stores &umemodp-umem in mr-umem before calling rxeodpinitpages. If rxeodpinitpages fails, rxeodpmrinituser releases umemodp and returns an error. rxeregusermr the...

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

CVE-2026-90422

CVE-2026-90422 affects the Linux kernel driver clk: mediatek: pllfh (MediaTek PLLFH clock driver). The root cause is an IO remapping leak : when mtk_clk_register_pllfhs fails to register a PLL, its error path unregisters all PLLs and performs cleanup but does not free the IO memory mapped on the ...

5.6AI score0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/17 4:09 p.m.•7 views

CVE-2026-90422

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: pllfh: Fix IO remapping leak in registerpllfhs error path When mtkclkregisterpllfhs function fails to register a PLL, it unregisters all PLLs and cleans up itself in its error path before returning, so the function...

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

EUVD-2026-82083

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: pllfh: Fix IO remapping leak in registerpllfhs error path When mtkclkregisterpllfhs function fails to register a PLL, it unregisters all PLLs and cleans up itself in its error path before returning, so the function...

5.6AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•35 views

CVE-2026-90422 clk: mediatek: pllfh: Fix IO remapping leak in register_pllfhs error path

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: pllfh: Fix IO remapping leak in registerpllfhs error path When mtkclkregisterpllfhs function fails to register a PLL, it unregisters all PLLs and cleans up itself in its error path before returning, so the function...

0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:09 p.m.•18 views

CVE-2026-90421

CVE-2026-90421 is a Use-After-Free (UAF) vulnerability in the Linux kernel 's PCI subsystem . The root cause is that dynamic PCI IDs are only guaranteed to be valid while dynids.lock is held, but remove_id_store() can free the node, creating a window where pci_match_device() may access freed memo...

6.1AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•37 views

CVE-2026-90421 PCI: Fix UAF when probe runs concurrent to dyn ID removal

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix UAF when probe runs concurrent to dyn ID removal Dynamic IDs are only guaranteed to be valid when dynids.lock is held, as removeidstore can free the node. Thus, make a copy in pcimatchdevice. Also, clarify that the id...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:09 p.m.•9 views

EUVD-2026-82082

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix UAF when probe runs concurrent to dyn ID removal Dynamic IDs are only guaranteed to be valid when dynids.lock is held, as removeidstore can free the node. Thus, make a copy in pcimatchdevice. Also, clarify that the id...

6.1AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:09 p.m.•12 views

CVE-2026-90422 clk: mediatek: pllfh: Fix IO remapping leak in register_pllfhs error path

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: pllfh: Fix IO remapping leak in registerpllfhs error path When mtkclkregisterpllfhs function fails to register a PLL, it unregisters all PLLs and cleans up itself in its error path before returning, so the function...

5.6AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/17 4:09 p.m.•7 views

CVE-2026-90421 PCI: Fix UAF when probe runs concurrent to dyn ID removal

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix UAF when probe runs concurrent to dyn ID removal Dynamic IDs are only guaranteed to be valid when dynids.lock is held, as removeidstore can free the node. Thus, make a copy in pcimatchdevice. Also, clarify that the id...

6.1AI score
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:09 p.m.•11 views

CVE-2026-90421

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix UAF when probe runs concurrent to dyn ID removal Dynamic IDs are only guaranteed to be valid when dynids.lock is held, as removeidstore can free the node. Thus, make a copy in pcimatchdevice. Also, clarify that the id...

6.1AI score0.00198EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•34 views

CVE-2026-90420 nilfs2: fix infinite loop in nilfs_clean_segments()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix infinite loop in nilfscleansegments syzbot reported a hung task in nilfstransactionbegin. This occurs because the cleaner ioctl falls into an infinite loop if nilfssegctorconstruct repeatedly returns -EROFS e.g. the...

0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:09 p.m.•10 views

CVE-2026-90420 nilfs2: fix infinite loop in nilfs_clean_segments()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix infinite loop in nilfscleansegments syzbot reported a hung task in nilfstransactionbegin. This occurs because the cleaner ioctl falls into an infinite loop if nilfssegctorconstruct repeatedly returns -EROFS e.g. the...

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

EUVD-2026-82081

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix infinite loop in nilfscleansegments syzbot reported a hung task in nilfstransactionbegin. This occurs because the cleaner ioctl falls into an infinite loop if nilfssegctorconstruct repeatedly returns -EROFS e.g. the...

5.8AI score0.0022EPSS
SaveExploits0References8
Rows per page
Query Builder