Lucene search
+L

50842 matches found

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

CVE-2026-93040

CVE-2026-93040 is a race condition in the Linux kernel's dw-edma DMA engine driver. The pause() and resume() functions read and update channel state without holding vc.lock , while interrupt handlers update the same state under that lock. This allows a scenario where pause() observes the channel ...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:10 p.m.7 views

EUVD-2026-82150

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Serialize channel state checks pause and resume read and update channel state without holding vc.lock, while the interrupt handlers update the same state under it. Take the same lock around those state checks ...

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

CVE-2026-93040 dmaengine: dw-edma: Serialize channel state checks

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Serialize channel state checks pause and resume read and update channel state without holding vc.lock, while the interrupt handlers update the same state under it. Take the same lock around those state checks ...

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

CVE-2026-92525

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate numsge/cursge before indexing wqe-dma.sge For a user QP, qp-sq.queue is a ring the application writes directly, so rxepostsend takes the isuser branch and only schedules sendtask without validating the WQE...

7.1CVSS0.00159EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/17 4:10 p.m.6 views

EUVD-2026-82127

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix requested device removal race scmiprotocoldeviceunrequest drops scmirequesteddevicesmtx while notifying listeners but continues to retain the per-protocol list head. When two SCMI drivers for the same...

0.002EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/17 4:10 p.m.5 views

CVE-2026-92506 firmware: arm_scmi: Fix requested device removal race

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix requested device removal race scmiprotocoldeviceunrequest drops scmirequesteddevicesmtx while notifying listeners but continues to retain the per-protocol list head. When two SCMI drivers for the same...

SaveExploits0References8
CVE
CVE
added 2026/09/17 4:10 p.m.12 views

CVE-2026-92506

CVE-2026-92506 affects the Linux kernel in the firmware: arm_scmi driver. The root cause is a race condition in scmi_protocol_device_unrequest(): the function drops scmi_requested_devices_mtx while notifying listeners but retains the per-protocol list head. When two SCMI drivers for the same prot...

0.002EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/17 4:10 p.m.7 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.11 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
CVE
CVE
added 2026/09/17 4:10 p.m.12 views

CVE-2026-92501

CVE-2026-92501 is a race condition in the Linux kernel's ext4 filesystem, affecting the direct I/O (DIO) to buffered write fallback path in ext4_dio_write_iter(). On no-extent inodes (e.g., ext3), DIO writes to holes cause a fallback to buffered I/O. An unprotected window exists between ext4_buff...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:10 p.m.6 views

EUVD-2026-82122

In the Linux kernel, the following vulnerability has been resolved: ext4: drain in-flight DIO before buffered write fallback generic/746 started failing intermittently on ext3 no-extent inodes. The test triggers 'Page cache invalidation failure on direct I/O' warnings and subsequent fsync returns...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:10 p.m.5 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:10 p.m.5 views

CVE-2026-92501 ext4: drain in-flight DIO before buffered write fallback

In the Linux kernel, the following vulnerability has been resolved: ext4: drain in-flight DIO before buffered write fallback generic/746 started failing intermittently on ext3 no-extent inodes. The test triggers 'Page cache invalidation failure on direct I/O' warnings and subsequent fsync returns...

SaveExploits0References11
OSV
OSV
added 2026/09/17 4:10 p.m.4 views

CVE-2026-92487 exfat: fix valid_size extension over a shared writable mapping

In the Linux kernel, the following vulnerability has been resolved: exfat: fix validsize extension over a shared writable mapping When a shared writable mapping has its validsize extended by a buffered write or a page fault, exfat zeroes the page-cache gap below the new validsize. A store through...

SaveExploits0References5
CVE
CVE
added 2026/09/17 4:10 p.m.8 views

CVE-2026-92487

CVE-2026-92487 is a race condition in the Linux kernel's exfat filesystem . When a shared writable mapping has its valid_size extended (via a buffered write or page fault), exfat zeroes the page-cache gap below the new valid_size. A concurrent store through the mapping can race with this zeroing ...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:10 p.m.5 views

EUVD-2026-82108

In the Linux kernel, the following vulnerability has been resolved: exfat: fix validsize extension over a shared writable mapping When a shared writable mapping has its validsize extended by a buffered write or a page fault, exfat zeroes the page-cache gap below the new validsize. A store through...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:09 p.m.8 views

EUVD-2026-82097

In the Linux kernel, the following vulnerability has been resolved: crypto: keembay - Initialize completion before requesting IRQ kmbocsaesprobe requests the device IRQ before initializing irqcompletion. Once the handler is registered it can run immediately, and ocsaesirqhandler unconditionally...

0.00206EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/17 4:09 p.m.10 views

CVE-2026-90431

CVE-2026-90431 is a use-after-free vulnerability in the Linux kernel remoteproc subsystem. The root cause is a race condition between rproc_crash_handler_work() and rproc_del(): a driver can be removed while crash-handler work is scheduled or executing, with no synchronization between the two cod...

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

EUVD-2026-82091

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Publish an LVCMDQ only after it is fully initialized tegra241vintfinitlvcmdq stores the freshly allocated vcmdq pointer to the vintf-lvcmdqs array, before tegra241vcmdqallocsmmucmdq builds the vcmdq-cmdq. Th...

0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.36 views

CVE-2026-90429 iommu/tegra241-cmdqv: Synchronize the error ISR against VINTF (de)init

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Synchronize the error ISR against VINTF deinit A user VINTF is torn down by tegra241cmdqvdeinitvintf, which runs from the destroy callback and from the init-failure unwind in the alloc handler. It clears the...

7.8CVSS0.00157EPSS
SaveExploits0References3
Rows per page
Query Builder