Lucene search
+L

13330 matches found

OSV
OSV
added 2026/07/19 3:41 p.m.5 views

CVE-2026-64177 phonet/pep: disable BH around forwarded sk_receive_skb()

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: disable BH around forwarded skreceiveskb The networking receive path is usually run from softirq context, but protocols that take the socket lock may have packets stored in the backlog and processed later from process...

5.4AI score0.00165EPSS
SaveExploits0References11
CVE
CVE
added 2026/07/19 3:41 p.m.17 views

CVE-2026-64177

Summary of CVE-2026-64177 : In the Linux kernel phonet/pep path, forwarding a backlog skb to a child socket via sk_receive_skb() acquires the child socket lock with BH enabled in the softirq path, creating an inconsistent lock state when the same child is traversed in normal process context. The ...

5.4AI score0.00165EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 3:41 p.m.8 views

CVE-2026-64177

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: disable BH around forwarded skreceiveskb The networking receive path is usually run from softirq context, but protocols that take the socket lock may have packets stored in the backlog and processed later from process...

5.3AI score0.00165EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64155

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.3AI score0.00173EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64155 wifi: ath11k: fix error path leaks in some WMI WOW calls

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.3AI score0.00173EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64117

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: capture fast-RX rate before mesh reuses skb-cb ieee80211invokefastrx reads RX status through IEEE80211SKBRXCBskb, which aliases the same skb-cb storage that ieee80211rxmeshdata reuses as IEEE80211TXINFO. In the...

8.8CVSS5.2AI score0.00234EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:40 p.m.7 views

EUVD-2026-45801

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: add NULL check for idev in ipv6hopioam Reported by Sashiko: The function ipv6hopioam accesses in6devgetskb-dev-cnf.ioam6enabled without validating the returned idev pointer. Because addrconfifdown can concurrently cle...

5.3AI score0.00511EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/19 3:40 p.m.7 views

EUVD-2026-45800

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

5.5AI score0.00135EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.34 views

CVE-2026-64115 vsock/vmci: fix UAF when peer resets connection during handshake

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

8.8CVSS0.00135EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:40 p.m.16 views

CVE-2026-64115

CVE-2026-64115 affects the Linux kernel’s vsock/vmci component. The issue is a Use-After-Free caused when a peer resets a connection during the handshake, leading to a pending socket remaining in a listener’s pending list and the possibility of a crash/DoS. Root cause: vmci_transport_recv_connect...

8.8CVSS5.5AI score0.00135EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64115

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

5.3AI score0.00135EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/07/19 3:40 p.m.13 views

CVE-2026-64114

CVE-2026-64114 affects the Linux kernel’s IPv4 raw path. In raw_send_hdrinc(), the code validates that the caller-supplied IPv4 header fits the message length, but it does not reject headers with ihl < 5 per RFC 791. As a result, locally constructed packets with an invalid Internet Header Leng...

7.8CVSS5.4AI score0.00136EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64114

In the Linux kernel, the following vulnerability has been resolved: ipv4: raw: reject IPHDRINCL packets with ihl ihl 4; err = -EINVAL; if iphlen length goto errorfree; if iphlen = sizeofiph / fix up saddr, totlen, id, csum, transportheader / It does not, however, reject ihl = sizeofiph" branch is...

5.4AI score0.00136EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/07/19 3:40 p.m.24 views

CVE-2026-64113

In the Linux kernel, CVE-2026-64113 fixes a use-after-free in ixgbevf when pruning VEPA multicast frames. The function ixgbevf_clean_rx_irq() frees an skb (dev_kfree_skb_irq) and continues, but the skb pointer is kept outside the loop. On the next iteration, the code may dereference freed memory ...

9.8CVSS5.6AI score0.005EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 3:40 p.m.12 views

EUVD-2026-45795

In the Linux kernel, the following vulnerability has been resolved: igc: fix potential skb leak in igcfpexmitsmdframe When igcfpeinittxdescriptor fails, no one takes care of an allocated skb, leaking it. 1 Use devkfreeskbany on failure. Tested on an I226 adapter with the following command, while...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:40 p.m.13 views

CVE-2026-64110

CVE-2026-64110 affects the Linux kernel igc driver logic for transmitting frames on I226 adapters. The vulnerability arises when igc_fpe_init_tx_descriptor() fails and the allocated skb is not freed, causing a potential skb leak in igc_fpe_xmit_smd_frame(). The patch fixes this by ensuring dev_kf...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.16 views

CVE-2026-64076

The CVE concerns the Linux kernel netfilter/bridge eb_tables initialization, specifically a close module init race. Technical details across the documents describe a race condition where sockopts may be exposed globally after nf_register_sockopt() completes, implying that sockopt registration ord...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.37 views

CVE-2026-64045 ovpn: tcp - use cached peer pointer in ovpn_tcp_close()

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - use cached peer pointer in ovpntcpclose ovpntcpclose loads the ovpnsocket via rcudereferenceskuserdata under rcureadlock, takes a reference on sock-peer, caches the peer pointer in a local, and drops the read lock. It...

8.4CVSS0.00154EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:39 p.m.13 views

EUVD-2026-45618

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - use cached peer pointer in ovpntcpclose ovpntcpclose loads the ovpnsocket via rcudereferenceskuserdata under rcureadlock, takes a reference on sock-peer, caches the peer pointer in a local, and drops the read lock. It...

5.3AI score0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64045 ovpn: tcp - use cached peer pointer in ovpn_tcp_close()

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - use cached peer pointer in ovpntcpclose ovpntcpclose loads the ovpnsocket via rcudereferenceskuserdata under rcureadlock, takes a reference on sock-peer, caches the peer pointer in a local, and drops the read lock. It...

8.4CVSS5.3AI score0.00154EPSS
SaveExploits0References6
Rows per page
Query Builder