245051 matches found
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...