Lucene search
+L

328302 matches found

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

CVE-2026-93123

CVE-2026-93123 affects the qcom GENI serial driver in the Linux kernel. The vulnerability exists in the DMA TX completion path: when uart_flush_buffer() executes after hardware completes a DMA transfer but before the completion interrupt is processed, the stale completion can advance the transmit...

0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/17 4:11 p.m.7 views

CVE-2026-93096

CVE-2026-93096 is a concurrency bug in the Linux kernel's CXL (Compute Express Link) features subsystem . When a Get or Set Feature payload exceeds the mailbox payload size, it is split across multiple mailbox commands. The existing mbox_mutex serializes only individual commands and is dropped be...

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:10 p.m.7 views

CVE-2026-93047

CVE-2026-93047 affects the Linux kernel's DRM v3d driver (Broadcom Video Core 3D GPU). In a submission chain (e.g., bin + render + cache clean), the buffer object (BO) list was only attached to the last job . When that final job was a CACHE_CLEAN operation, the consuming job (RENDER or CSD) had b...

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

EUVD-2026-82157

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Associate BOs with every job that accesses them A submission can expand into a chain of jobs e.g. bin + render + cache clean. Implicit synchronization in v3dsubmitlockreservations is gated on each job's bo, but the BO li...

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

EUVD-2026-82123

In the Linux kernel, the following vulnerability has been resolved: ext4: clear stale xarray tags on folios skipped during writeback In data=journal mode, the writeback thread can hit the WARNONONCEsbrdonlysb in ext4journalcheckstart while the superblock is being remounted read-only during reboot...

0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/17 4:10 p.m.9 views

CVE-2026-92502

CVE-2026-92502 affects the ext4 filesystem in the Linux kernel when using data=journal mode. The root cause is that folio_clear_dirty_for_io clears the PG_dirty flag but leaves the PAGECACHE_TAG_DIRTY and PAGECACHE_TAG_TOWRITE xarray tags set. In data=journal mode, jbd2 checkpoints journalled dat...

0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/17 4:10 p.m.8 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.4 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
EUVD
EUVD
added 2026/09/17 4:10 p.m.4 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
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.36 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...

9.1CVSS0.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
EUVD
EUVD
added 2026/09/17 4:09 p.m.4 views

EUVD-2026-82062

In the Linux kernel, the following vulnerability has been resolved: md: remove REQNOWAIT support from raid1/10/456 REQNOWAIT support in md personalities that can block internally is fundamentally incomplete. While reads can avoid some blocking paths, write requests can still encounter cases where...

0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:09 p.m.5 views

CVE-2026-90401

CVE-2026-90401 affects the Linux kernel md (multiple device) subsystem, specifically the raid1 , raid10 , and raid456 personalities. The root cause is that REQ_NOWAIT support is fundamentally incomplete for these personalities: when a write to one mirror succeeds while another returns -EAGAIN , m...

7.1CVSS0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.34 views

CVE-2026-90401 md: remove REQ_NOWAIT support from raid1/10/456

In the Linux kernel, the following vulnerability has been resolved: md: remove REQNOWAIT support from raid1/10/456 REQNOWAIT support in md personalities that can block internally is fundamentally incomplete. While reads can avoid some blocking paths, write requests can still encounter cases where...

7.1CVSS0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:09 p.m.10 views

CVE-2026-90359

CVE-2026-90359 affects the Linux kernel BPF subsystem. The btf_distill_func_proto() function, which builds the function model for fentry/fexit/fmod_ret/fsession trampolines and struct_ops , has accepted 16-byte __int128 return values since the trampoline was introduced. However, the BPF trampolin...

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

EUVD-2026-82020

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject 8 byte return values on return-reading trampoline paths btfdistillfuncproto builds the function model used for the fentry/fexit/fmodret/fsession trampolines and structops. It has accepted a 16-byte int128 return value...

0.00189EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 4:08 p.m.15 views

CVE-2024-3094-checker

CVE-2024-3094 检测与修复脚本 此脚本旨在检测并修复影响 XZ Utils 数据压缩库的关键漏洞 CVE-2024-3094。该漏洞已在 CISA 警报中重点提及,对系统安全具有重大影响。此 Bash 脚本同时提供检测与修复功能。 免责声明 本脚本按“AS IS”提供,不附带任何形式的保证。它尚未在所有环境和配置下进行彻底测试。运行此脚本即表示您知悉并接受自行承担风险。 使用方法 克隆仓库: root@kitploit: git clone https://github.com/hazemkya/CVE-2024-3094-checker.git cd...

10CVSS8.5AI score0.85974EPSS
SaveExploits41
Cvelist
Cvelist
added 2026/09/17 4:07 p.m.32 views

CVE-2026-90260 btrfs: zoned: don't clobber the extent buffer when zeroing it out

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: don't clobber the extent buffer when zeroing it out On a zoned filesystem a freed-but-still-dirty tree block is written out as zeros EXTENTBUFFERZONEDZEROOUT only to keep the zone write pointer advancing...

7.1CVSS0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 4:07 p.m.5 views

EUVD-2026-81837

In the Linux kernel, the following vulnerability has been resolved: iommu/dma: Restore locking around msipagelist Unlike a group's default domain, which is always freshly allocated and privately owned iommugroupallocdefaultdomain, VFIO type1's legacy container merges any newly attached group into...

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

CVE-2026-90244 iommu/dma: Restore locking around msi_page_list

In the Linux kernel, the following vulnerability has been resolved: iommu/dma: Restore locking around msipagelist Unlike a group's default domain, which is always freshly allocated and privately owned iommugroupallocdefaultdomain, VFIO type1's legacy container merges any newly attached group into...

7.8CVSS0.00198EPSS
SaveExploits0References3
Rows per page
Query Builder