Lucene search
+L

476441 matches found

Cvelist
Cvelist
added 3 days ago19 views

CVE-2026-72096 dm-verity: make error counter atomic

In the Linux kernel, the following vulnerability has been resolved: dm-verity: make error counter atomic The error counter "v-corruptederrs" was not atomic, thus it could be subject to race conditions. The call to dmauditlogtarget"max-corrupted-errors" may be skipped due to the races...

0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72096

In the Linux kernel, the following vulnerability has been resolved: dm-verity: make error counter atomic The error counter "v-corruptederrs" was not atomic, thus it could be subject to race conditions. The call to dmauditlogtarget"max-corrupted-errors" may be skipped due to the races...

5.3AI score0.002EPSS
SaveExploits0
Cvelist
Cvelist
added 3 days ago18 views

CVE-2026-72097 dm-verity: fix a possible NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix a possible NULL pointer dereference Fix a possible NULL pointer dereference dmverityloadpinisbdevtrusted if the device has no table...

0.00205EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72097

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix a possible NULL pointer dereference Fix a possible NULL pointer dereference dmverityloadpinisbdevtrusted if the device has no table...

5.2AI score0.00205EPSS
SaveExploits0
CVE
CVE
added 3 days ago10 views

CVE-2026-72097

CVE-2026-72097 involves the Linux kernel, fixing a possible NULL pointer dereference in dm-verity, occurring in dm_verity_loadpin_is_bdev_trusted when a device has no table. The document set does not provide exploitation details; it simply notes the fix. Patches are referenced in kernel.org commi...

5.2AI score0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59054

In the Linux kernel, the following vulnerability has been resolved: dm-verity: make error counter atomic The error counter "v-corruptederrs" was not atomic, thus it could be subject to race conditions. The call to dmauditlogtarget"max-corrupted-errors" may be skipped due to the races...

5.3AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago16 views

CVE-2026-72095

The CVE-2026-72095 issue affects the Linux kernel dma_fence_dedup_array() function, which incorrectly returned 1 for a 0-length input, contradicting the documented contract. The bug could allow a zero local count path to reach a dedup call and dereference an uninitialized fence slot (notably in a...

7.8CVSS5.3AI score0.00161EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago19 views

CVE-2026-72095 dma-fence: Make dma_fence_dedup_array() robust against 0-count input

In the Linux kernel, the following vulnerability has been resolved: dma-fence: Make dmafencededuparray robust against 0-count input dmafencededuparray returns 1 when called with numfences == 0: the for-loop body never executes, j stays at 0, and the final return ++j yields 1. This contradicts bot...

7.8CVSS0.00161EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72095

In the Linux kernel, the following vulnerability has been resolved: dma-fence: Make dmafencededuparray robust against 0-count input dmafencededuparray returns 1 when called with numfences == 0: the for-loop body never executes, j stays at 0, and the final return ++j yields 1. This contradicts bot...

7.8CVSS5.3AI score0.00161EPSS
SaveExploits0
Cvelist
Cvelist
added 3 days ago18 views

CVE-2026-72094 dma-buf: dma-fence: Fix potential NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: dma-buf: dma-fence: Fix potential NULL pointer dereference The commit mentioned in the fixes tag below introduced a mechanism through which fence producers can fully decouple from fence consumers. This, desirable, mechanism is...

0.00198EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago14 views

CVE-2026-72094

The CVE-2026-72094 entry describes a Linux kernel vulnerability in dma-buf: dma-fence where a race between the signaled-bit and the dma_fence_ops pointer could allow a NULL dereference on weakly ordered platforms. The fix decouples fence producers and consumers by using the signaled-bit as the de...

5.4AI score0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59052

In the Linux kernel, the following vulnerability has been resolved: dma-buf: dma-fence: Fix potential NULL pointer dereference The commit mentioned in the fixes tag below introduced a mechanism through which fence producers can fully decouple from fence consumers. This, desirable, mechanism is...

5.4AI score0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72094

In the Linux kernel, the following vulnerability has been resolved: dma-buf: dma-fence: Fix potential NULL pointer dereference The commit mentioned in the fixes tag below introduced a mechanism through which fence producers can fully decouple from fence consumers. This, desirable, mechanism is...

5.4AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59050

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: reject command submission on devices without a submit op amdxdnacmdsubmit calls xdna-devinfo-ops-cmdsubmit unconditionally, but only aie2devops defines that callback. aie4vfops the AIE4 SR-IOV virtual function does...

5.4AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago23 views

CVE-2026-72093 accel/amdxdna: Fix use-after-free in amdxdna_gem_dmabuf_mmap()

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix use-after-free in amdxdnagemdmabufmmap When vminsertpages fails, the error path calls vma-vmops-closevma which internally calls drmgemvmclose → drmgemobjectput, releasing the GEM object reference acquired at th...

7.8CVSS0.00168EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72093

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix use-after-free in amdxdnagemdmabufmmap When vminsertpages fails, the error path calls vma-vmops-closevma which internally calls drmgemvmclose → drmgemobjectput, releasing the GEM object reference acquired at th...

7.8CVSS5.5AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 3 days ago14 views

CVE-2026-72092

The CVE-2026-72092 issue affects the Linux kernel’s accel/amdxdna path: aie2_dev_ops defines cmd_submit while aie4_vf_ops does not, so the AMDXDNA_EXEC_CMD ioctl on AIE4 devices may call a NULL function pointer and oops. The kernel now rejects submission early with -EOPNOTSUPP when no cmd_submit ...

5.4AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
added 3 days ago22 views

CVE-2026-72093

CVE-2026-72093 (Linux kernel) : The vulnerability concerns the accel/amdxdna path for amdxdna_gem_dmabuf_mmap. When vm_insert_pages() fails, the error path invokes vma->vm_ops->close(vma), which calls drm_gem_vm_close() → drm_gem_object_put() to release the GEM object. However, the close_vm...

7.8CVSS5.5AI score0.00168EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59051

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix use-after-free in amdxdnagemdmabufmmap When vminsertpages fails, the error path calls vma-vmops-closevma which internally calls drmgemvmclose → drmgemobjectput, releasing the GEM object reference acquired at th...

5.5AI score0.00168EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72091

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: reject user command submission without a command BO amdxdnadrmsubmitexecbuf passes the user-supplied command BO handle straight into amdxdnacmdsubmit with drvcmd == NULL. When the handle is AMDXDNAINVALIDBOHANDLE 0...

5.4AI score0.00198EPSS
SaveExploits0
Rows per page
Query Builder