Lucene search
+L

140399 matches found

Debian CVE
Debian CVE
added 2 days ago4 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...

7.8CVSS5.5AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-74356

In the Linux kernel, the following vulnerability has been resolved: vhost: fix vhostgetavailidx for a non empty ring vhostgetavailidx is supposed to report whether it has updated vq-availidx. Instead, it returns whether all entries have been consumed, which is usually the same. But not always - i...

7.4CVSS5.5AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-74355

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the devicerbtreeinsert call is skipped. If a subsequent probe step fails, the...

8.2CVSS5.5AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-74353

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: always resumeall after suspendall Need to restore any good queues even if the suspendall failed for some. Always run removequeue as that will schedule a GPU reset is removing the queue fails. v2: move resumeall after...

5.3AI score0.00168EPSS
SaveExploits0
Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-74352 of: reserved_mem: avoid post-init UAF when alloc_reserved_mem_array() fails

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: avoid post-init UAF when allocreservedmemarray fails The global pointer 'reservedmem' continues to reference the reservedmemarray which lives in initdata if allocreservedmemarray fails. ofreservedmemlookup is...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago3 views

EUVD-2026-59499

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: avoid post-init UAF when allocreservedmemarray fails The global pointer 'reservedmem' continues to reference the reservedmemarray which lives in initdata if allocreservedmemarray fails. ofreservedmemlookup is...

5.4AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2 days ago3 views

CVE-2026-74352 of: reserved_mem: avoid post-init UAF when alloc_reserved_mem_array() fails

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: avoid post-init UAF when allocreservedmemarray fails The global pointer 'reservedmem' continues to reference the reservedmemarray which lives in initdata if allocreservedmemarray fails. ofreservedmemlookup is...

5.5AI score
SaveExploits0References7
CVE
CVE
added 2 days ago12 views

CVE-2026-74352

In the Linux kernel vulnerability CVE-2026-74352, the issue arises when alloc_reserved_mem_array() fails, causing reserved_mem to continue pointing to reserved_mem_array in __initdata. This could enable a post-init use-after-free via of_reserved_mem_lookup() which is exported for post-init use. T...

5.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2 days ago8 views

CVE-2026-74350 ocfs2: validate fast symlink target during inode read

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate fast symlink target during inode read ocfs2validateinodeblock already rejects several inconsistent self-contained dinodes before they are exposed to the rest of the filesystem. Fast symlinks need the same treatmen...

5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago32 views

CVE-2026-74350 ocfs2: validate fast symlink target during inode read

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate fast symlink target during inode read ocfs2validateinodeblock already rejects several inconsistent self-contained dinodes before they are exposed to the rest of the filesystem. Fast symlinks need the same treatmen...

9.8CVSS0.00155EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2 days ago4 views

CVE-2026-74350

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate fast symlink target during inode read ocfs2validateinodeblock already rejects several inconsistent self-contained dinodes before they are exposed to the rest of the filesystem. Fast symlinks need the same treatmen...

5.6AI score0.00155EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-74351

In the Linux kernel, the following vulnerability has been resolved: ocfs2: rebase copied fsdlm LVB pointers in lockingstate The lockingstate debugfs iterator snapshots struct ocfs2lockres by value under ocfs2dlmtrackinglock and later formats that copy in ocfs2dlmseqshow. That is fine for the inli...

5.5AI score0.00176EPSS
SaveExploits0
CVE
CVE
added 2 days ago17 views

CVE-2026-74351

CVE-2026-74351 affects the Linux kernel OCFS2 locking state. The root cause is a use-after-free risk where the debugfs iterator copies ocfs2_lock_res with a non-NULL sb_lvbptr that still points to an original lockres owner after teardown, leading to a freed container being accessed during dump. T...

5.5AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago22 views

CVE-2026-74350

CVE-2026-74350 describes a vulnerability in the Linux kernel OCFS2 fast symlink handling. If a zero-cluster fast symlink inode has an i_size that exceeds the inline payload capacity or its payload is not exactly NUL-terminated at i_size, a memcpy during read can read past the inode block buffer, ...

9.8CVSS5.6AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-59497

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate fast symlink target during inode read ocfs2validateinodeblock already rejects several inconsistent self-contained dinodes before they are exposed to the rest of the filesystem. Fast symlinks need the same treatmen...

5.6AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-59498

In the Linux kernel, the following vulnerability has been resolved: ocfs2: rebase copied fsdlm LVB pointers in lockingstate The lockingstate debugfs iterator snapshots struct ocfs2lockres by value under ocfs2dlmtrackinglock and later formats that copy in ocfs2dlmseqshow. That is fine for the inli...

5.5AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-74351 ocfs2: rebase copied fsdlm LVB pointers in locking_state

In the Linux kernel, the following vulnerability has been resolved: ocfs2: rebase copied fsdlm LVB pointers in lockingstate The lockingstate debugfs iterator snapshots struct ocfs2lockres by value under ocfs2dlmtrackinglock and later formats that copy in ocfs2dlmseqshow. That is fine for the inli...

0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2 days ago3 views

CVE-2026-74349

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject FITRIM ranges shorter than a cluster ocfs2trimmainbm trims the global bitmap in cluster units, but its too-short range validation only checks sb-sblocksize. On filesystems with a cluster size larger than the block...

7.1CVSS5.3AI score0.00176EPSS
SaveExploits0
Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-74347 netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount

In the Linux kernel, the following vulnerability has been resolved: netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount Add a refcount for struct nfcttimeout which is used by ct extension to set the custom ct timeout policy, this tells us that the ct timeout is being used...

7.8CVSS0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-74347

In the Linux kernel, the following vulnerability has been resolved: netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount Add a refcount for struct nfcttimeout which is used by ct extension to set the custom ct timeout policy, this tells us that the ct timeout is being used...

7.8CVSS5.4AI score0.00155EPSS
SaveExploits0
Rows per page
Query Builder