Lucene search
+L

54105 matches found

EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64390

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Validate T10 PI scatterlist counts When T10 PI is negotiated, vhost-scsi splits protection bytes from the data iterator before mapping the request scatterlists. A malformed request can claim protection bytes that cove...

5.6AI score0.00137EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:33 p.m.9 views

EUVD-2026-64388

In the Linux kernel, the following vulnerability has been resolved: net/openvswitch: check Ethernet header length in keyextract When a packet arrives on an ARPHRDNONE device e.g. TUN, ovsflowkeyextract trusts the user-provided skb-protocol field: if it is ETHPTEB, the packet is classified as...

5.5AI score0.0013EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:33 p.m.13 views

CVE-2026-74701 net/openvswitch: check Ethernet header length in key_extract()

In the Linux kernel, the following vulnerability has been resolved: net/openvswitch: check Ethernet header length in keyextract When a packet arrives on an ARPHRDNONE device e.g. TUN, ovsflowkeyextract trusts the user-provided skb-protocol field: if it is ETHPTEB, the packet is classified as...

7.8CVSS5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74692

A TOCTOU race condition in the Linux kernel's net/smc module allows a remote attacker to trigger kernel memory exhaustion. The function smc_listen_out() reads the listener's socket state without holding the listener lock, then acquires the lock only afterward. This window lets smc_close_active() ...

7.5CVSS5.6AI score0.0049EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/22 3:32 p.m.42 views

CVE-2026-74684

This vulnerability is a NULL pointer dereference in the Linux kernel's net: tap module, specifically in tap_get_user_xdp(). When the vhost TX path passes an XDP buffer containing a GSO virtio-net header with the protocol field set to zero, tun_vnet_hdr_to_skb() can reach dev_parse_header_protocol...

7.1CVSS5.9AI score0.00138EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:32 p.m.32 views

CVE-2026-74684 net: tap: set skb->dev before parsing virtio net header in tap_get_user_xdp()

In the Linux kernel, the following vulnerability has been resolved: net: tap: set skb-dev before parsing virtio net header in tapgetuserxdp The commit 4f61f133f354 "net: tap: NULL pointer derefence in devparseheaderprotocol when skb-dev is null" fixed a crash in tapgetuser by assigning skb-dev...

7.1CVSS6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.29 views

CVE-2026-74684 net: tap: set skb->dev before parsing virtio net header in tap_get_user_xdp()

In the Linux kernel, the following vulnerability has been resolved: net: tap: set skb-dev before parsing virtio net header in tapgetuserxdp The commit 4f61f133f354 "net: tap: NULL pointer derefence in devparseheaderprotocol when skb-dev is null" fixed a crash in tapgetuser by assigning skb-dev...

7.1CVSS0.00138EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.30 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...

7.8CVSS0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.29 views

CVE-2026-74663 net/sched: reject overly deep qdisc hierarchies

In the Linux kernel, the following vulnerability has been resolved: net/sched: reject overly deep qdisc hierarchies Deep qdisc hierarchies can lead to excessive recursion in qdisc tree walkers and exhaust the kernel stack. The existing loop check does not cover the create-and-graft path, so a...

7.8CVSS0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.22 views

CVE-2026-74663

CVE-2026-74663 affects the Linux kernel in the net/sched subsystem. Deep queueing discipline (qdisc) hierarchies can cause excessive recursion in qdisc tree walkers, exhausting the kernel stack and leading to a Denial of Service via system crash. The existing loop check does not cover the create-...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.16 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 score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74657

CVE-2026-74657 affects the Linux kernel IPv4 FIB netlink size calculation. The function fib_nlmsg_size() incorrectly estimates nexthop space by assuming all gateways are encoded as IPv4 RTA_GATEWAY attributes. However, IPv4 routes can carry IPv6 gateways , which are dumped as RTA_VIA by fib_nexth...

5.5AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:32 p.m.10 views

CVE-2026-74645 mm/damon/lru_sort: error out for >10000 active_mem_bp

In the Linux kernel, the following vulnerability has been resolved: mm/damon/lrusort: error out for 10000 activemembp damosquotascore can trigger division by zero if the target value is zero. DAMONLRUSORT lets users set the target value for the hot memory scheme via activemembp parameter. It avoi...

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

EUVD-2026-64580

In the Linux kernel, the following vulnerability has been resolved: samples/damon/mtier: error out for zero quota goal target values Patch series "mm/damon: avoid division by zero from damosquotascore". DAMONSAMPLEMTIER and DAMONLRUSORT allow the user to trigger division by zero in damosquotascor...

5.5AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.26 views

CVE-2026-74633 tracing: Fix NULL pointer dereference in module event cache removal

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in module event cache removal A module-only event filter such as ":mod:foo" is cached with a NULL eventmod-match when foo has not been loaded. If a later write tries to remove a specific matc...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.29 views

CVE-2026-74627 net: devmem: prevent net-iov / page mixing

In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have netiov or page backed frags in a single skb, otherwise it blows up down the stack. Don't allow mixing in zerocopyfillskbfromdevmem...

7.8CVSS0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:32 p.m.9 views

EUVD-2026-64563

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

5.8AI score0.00501EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/22 3:32 p.m.20 views

CVE-2026-74625

A memory leak vulnerability in the Linux kernel netfilter bridge component affects systems with a bridge nftables ct zone set rule. When non-IPv4 and non-IPv6 EtherType frames are processed, nf_ct_bridge_pre() overwrites skb->_nfct with IP_CT_UNTRACKED without releasing the existing conntrack ...

7.5CVSS5.5AI score0.00501EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:31 p.m.30 views

CVE-2026-74610

CVE-2026-74610 is a kernel NULL pointer dereference in the Linux kernel's TLS ULP (Upper Layer Protocol) implementation. The root cause is in tls_sw_sendmsg_locked(): when the copy path fills the plaintext sk_msg ring, the full_record flag is not set, leaving the record unpushed. A subsequent spl...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:31 p.m.9 views

EUVD-2026-64547

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

5.5AI score0.00129EPSS
SaveExploits0References5
Rows per page
Query Builder