Lucene search
+L

245051 matches found

Cvelist
Cvelist
added yesterday29 views

CVE-2026-74362 ext2: fix ignored return value of generic_write_sync()

In the Linux kernel, the following vulnerability has been resolved: ext2: fix ignored return value of genericwritesync Fix ext2diowriteiter to propagate the error returned by genericwritesync instead of silently discarding it, which could cause write2 to return success to userspace on OSYNC/ODSYN...

0.00168EPSS
SaveExploits0References5
CVE
CVE
added yesterday15 views

CVE-2026-74360

The CVE-2026-74360 entry describes a Linux kernel vulnerability in BPF iterators: bpf_map_elem iterators bind their target map at attach time, bypassing the exclusivity check enforced by check_map_prog_compatibility() for excl_prog_hash. This can undermine the intended isolation of exclusive maps...

5.3AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-74361

In the Linux kernel, the following vulnerability has been resolved: nvme: fix FDP fdpcidx bounds check The fdpcidx bounds check sets n = NUMFDPC + 1 but used instead of =, incorrectly accepting fdpidx when it equals n i.e. NUMFDPC + 1...

5.3AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74360

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps for bpfmapelem iterators Exclusive maps aka exclproghash are meant to be reachable only from the single program whose hash matches. This is enforced by checkmapprogcompatibility when the map is referenc...

5.4AI score0.00166EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-59508

In the Linux kernel, the following vulnerability has been resolved: nvme: fix FDP fdpcidx bounds check The fdpcidx bounds check sets n = NUMFDPC + 1 but used instead of =, incorrectly accepting fdpidx when it equals n i.e. NUMFDPC + 1...

5.3AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added yesterday14 views

CVE-2026-74361

In the Linux kernel, the NVMe subsystem had a bounds-check bug in FDP fdpcidx. The code sets n = NUMFDPC + 1 but uses a > comparison instead of >=, which incorrectly accepts fdp_idx when it equals NUMFDPC + 1. This is a concrete root-cause detail found across multiple connected sources, ind...

5.3AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added yesterday29 views

CVE-2026-74361 nvme: fix FDP fdpcidx bounds check

In the Linux kernel, the following vulnerability has been resolved: nvme: fix FDP fdpcidx bounds check The fdpcidx bounds check sets n = NUMFDPC + 1 but used instead of =, incorrectly accepting fdpidx when it equals n i.e. NUMFDPC + 1...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added yesterday30 views

CVE-2026-74360 bpf: Reject exclusive maps for bpf_map_elem iterators

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps for bpfmapelem iterators Exclusive maps aka exclproghash are meant to be reachable only from the single program whose hash matches. This is enforced by checkmapprogcompatibility when the map is referenc...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added yesterday5 views

EUVD-2026-59506

In the Linux kernel, the following vulnerability has been resolved: configfslookup: don't leave -sdentry dangling on failure Normally -sdentry is cleared when dentry it's pointing to becomes negative on eviction, realistically. However, that only happens if dentry gets to be positive in the first...

5.4AI score0.00172EPSS
SaveExploits0References7
Cvelist
Cvelist
added yesterday29 views

CVE-2026-74359 configfs_lookup(): don't leave ->s_dentry dangling on failure

In the Linux kernel, the following vulnerability has been resolved: configfslookup: don't leave -sdentry dangling on failure Normally -sdentry is cleared when dentry it's pointing to becomes negative on eviction, realistically. However, that only happens if dentry gets to be positive in the first...

0.00172EPSS
SaveExploits0References7
CVE
CVE
added yesterday10 views

CVE-2026-74359

The CVE-2026-74359 issue occurs in the Linux kernel, terkait to configfs_lookup where ->s_dentry can remain dangling after an inode allocation failure. The root cause is that, on failure, the code drops the reference to the configfs_dirent but does not clear ->s_dentry, leaving a dangling p...

5.3AI score0.00172EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74359

In the Linux kernel, the following vulnerability has been resolved: configfslookup: don't leave -sdentry dangling on failure Normally -sdentry is cleared when dentry it's pointing to becomes negative on eviction, realistically. However, that only happens if dentry gets to be positive in the first...

5.4AI score0.00172EPSS
SaveExploits0
EUVD
EUVD
added yesterday7 views

EUVD-2026-59505

In the Linux kernel, the following vulnerability has been resolved: ext4: fix fast commit wait/wake bit mapping on 64-bit On 64-bit, ext4 dynamic inode states live in the upper half of iflags, and ext4testinodestate applies the corresponding +32 offset. The fast-commit wait and wake paths...

5.4AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added yesterday6 views

EUVD-2026-59504

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix KASAN slab-out-of-bounds in amdgpucoredump ring dump The ring content dump in amdgpucoredump uses two separate loops over adev-rings: the first counts rings with unsignalled fences to size the allocation, and the...

5.5AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added yesterday27 views

CVE-2026-74358 ext4: fix fast commit wait/wake bit mapping on 64-bit

In the Linux kernel, the following vulnerability has been resolved: ext4: fix fast commit wait/wake bit mapping on 64-bit On 64-bit, ext4 dynamic inode states live in the upper half of iflags, and ext4testinodestate applies the corresponding +32 offset. The fast-commit wait and wake paths...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added yesterday3 views

CVE-2026-74358 ext4: fix fast commit wait/wake bit mapping on 64-bit

In the Linux kernel, the following vulnerability has been resolved: ext4: fix fast commit wait/wake bit mapping on 64-bit On 64-bit, ext4 dynamic inode states live in the upper half of iflags, and ext4testinodestate applies the corresponding +32 offset. The fast-commit wait and wake paths...

5.5AI score
SaveExploits0References6
CVE
CVE
added yesterday11 views

CVE-2026-74358

CVE-2026-74358 concerns the Linux kernel ext4 fast-commit wait/wake bit mapping on 64-bit. The vulnerability arises because ext4 dynamic inode states live in the upper half of i_flags on 64-bit, and ext4_test_inode_state() applies a +32 offset. The fast-commit wait and wake paths previously used ...

5.3AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added yesterday15 views

CVE-2026-74357

The CVE-2026-74357 entry concerns the Linux kernel DRM amdgpu subsystem, specifically a slab-out-of-bounds in amdgpu_coredump ring dumping. The vulnerability arises because amdgpu_coredump() iterates rings in two passes: the first counts rings with unsignalled fences to size the allocation, and t...

5.5AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74357

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix KASAN slab-out-of-bounds in amdgpucoredump ring dump The ring content dump in amdgpucoredump uses two separate loops over adev-rings: the first counts rings with unsignalled fences to size the allocation, and the...

5.5AI score0.00155EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday30 views

CVE-2026-74357 drm/amdgpu: fix KASAN slab-out-of-bounds in amdgpu_coredump ring dump

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix KASAN slab-out-of-bounds in amdgpucoredump ring dump The ring content dump in amdgpucoredump uses two separate loops over adev-rings: the first counts rings with unsignalled fences to size the allocation, and the...

0.00155EPSS
SaveExploits0References2
Rows per page
Query Builder