Lucene search
+L

3057 matches found

Cvelist
Cvelist
added 2026/08/15 5:58 a.m.35 views

CVE-2026-74333 ASoC: amd: acp-sdw-legacy: Bound DAI link iteration

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-legacy: Bound DAI link iteration createsdwdailinks walks socdais until it finds an entry with initialised cleared, but socdais is allocated with exactly numends entries. If all entries are initialised, the loop...

8.4CVSS0.00142EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:58 a.m.13 views

CVE-2026-74317 ixgbe: do not configure xps for XDP queues

In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netifsetxpsqueue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs =64, on E610 adapter, netdev is configured with maximu...

7.8CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.31 views

CVE-2026-74317 ixgbe: do not configure xps for XDP queues

In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netifsetxpsqueue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs =64, on E610 adapter, netdev is configured with maximu...

7.8CVSS0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:58 a.m.21 views

CVE-2026-74317

CVE-2026-74317 : In the Linux kernel, the ixgbe driver incorrectly configures XDP TX queues via netif_set_xps_queue, causing a KASAN slab-out-of-bounds and a warning during XDP program load on systems with many CPUs. The fix is to skip XPS configuration for XDP TX queues. The vulnerability is res...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:58 a.m.8 views

EUVD-2026-59464

In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netifsetxpsqueue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs =64, on E610 adapter, netdev is configured with maximu...

5.5AI score0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.31 views

CVE-2026-74310 vhost/net: complete zerocopy ubufs only once

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb referenc...

9.3CVSS0.0014EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59457

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb referenc...

5.5AI score0.0014EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:58 a.m.14 views

CVE-2026-74310 vhost/net: complete zerocopy ubufs only once

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb referenc...

9.3CVSS5.6AI score
SaveExploits0References9
CVE
CVE
added 2026/08/15 5:58 a.m.27 views

CVE-2026-74310

The CVE affects the Linux kernel vhost/net zerocopy path. The bug arises when vhost_zerocopy_complete() treats every ubuf callback as a completed descriptor, dereferences ubuf->ctx, and updates state while a cloned skb still holds the same ubuf_info refcount. This can allow a backend reset to ...

9.3CVSS5.4AI score0.0014EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:57 a.m.8 views

EUVD-2026-59411

In the Linux kernel, the following vulnerability has been resolved: net: watchdog: fix refcount tracking races Blamed commit converted the untracked devhold/devput calls in the watchdog code to use the tracked devholdtrack/devputtrack which were later renamed/interfaced to netdevhold and netdevpu...

5.6AI score0.00161EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:57 a.m.26 views

CVE-2026-74257

CVE-2026-74257 stems from a use-after-free in the Linux kernel sockmap path (udp_bpf_recvmsg) where sk_msg_recvmsg() can touch the same sk_msg when multiple threads race. The mitigation described in connected docs is to serialize sk_msg_recvmsg() by callers, specifically by adding a lock around u...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.33 views

CVE-2026-74257 sockmap: Fix use-after-free in udp_bpf_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: sockmap: Fix use-after-free in udpbpfrecvmsg syzbot reported use-after-free of struct skmsg in skmsgrecvmsg. 0 skmsgrecvmsg peeks skmsg from psock-ingressmsg under a lock, but its processing is lockless. Thus, skmsgrecvmsg must b...

7.8CVSS0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:57 a.m.20 views

CVE-2026-74257 sockmap: Fix use-after-free in udp_bpf_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: sockmap: Fix use-after-free in udpbpfrecvmsg syzbot reported use-after-free of struct skmsg in skmsgrecvmsg. 0 skmsgrecvmsg peeks skmsg from psock-ingressmsg under a lock, but its processing is lockless. Thus, skmsgrecvmsg must b...

7.8CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:57 a.m.28 views

CVE-2026-74256

The CVE-2026-74256 family affects the Linux kernel’s BPF sockmap path, where bpf_msg_pop_data() bounds checks used 32-bit arithmetic on start/len. An unsigned-to-signed overflow could allow an out-of-range start/len, causing the pop loop to walk past scatterlist end and trigger put_page on an emp...

8.4CVSS5.4AI score0.00182EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:57 a.m.7 views

EUVD-2026-59403

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix integer overflow in bpfmsgpopdata bounds check start and len are u32, so u64 last = start + len; evaluates start + len in 32-bit and wraps before storing it in last. The bounds check if start = offset + l || las...

5.5AI score0.00182EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.32 views

CVE-2026-72493 net: serialize netif_running() check in enqueue_to_backlog()

In the Linux kernel, the following vulnerability has been resolved: net: serialize netifrunning check in enqueuetobacklog Syzbot reported a KASAN slab-use-after-free in fibruleslookup. The root cause is a race condition where packets can escape the backlog flushing during device unregistration...

9.9CVSS0.00373EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:57 a.m.7 views

EUVD-2026-59392

In the Linux kernel, the following vulnerability has been resolved: net: serialize netifrunning check in enqueuetobacklog Syzbot reported a KASAN slab-use-after-free in fibruleslookup. The root cause is a race condition where packets can escape the backlog flushing during device unregistration...

5.4AI score0.00373EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.5 views

CVE-2026-72488

In the Linux kernel, the following vulnerability has been resolved: soundwire: fix bug in sdwaddelementgroupcount found by syzkaller The original implementation caused an out-of-bounds memory access in the sdwaddelementgroupcount for-loop when i == num. for i = 0; i ratesi && lane == group-lanesi...

7.8CVSS5.3AI score0.00162EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:57 a.m.8 views

EUVD-2026-59377

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: add bounds check to rungethighestvcn rungethighestvcn parses a packed NTFS mapping-pairs buffer without any length bound, relying solely on a 0x00 terminator to stop. A crafted $LogFile UpdateMappingPairs record whose...

5.8AI score0.00154EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72478 fs/ntfs3: add bounds check to run_get_highest_vcn()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: add bounds check to rungethighestvcn rungethighestvcn parses a packed NTFS mapping-pairs buffer without any length bound, relying solely on a 0x00 terminator to stop. A crafted $LogFile UpdateMappingPairs record whose...

8.4CVSS0.00154EPSS
SaveExploits0References6
Rows per page
Query Builder