Lucene search
+L

355111 matches found

Cvelist
Cvelist
added 2026/07/27 8:10 p.m.29 views

CVE-2026-64547 net: usb: net1080: validate packet_len before pad-byte access in rx_fixup

In the Linux kernel, the following vulnerability has been resolved: net: usb: net1080: validate packetlen before pad-byte access in rxfixup For an even packetlen, net1080rxfixup reads the pad byte at skb-datapacketlen before the skb-len != packetlen check further down, and packetlen is only bound...

8.1CVSS0.00277EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/27 8:10 p.m.4 views

CVE-2026-64546 drm/edid: fix OOB read in drm_parse_tiled_block()

In the Linux kernel, the following vulnerability has been resolved: drm/edid: fix OOB read in drmparsetiledblock drmparsetiledblock casts the DisplayID block to a struct displayidtiledblock and reads the full fixed layout up to tile-topologyid7 without checking block-numbytes. The DisplayID...

7.1CVSS5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/27 8:10 p.m.7 views

EUVD-2026-49598

In the Linux kernel, the following vulnerability has been resolved: net: usb: net1080: validate packetlen before pad-byte access in rxfixup For an even packetlen, net1080rxfixup reads the pad byte at skb-datapacketlen before the skb-len != packetlen check further down, and packetlen is only bound...

5.8AI score0.00277EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/27 8:10 p.m.6 views

EUVD-2026-49596

In the Linux kernel, the following vulnerability has been resolved: net, bpf: check master for NULL in xdpmasterredirect xdpmasterredirect dereferences the result of netdevmasterupperdevgetrcu without a NULL check, but that helper returns NULL when the receiving device has no upper-master...

5.8AI score0.00496EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/27 8:10 p.m.15 views

CVE-2026-64545

The CVE-2026-64545 issue is in the Linux kernel’s XDP path: xdp_master_redirect() dereferences the result of netdev_master_upper_dev_get_rcu() without checking for NULL. The helper can return NULL when the receiving device has no upper-master adjacency, and a race window during bond slave release...

7.5CVSS5.8AI score0.00496EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/27 8:10 p.m.21 views

CVE-2026-64544

CVE-2026-64544 affects the Linux kernel’s crypto: asymmetric_keys path, specifically pefile_digest_pe_contents. The vulnerability arises when calculating the trailing-data hash length as pelen - (hashed_bytes + certs_size); a crafted PE could make the addition overflow the pelen, causing an unsig...

5.8AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/27 8:10 p.m.5 views

CVE-2026-64545 net, bpf: check master for NULL in xdp_master_redirect()

In the Linux kernel, the following vulnerability has been resolved: net, bpf: check master for NULL in xdpmasterredirect xdpmasterredirect dereferences the result of netdevmasterupperdevgetrcu without a NULL check, but that helper returns NULL when the receiving device has no upper-master...

7.5CVSS5.8AI score
SaveExploits0References10
OSV
OSV
added 2026/07/27 8:10 p.m.5 views

CVE-2026-64544 crypto: asymmetric_keys - fix OOB read in pefile_digest_pe_contents

In the Linux kernel, the following vulnerability has been resolved: crypto: asymmetrickeys - fix OOB read in pefiledigestpecontents pefiledigestpecontents computes the trailing-data hash length as pelen - hashedbytes + certssize. A crafted PE can make the addition exceed pelen, causing the unsign...

5.8AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/27 8:10 p.m.7 views

EUVD-2026-49595

In the Linux kernel, the following vulnerability has been resolved: crypto: asymmetrickeys - fix OOB read in pefiledigestpecontents pefiledigestpecontents computes the trailing-data hash length as pelen - hashedbytes + certssize. A crafted PE can make the addition exceed pelen, causing the unsign...

5.8AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/27 8:10 p.m.20 views

CVE-2026-64543

CVE-2026-64543 — Linux TIPC use-after-free fixed . The vulnerability occurs in tipc_disc_rcv() where the discoverer object is freed with kfree while still referenced under an RCU read-side critical section, allowing a local unprivileged user to crash the system via TIPCv2 genl interactions. The f...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/27 8:10 p.m.5 views

CVE-2026-64541 net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF in smccdcrxhandler by pinning the socket smccdcrxhandler looks up the connection by token under the link group's connslock, drops the lock, and then dereferences conn and the smcsock derived from it, ending in...

9.8CVSS5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/07/27 8:10 p.m.28 views

CVE-2026-64542

Summary: CVE-2026-64542 in the Linux kernel fixes a NULL dereference in IPv6 neighbor discovery. The vulnerable path occurs in accept_untracked_na(), which re-fetches inet6_dev via __in6_dev_get(dev) and accesses idev->cnf.accept_untracked_na without a NULL check, despite ndisc_recv_na() havin...

5.8AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/27 8:10 p.m.5 views

CVE-2026-64542 ipv6: ndisc: fix NULL deref in accept_untracked_na()

In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in acceptuntrackedna acceptuntrackedna re-fetches the inet6dev with in6devgetdev and dereferences idev-cnf.acceptuntrackedna without a NULL check, even though its only caller ndiscrecvna already fetche...

5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/27 8:10 p.m.31 views

CVE-2026-64541 net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF in smccdcrxhandler by pinning the socket smccdcrxhandler looks up the connection by token under the link group's connslock, drops the lock, and then dereferences conn and the smcsock derived from it, ending in...

9.8CVSS0.00521EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/27 8:10 p.m.12 views

EUVD-2026-49593

In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in acceptuntrackedna acceptuntrackedna re-fetches the inet6dev with in6devgetdev and dereferences idev-cnf.acceptuntrackedna without a NULL check, even though its only caller ndiscrecvna already fetche...

5.8AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/27 8:10 p.m.10 views

EUVD-2026-49592

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF in smccdcrxhandler by pinning the socket smccdcrxhandler looks up the connection by token under the link group's connslock, drops the lock, and then dereferences conn and the smcsock derived from it, ending in...

5.7AI score0.00521EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/27 8:10 p.m.6 views

EUVD-2026-49591

In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix out-of-bounds read in genelinkrxfixup genelinkrxfixup splits an aggregated RX frame into its individual packets, using a per-packet length taken from device-supplied data. That length is only bounded by...

5.9AI score0.00277EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/27 8:10 p.m.23 views

CVE-2026-64539

Linux kernel Bluetooth EIR code (eir_create_adv_data) has a stack-based OOB write vulnerability when prepending a 3-byte Flags AD to advertising data in a fixed-size 31-byte legacy buffer. If adv_data_len approaches the limit and the Flags structure is not fully accommodated, the code can memcpy ...

7.8CVSS5.7AI score0.00122EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/27 8:10 p.m.6 views

EUVD-2026-49589

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix null-ptr-deref in fib6nhmtuchange. fib6nhmtuchange re-fetches idev via in6devgetarg-dev and dereferences idev-cnf.mtu6 without a NULL check. addrconfifdown clears dev-ip6ptr with RCUINITPOINTER after rt6disableip has...

5.7AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/27 8:10 p.m.4 views

CVE-2026-64538 ipv6: Fix null-ptr-deref in fib6_nh_mtu_change().

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix null-ptr-deref in fib6nhmtuchange. fib6nhmtuchange re-fetches idev via in6devgetarg-dev and dereferences idev-cnf.mtu6 without a NULL check. addrconfifdown clears dev-ip6ptr with RCUINITPOINTER after rt6disableip has...

5.7AI score
SaveExploits0References11
Rows per page
Query Builder