Lucene search
+L

292 matches found

Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.13 views

CVE-2026-64292

In the Linux kernel, the following vulnerability has been resolved: iommufd: Move vevent memory allocation outside spinlock The veventq memory allocation happens inside the spinlock. Given its depth is decided by the user space, this leaves a vulnerability, where userspace can allocate large queu...

5.5CVSS5.7AI score0.00153EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.42 views

CVE-2026-64293 iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq read

In the Linux kernel, the following vulnerability has been resolved: iommufd: Use sizeofhdr instead of sizeofhdr in veventq read The bound-check in iommufdveventqfopsread for the normal vEVENT path uses sizeofhdr where the surrounding code uses sizeofhdr: if !veventforlosteventsheadercur &&...

7.8CVSS0.00162EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:49 a.m.10 views

EUVD-2026-49005

In the Linux kernel, the following vulnerability has been resolved: iommufd: Use sizeofhdr instead of sizeofhdr in veventq read The bound-check in iommufdveventqfopsread for the normal vEVENT path uses sizeofhdr where the surrounding code uses sizeofhdr: if !veventforlosteventsheadercur &&...

5.8AI score0.00162EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.37 views

CVE-2026-64292 iommufd: Move vevent memory allocation outside spinlock

In the Linux kernel, the following vulnerability has been resolved: iommufd: Move vevent memory allocation outside spinlock The veventq memory allocation happens inside the spinlock. Given its depth is decided by the user space, this leaves a vulnerability, where userspace can allocate large queu...

0.00153EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.21 views

CVE-2026-64292

CVE-2026-64292 : In the Linux kernel, the iommufd component is vulnerable due to veventq memory allocation happening inside a spinlock, enabling a local user to exhaust atomic memory reserves by creating large queues and trigger a DoS. The fix moves the veventq memory allocation outside the spinl...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/25 8:49 a.m.9 views

CVE-2026-64292 iommufd: Move vevent memory allocation outside spinlock

In the Linux kernel, the following vulnerability has been resolved: iommufd: Move vevent memory allocation outside spinlock The veventq memory allocation happens inside the spinlock. Given its depth is decided by the user space, this leaves a vulnerability, where userspace can allocate large queu...

5.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.13 views

CVE-2026-64293

In the Linux kernel, the following vulnerability has been resolved: iommufd: Use sizeofhdr instead of sizeofhdr in veventq read The bound-check in iommufdveventqfopsread for the normal vEVENT path uses sizeofhdr where the surrounding code uses sizeofhdr: if !veventforlosteventsheadercur &&...

7.8CVSS5.7AI score0.00162EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:49 a.m.30 views

CVE-2026-64293

CVE-2026-64293 affects the Linux kernel iommufd component. A 32-bit bound-check in iommufd_veventq_fops_read() uses sizeof(hdr) (size of the pointer) instead of sizeof(*hdr), causing under-count of the vEVENT header and potentially writing past the user buffer during header+data payload copy. Mul...

7.8CVSS5.8AI score0.00162EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/25 8:49 a.m.10 views

EUVD-2026-49003

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set veventqdepth upper bound iommufdveventqalloc accepts any !0 veventqdepth from userspace, with an upper bound at U32MAX. This leaves a vulnerability where userspace can allocate excessively large queues to exhaust...

5.7AI score0.00153EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64290

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.3AI score0.00155EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.12 views

CVE-2026-64290

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:49 a.m.26 views

CVE-2026-64290

CVE-2026-64290 affects the Linux kernel via iommufd_fault_fops_read(): on a copy_to_user() failure inside the inner loop, only the inner loop breaks, causing the outer loop to retry indefinitely and spin the reader with fault->mutex held. The public fixes implement breaking the outer while by ...

5.5CVSS5.8AI score0.00155EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/25 8:49 a.m.9 views

CVE-2026-64291 iommufd: Set veventq_depth upper bound

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set veventqdepth upper bound iommufdveventqalloc accepts any !0 veventqdepth from userspace, with an upper bound at U32MAX. This leaves a vulnerability where userspace can allocate excessively large queues to exhaust...

5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:49 a.m.25 views

CVE-2026-64291

CVE-2026-64291 affects the Linux kernel iommufd subsystem. The vulnerability stems from iommufd_veventq_alloc() accepting any non-zero veventq_depth from userspace, with an upper bound of U32_MAX, enabling a local attacker to allocate excessively large event queues and exhaust kernel memory. The ...

5.5CVSS5.7AI score0.00153EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.11 views

CVE-2026-64291

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set veventqdepth upper bound iommufdveventqalloc accepts any !0 veventqdepth from userspace, with an upper bound at U32MAX. This leaves a vulnerability where userspace can allocate excessively large queues to exhaust...

5.5CVSS5.7AI score0.00153EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.17 views

CVE-2026-64289

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set upper bounds on cache invalidation entrynum and entrylen iommufdhwptinvalidate takes a user-controlled entrynum and entrylen, each bounded only by U32MAX. An entrylen beyond the kernel's struct size makes the copy...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 8:49 a.m.11 views

EUVD-2026-49001

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set upper bounds on cache invalidation entrynum and entrylen iommufdhwptinvalidate takes a user-controlled entrynum and entrylen, each bounded only by U32MAX. An entrylen beyond the kernel's struct size makes the copy...

5.8AI score0.00155EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:49 a.m.36 views

CVE-2026-64289

CVE-2026-64289 affects the Linux kernel in the iommufd path, where iommufd_hwpt_invalidate() accepts user-controlled entry_num and entry_len. The description and connected details specify that entry_len can exceed the kernel struct size and trigger zero-check scans over excess bytes, while large ...

5.5CVSS5.8AI score0.00155EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/25 8:49 a.m.9 views

CVE-2026-64289 iommufd: Set upper bounds on cache invalidation entry_num and entry_len

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set upper bounds on cache invalidation entrynum and entrylen iommufdhwptinvalidate takes a user-controlled entrynum and entrylen, each bounded only by U32MAX. An entrylen beyond the kernel's struct size makes the copy...

5.8AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.42 views

CVE-2026-64289 iommufd: Set upper bounds on cache invalidation entry_num and entry_len

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set upper bounds on cache invalidation entrynum and entrylen iommufdhwptinvalidate takes a user-controlled entrynum and entrylen, each bounded only by U32MAX. An entrylen beyond the kernel's struct size makes the copy...

0.00155EPSS
SaveExploits0References4
Rows per page
Query Builder