Lucene search
+L

394291 matches found

EUVD
EUVD
added 2 days ago4 views

EUVD-2026-59056

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix buffer overflow in FEC calculation There's a buffer overflow in dm-verity-fec: if neras && neras fec-roots fio-erasuresneras++ = i; This allows neras to reach roots + 1 the post-increment pushes it past roots. This...

5.9AI score0.00214EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2 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 2 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.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2 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.00198EPSS
SaveExploits0References3
CVE
CVE
added 2 days ago16 views

CVE-2026-72090

CVE-2026-72090 affects the Linux kernel component accel/amdxdna. The root cause is in the ioctl flow for SYNC_DIRECT_FROM_DEVICE: amdxdna_drm_sync_bo_ioctl() looked up args->handle in the caller’s drm_file and then invoked amdxdna_hwctx_sync_debug_bo() with abo->client. The function uses th...

7.8CVSS5.3AI score0.00189EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-72087

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix memory leak in lpfcsli4driverresourcesetup The memory allocated for mboxq using mempoolalloc is not freed in some of the early exit error paths. Fix that by moving the mempoolfree call to an earlier point after la...

5.4AI score0.00215EPSS
SaveExploits0
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-59036

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - validate control endpoint type The driver currently assumes that the first endpoint of the control interface is an interrupt IN endpoint without verifying it. A malicious device could provide a different endpoint...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago18 views

CVE-2026-72068 posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Use u64 multiplication in updaterlimitcpu updaterlimitcpu converts the RLIMITCPU value to nanoseconds with u64 nsecs = rlimnew NSECPERSEC; On 32-bit kernels both rlimnew unsigned long and NSECPERSEC 1000000000L...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago13 views

CVE-2026-72068

CVE-2026-72068 affects the Linux kernel’s posix-cpu-timers, specifically the update_rlimit_cpu() path. On 32‑bit kernels, rlim_new * NSEC_PER_SEC is computed in 32-bit space, causing truncation when rlim_new > 4 seconds and leading to an incorrect (too small) nsecs value stored in the CPU time...

5.3AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago3 views

EUVD-2026-59026

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Use u64 multiplication in updaterlimitcpu updaterlimitcpu converts the RLIMITCPU value to nanoseconds with u64 nsecs = rlimnew NSECPERSEC; On 32-bit kernels both rlimnew unsigned long and NSECPERSEC 1000000000L...

5.3AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago14 views

CVE-2026-72066

CVE-2026-72066 affects the Linux kernel: cpu: hotplug bound hotplug states sysfs output. The issue arises when states_show() writes CPU hotplug state names into a single sysfs buffer with sprintf(), which can overflow the PAGE_SIZE buffer when many states are registered. The documented fix is to ...

7.8CVSS5.3AI score0.00215EPSS
SaveExploits0References7
EUVD
EUVD
added 2 days ago3 views

EUVD-2026-59024

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Bound hotplug states sysfs output statesshow adds CPU hotplug state names into a single sysfs buffer using sprintf. With enough registered states, this can write past the end of the PAGESIZE buffer. Use sysfsemitat ...

5.3AI score0.00215EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2 days ago22 views

CVE-2026-72066 cpu: hotplug: Bound hotplug states sysfs output

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Bound hotplug states sysfs output statesshow adds CPU hotplug state names into a single sysfs buffer using sprintf. With enough registered states, this can write past the end of the PAGESIZE buffer. Use sysfsemitat ...

7.8CVSS0.00215EPSS
SaveExploits0References7
CVE
CVE
added 2 days ago14 views

CVE-2026-72047

Summary: CVE-2026-72047 affects the Linux kernel, specifically the ieee802154 ca8210 driver. A 64‑bit build flaw occurs when ca8210_test_int_driver_write() and ca8210_test_int_user_read() exchange a kmalloc’d buffer pointer through a struct kfifo and pass a literal 4 as the byte count to kfifo_in...

5.8AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago17 views

CVE-2026-72046 gve: fix header buffer corruption with header-split and HW-GRO

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor headerbufaddr at post time and reads the split header back at completion time. Both the post and the read...

9.8CVSS0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-59004

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor headerbufaddr at post time and reads the split header back at completion time. Both the post and the read...

5.9AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2 days ago17 views

CVE-2026-72044

...

0.00205EPSS
SaveExploits0
CVE
CVE
added 2 days ago10 views

CVE-2026-72044

The CVE-2026-72044 issue is a Linux kernel ksmbd multichannel vulnerability. Root cause: a per-channel key buffer was sized to 16 bytes while two call sites validated/copied session keys against CIFS_KEY_SIZE (40). On binding sessions, an NTLM/ Kerberos session key up to 40 bytes could be written...

5.8AI score0.00205EPSS
SaveExploits0
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-59002

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix stack buffer overflow in multichannel session-key copy Commit 4b706360ffb7 "ksmbd: fix multichannel binding and enforce channel limit" moved the binding-path session key out of the session-wide sess-sesskey CIFSKEYSIZE...

5.8AI score0.00205EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2 days ago7 views

CVE-2026-72040

In the Linux kernel, the following vulnerability has been resolved: ipmi: fix refcount leak in iipmirequest When a caller provides a suppliedrecv message to iipmirequest, the function increments the user's nrmsgs reference count. If an error occurs later, the outerr cleanup path only frees the...

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