Lucene search
+L

319271 matches found

CVE
CVE
added 2026/09/17 4:11 p.m.5 views

CVE-2026-93117

CVE-2026-93117 is a Use-After-Free (UAF) vulnerability in the Linux kernel USB subsystem . Dynamic IDs are only guaranteed to be valid while usb_dynids_lock is held, as remove_id_store can free the underlying node. If usb_probe_interface runs concurrently with a dynamic ID removal, it may access ...

0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/17 4:10 p.m.19 views

CVE-2026-92500 ext4: use fsdata to track inline data write state and fix race

In the Linux kernel, the following vulnerability has been resolved: ext4: use fsdata to track inline data write state and fix race Instead of checking the live inode state ext4hasinlinedatainode and ext4testinodestateinode, EXT4STATEMAYINLINEDATA in the writeend handlers, use the fsdata parameter...

0.00176EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/17 4:10 p.m.5 views

CVE-2026-92500

In the Linux kernel, the following vulnerability has been resolved: ext4: use fsdata to track inline data write state and fix race Instead of checking the live inode state ext4hasinlinedatainode and ext4testinodestateinode, EXT4STATEMAYINLINEDATA in the writeend handlers, use the fsdata parameter...

0.00176EPSS
SaveExploits0
OSV
OSV
added 2026/09/17 4:10 p.m.3 views

CVE-2026-92500 ext4: use fsdata to track inline data write state and fix race

In the Linux kernel, the following vulnerability has been resolved: ext4: use fsdata to track inline data write state and fix race Instead of checking the live inode state ext4hasinlinedatainode and ext4testinodestateinode, EXT4STATEMAYINLINEDATA in the writeend handlers, use the fsdata parameter...

SaveExploits0References6
CVE
CVE
added 2026/09/17 4:10 p.m.6 views

CVE-2026-92500

This CVE affects the Linux kernel ext4 filesystem . A race condition exists between write_begin and write_end handlers: a concurrent thread (such as ext4_page_mkwrite) can convert inline data to an extent during this window, causing the write_end handlers to fall through to extent-based logic wit...

0.00176EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 4:10 p.m.2 views

EUVD-2026-82121

In the Linux kernel, the following vulnerability has been resolved: ext4: use fsdata to track inline data write state and fix race Instead of checking the live inode state ext4hasinlinedatainode and ext4testinodestateinode, EXT4STATEMAYINLINEDATA in the writeend handlers, use the fsdata parameter...

0.00176EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:09 p.m.4 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...

SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:09 p.m.2 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...

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:09 p.m.6 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...

0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.22 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.00189EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/17 4:09 p.m.5 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...

0.00189EPSS
SaveExploits0
OSV
OSV
added 2026/09/17 4:09 p.m.2 views

CVE-2026-90416 RDMA/mlx5: Fix stack out-of-bounds read in cc_params debugfs

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix stack out-of-bounds read in ccparams debugfs getparam reads a congestion parameter as a u32 but formats it with the signed "%d" into an 11-byte stack buffer. A value with bit 31 set, such as 0x80000000, renders as...

SaveExploits0References11
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.21 views

CVE-2026-90416 RDMA/mlx5: Fix stack out-of-bounds read in cc_params debugfs

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix stack out-of-bounds read in ccparams debugfs getparam reads a congestion parameter as a u32 but formats it with the signed "%d" into an 11-byte stack buffer. A value with bit 31 set, such as 0x80000000, renders as...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/17 4:09 p.m.5 views

CVE-2026-90416

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix stack out-of-bounds read in ccparams debugfs getparam reads a congestion parameter as a u32 but formats it with the signed "%d" into an 11-byte stack buffer. A value with bit 31 set, such as 0x80000000, renders as...

0.0021EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/17 4:09 p.m.3 views

EUVD-2026-82077

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix stack out-of-bounds read in ccparams debugfs getparam reads a congestion parameter as a u32 but formats it with the signed "%d" into an 11-byte stack buffer. A value with bit 31 set, such as 0x80000000, renders as...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:09 p.m.4 views

CVE-2026-90416

This stack out-of-bounds read affects the RDMA/mlx5 driver's cc_params debugfs interface in the Linux kernel . The root cause is a format-string mismatch: get_param() reads a congestion control parameter as a u32 but formats it with the signed "%d" specifier into an 11-byte stack buffer . When a ...

0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 4:09 p.m.2 views

CVE-2026-90414 IB/isert: reject PDUs declaring more data than was received

In the Linux kernel, the following vulnerability has been resolved: IB/isert: reject PDUs declaring more data than was received isertrecvdone hands each received PDU to the opcode handlers without ever looking at wc-bytelen, the number of bytes the HCA actually placed in the receive descriptor. T...

SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/17 4:09 p.m.5 views

CVE-2026-90414

In the Linux kernel, the following vulnerability has been resolved: IB/isert: reject PDUs declaring more data than was received isertrecvdone hands each received PDU to the opcode handlers without ever looking at wc-bytelen, the number of bytes the HCA actually placed in the receive descriptor. T...

0.00176EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.22 views

CVE-2026-90414 IB/isert: reject PDUs declaring more data than was received

In the Linux kernel, the following vulnerability has been resolved: IB/isert: reject PDUs declaring more data than was received isertrecvdone hands each received PDU to the opcode handlers without ever looking at wc-bytelen, the number of bytes the HCA actually placed in the receive descriptor. T...

0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:09 p.m.4 views

EUVD-2026-82075

In the Linux kernel, the following vulnerability has been resolved: IB/isert: reject PDUs declaring more data than was received isertrecvdone hands each received PDU to the opcode handlers without ever looking at wc-bytelen, the number of bytes the HCA actually placed in the receive descriptor. T...

0.00176EPSS
SaveExploits0References8
Rows per page
Query Builder