Lucene search
+L

46904 matches found

EUVD
EUVD
added 2026/08/22 3:32 p.m.5 views

EUVD-2026-64359

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: acquire initmm lock on huge vmap to avoid ptdump UAF Patch series "mm: fix UAF caused by race between ptdump and vmap pgtable freeing", v6. Kernel page table walkers fall into two broad categories - those ranges where...

6AI score
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.6 views

CVE-2026-74672

CVE-2026-74672 is a use-after-free vulnerability in the Linux kernel affecting both x86 and arm64 architectures. The root cause is a race condition between the ptdump page table walker and the vmap huge page table promotion logic: vmap frees lower page tables when promoting to huge leaf entries w...

6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.14 views

CVE-2026-74672 mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: acquire initmm lock on huge vmap to avoid ptdump UAF Patch series "mm: fix UAF caused by race between ptdump and vmap pgtable freeing", v6. Kernel page table walkers fall into two broad categories - those ranges where...

SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.12 views

CVE-2026-74668 packet: use consistent hard_header_len in TX_RING send path

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in TXRING send path tpacketsnd reads dev-hardheaderlen independently for skb allocation and header construction in tpacketfillskb. Concurrent netdevice reconfiguration can therefore make the...

SaveExploits0References5
CVE
CVE
added 2026/08/22 3:32 p.m.5 views

CVE-2026-74668

CVE-2026-74668 is a race condition in the Linux kernel 's AF_PACKET TX_RING send path. The function tpacket_snd() reads dev->hard_header_len independently for skb allocation and header construction in tpacket_fill_skb(). A concurrent netdevice reconfiguration can cause the reserved headroom to...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:32 p.m.6 views

EUVD-2026-64355

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in TXRING send path tpacketsnd reads dev-hardheaderlen independently for skb allocation and header construction in tpacketfillskb. Concurrent netdevice reconfiguration can therefore make the...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:32 p.m.5 views

EUVD-2026-64353

In the Linux kernel, the following vulnerability has been resolved: packet: synchronize pressure clearing with ring reconfiguration packetsetring updates the RX ring state under skreceivequeue.lock, but used to publish the tpacket receive mode through po-prothook.func after releasing that lock...

5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.13 views

CVE-2026-74666 packet: synchronize pressure clearing with ring reconfiguration

In the Linux kernel, the following vulnerability has been resolved: packet: synchronize pressure clearing with ring reconfiguration packetsetring updates the RX ring state under skreceivequeue.lock, but used to publish the tpacket receive mode through po-prothook.func after releasing that lock...

SaveExploits0References5
CVE
CVE
added 2026/08/22 3:32 p.m.6 views

CVE-2026-74666

This vulnerability affects the Linux kernel AF_PACKET (packet socket) subsystem. A race condition exists in packet_set_ring(): the tpacket receive mode was published via po->prot_hook.func after releasing sk_receive_queue.lock, while the RX ring state was already updated under that lock. This ...

5.6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:32 p.m.6 views

EUVD-2026-64349

In the Linux kernel, the following vulnerability has been resolved: inet: frags: publish queues before arming timer inetfragcreate arms the fragment queue timer before inserting the queue into the fqdir rhashtable. If the namespace fragment timeout is zero or negative, the timer can run before th...

5.5AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.14 views

CVE-2026-74662 inet: frags: publish queues before arming timer

In the Linux kernel, the following vulnerability has been resolved: inet: frags: publish queues before arming timer inetfragcreate arms the fragment queue timer before inserting the queue into the fqdir rhashtable. If the namespace fragment timeout is zero or negative, the timer can run before th...

SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.6 views

CVE-2026-74662

CVE-2026-74662 is a race condition in the Linux kernel IP fragment reassembly path (inet: frags). The function inet_frag_create() arms the fragment queue timer before inserting the queue into the fqdir rhashtable. When the namespace fragment timeout is zero or negative, the timer can fire before ...

5.5AI score
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.6 views

CVE-2026-74658

CVE-2026-74658 is a race condition in the Linux kernel robust futex exit handling. When a woken waiter is killed before it can acquire the futex or re-arm FUTEX_WAITERS , and a third task re-acquires the futex via the uncontended fast path, the notification is lost. The new owner sees no FUTEX_WA...

5.6AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.6 views

EUVD-2026-64595

In the Linux kernel, the following vulnerability has been resolved: futex: Prevent robust futex exit race some more A robust futex unlock stores 0 over the whole futex value - wiping FUTEXWAITERS - and wakes a single waiter. That wakeup is a one-shot notification: the protocol relies on its...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74658 futex: Prevent robust futex exit race some more

In the Linux kernel, the following vulnerability has been resolved: futex: Prevent robust futex exit race some more A robust futex unlock stores 0 over the whole futex value - wiping FUTEXWAITERS - and wakes a single waiter. That wakeup is a one-shot notification: the protocol relies on its...

SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.5 views

EUVD-2026-64584

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Remove buffer from list prior to unmap operation fastrpcreqmunmapimpl is called to unmap any buffer. The buffer is getting removed from the list after it is unmapped from DSP. This can create potential race...

5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:32 p.m.5 views

CVE-2026-74647

CVE-2026-74647 is a race condition in the Linux kernel's fastrpc (FastRPC) driver. The function fastrpc_req_munmap_impl() removed a buffer from its tracking list only after completing the unmap from the DSP. If multiple threads invoked unmap concurrently, one thread could remove the list entry wh...

5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.12 views

CVE-2026-74647 misc: fastrpc: Remove buffer from list prior to unmap operation

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Remove buffer from list prior to unmap operation fastrpcreqmunmapimpl is called to unmap any buffer. The buffer is getting removed from the list after it is unmapped from DSP. This can create potential race...

SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:32 p.m.6 views

EUVD-2026-64583

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: take fl-lock when moving mmaps on interrupted invoke When an invoke is interrupted by a signal, waitforcompletioninterruptible returns -ERESTARTSYS and fastrpcinternalinvoke moves every buffer from fl-mmaps onto...

5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.13 views

CVE-2026-74646 misc: fastrpc: take fl->lock when moving mmaps on interrupted invoke

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: take fl-lock when moving mmaps on interrupted invoke When an invoke is interrupted by a signal, waitforcompletioninterruptible returns -ERESTARTSYS and fastrpcinternalinvoke moves every buffer from fl-mmaps onto...

SaveExploits0References5
Rows per page
Query Builder