Lucene search
+L

266532 matches found

EUVD
EUVD
added 2026/09/04 3:12 p.m.6 views

EUVD-2026-71422

In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q-index equal to lif-ionic-nrxqsperlif. The normal txqcqs array only contains the regular queue pairs, so using th...

5.3AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/04 3:12 p.m.19 views

CVE-2026-80778

CVE-2026-80778 affects the Linux kernel futex/pi subsystem. The root cause is that attach_to_pi_owner() accepted a priority-inheritance owner from a different address space (mm) for private futexes, even though the private futex key borrows the waiter's mm without an mm_users reference. Upon owne...

5.3AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 3:12 p.m.6 views

EUVD-2026-71421

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Reject cross-mm private futex owners A private futex key borrows the waiter's mm without taking an mmusers reference. Nevertheless, attachtopiowner currently accepts an owner from a different address space and copies th...

5.3AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.12 views

CVE-2026-80778

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Reject cross-mm private futex owners A private futex key borrows the waiter's mm without taking an mmusers reference. Nevertheless, attachtopiowner currently accepts an owner from a different address space and copies th...

5.4AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:12 p.m.9 views

CVE-2026-80778 futex/pi: Reject cross-mm private futex owners

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Reject cross-mm private futex owners A private futex key borrows the waiter's mm without taking an mmusers reference. Nevertheless, attachtopiowner currently accepts an owner from a different address space and copies th...

5.6AI score
SaveExploits0References7
CVE
CVE
added 2026/09/04 3:12 p.m.24 views

CVE-2026-80777

CVE-2026-80777 is a race condition in the Linux kernel's futex/pi subsystem. During exec() , there is a window between setting a task's futex exit state to OK and actually swapping its memory map (mm), during which the check comparing a waiter's mm against the owner's mm can return an incorrect r...

5.3AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 3:12 p.m.6 views

EUVD-2026-71420

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Plug private futex exec race The check for private futexes whether the waiter's mm, which is stored in the futexkey and copied into the pistate, is the same as the owner's mm is not sufficient for exec. exec has a gap...

5.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:12 p.m.12 views

CVE-2026-80777 futex/pi: Plug private futex exec() race

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Plug private futex exec race The check for private futexes whether the waiter's mm, which is stored in the futexkey and copied into the pistate, is the same as the owner's mm is not sufficient for exec. exec has a gap...

5.6AI score
SaveExploits0References7
CVE
CVE
added 2026/09/04 3:12 p.m.19 views

CVE-2026-80776

CVE-2026-80776 is a race condition in the Linux kernel futex subsystem, specifically in futex_pivot_pending() during a custom private hash resize. Because futex_pivot_pending() reads the hash_new and hash fields without serialization, a resize task can observe a pre-pivot hash_new alongside a pos...

5.3AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/04 3:12 p.m.5 views

EUVD-2026-71419

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race in futexpivotpending during private hash resize A task performing a custom private hash resize can remain blocked in uninterruptible sleep indefinitely. The hung-task detector reports: INFO: task futex-resizer:314...

5.3AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 3:12 p.m.13 views

CVE-2026-80776 futex: Fix race in futex_pivot_pending() during private hash resize

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race in futexpivotpending during private hash resize A task performing a custom private hash resize can remain blocked in uninterruptible sleep indefinitely. The hung-task detector reports: INFO: task futex-resizer:314...

5.6AI score
SaveExploits0References6
OSV
OSV
added 2026/09/04 3:12 p.m.13 views

CVE-2026-80775 futex: Fix race on the initial mm->futex.phash.ref allocation

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race on the initial mm-futex.phash.ref allocation futexhashallocate allocates mm-futex.phash.ref without any locking. Commit d9b05321e21e "futex: Move futexhashfree back to mmput" moved the allocation here and assumed...

5.6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/04 3:12 p.m.7 views

EUVD-2026-71418

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race on the initial mm-futex.phash.ref allocation futexhashallocate allocates mm-futex.phash.ref without any locking. Commit d9b05321e21e "futex: Move futexhashfree back to mmput" moved the allocation here and assumed...

5.3AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.14 views

CVE-2026-80775

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race on the initial mm-futex.phash.ref allocation futexhashallocate allocates mm-futex.phash.ref without any locking. Commit d9b05321e21e "futex: Move futexhashfree back to mmput" moved the allocation here and assumed...

5.4AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 2026/09/04 3:12 p.m.19 views

CVE-2026-80775

CVE-2026-80775 is a race condition in the Linux kernel futex subsystem, specifically in the initial allocation of mm->futex.phash.ref. The root cause is a concurrent execution scenario introduced by nested vfork : when a vfork child calls vfork again and is killed with SIGKILL, the parent and ...

5.3AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 3:12 p.m.28 views

CVE-2026-80774

CVE-2026-80774 affects the Linux kernel in the HID asus driver. The root cause is that to_usb_interface() is called without first verifying the device is genuinely USB via hid_is_usb(). Because the uhid subsystem can create devices that report BUS_USB but lack an actual USB parent, this unchecked...

5.4AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 3:12 p.m.8 views

EUVD-2026-71417

In the Linux kernel, the following vulnerability has been resolved: HID: asus: fix missing hidisusb check tousbinterface can only be used on a hiddevice whose parent is really USB; uhid can create devices that identify as being on BUSUSB, but don't actually have a USB parent. Fix the use of...

5.4AI score0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.12 views

CVE-2026-80774

In the Linux kernel, the following vulnerability has been resolved: HID: asus: fix missing hidisusb check tousbinterface can only be used on a hiddevice whose parent is really USB; uhid can create devices that identify as being on BUSUSB, but don't actually have a USB parent. Fix the use of...

5.4AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:12 p.m.9 views

CVE-2026-80774 HID: asus: fix missing hid_is_usb() check

In the Linux kernel, the following vulnerability has been resolved: HID: asus: fix missing hidisusb check tousbinterface can only be used on a hiddevice whose parent is really USB; uhid can create devices that identify as being on BUSUSB, but don't actually have a USB parent. Fix the use of...

5.6AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/04 3:12 p.m.8 views

EUVD-2026-71416

In the Linux kernel, the following vulnerability has been resolved: HID: huawei: fix missing hidisusb check tousbinterface can only be used on a hiddevice whose parent is really USB; uhid can create devices that identify as being on BUSUSB, but don't actually have a USB parent. Fix the use of...

5.4AI score0.00166EPSS
SaveExploits0References3
Rows per page
Query Builder