Lucene search
+L

22742 matches found

NVD
NVD
added 2026/08/10 1:20 p.m.7 views

CVE-2026-68284

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix cork use-after-free in tcpbpfsendmsg tcpbpfsendmsg keeps msgtx across skstreamwaitmemory, which drops and reacquires the socket lock. Its error path tries to decide whether msgtx names the local temporary messag...

7.8CVSS0.00134EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:20 p.m.5 views

CVE-2026-68169

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: userspace: fix use-after-free in getlocalid In mptcppmuserspacegetlocalid, the address entry is looked up under spinlock, but its id is read after dropping the lock. A concurrent deletion can free the entry between the...

0.002EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68170

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix stale skb-sk reference on subflow close The backlog list is updated by mptcpdataready under mptcpdatalock. The cleanup of backlog references to a closing subflow, however, was performed in mptcpclosessk, before...

9.8CVSS0.00516EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 1:20 p.m.4 views

UBUNTU-CVE-2026-68290

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: unregister sysctl before tearing down listen socket rdstcpexitnet frees the per-netns RDS TCP listen socket via rdstcpkillsock before unregistering the per-netns sysctl table. Since rdstcpskbufhandler derives the netns...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:20 p.m.5 views

UBUNTU-CVE-2026-68379

In the Linux kernel, the following vulnerability has been resolved: tcp: fix TIMEWAIT socket reference leak on PSP policy failure Release the TIMEWAIT socket reference and jump to discardit upon PSP policy failure in both IPv4 and IPv6 receive paths. This prevents a memory leak of tcptwbucket...

7.5CVSS5.2AI score0.00609EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:19 p.m.7 views

CVE-2026-68118

In the Linux kernel, the following vulnerability has been resolved: tcp: challenge ACK for non-exact RST in SYN-RECEIVED The SYN-RECEIVED request-socket path in tcpcheckreq accepts an in-window RST without requiring SEG.SEQ to exactly match RCV.NXT. A non-exact RST therefore removes the request...

8.2CVSS0.00384EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:19 p.m.8 views

CVE-2026-68119

In the Linux kernel, the following vulnerability has been resolved: tcp: initialize standalone TCP-AO response padding tcpv4sendack and tcpv6sendresponse construct standalone TCP responses with TCP-AO options. The option length carries the actual MAC length, but the TCP header length includes the...

7.5CVSS0.00373EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:19 p.m.7 views

UBUNTU-CVE-2026-68122

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix peer refcount leak in TCP error paths When either the TCP RX or TX error path calls ovpnpeerhold followed by schedulework&peer-tcp.deferdelwork, and the work item is already pending from the other path, schedulework...

5.3AI score0.00173EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 1:19 p.m.6 views

UBUNTU-CVE-2026-68119

In the Linux kernel, the following vulnerability has been resolved: tcp: initialize standalone TCP-AO response padding tcpv4sendack and tcpv6sendresponse construct standalone TCP responses with TCP-AO options. The option length carries the actual MAC length, but the TCP header length includes the...

7.5CVSS5.1AI score0.00373EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:19 p.m.4 views

UBUNTU-CVE-2026-68118

In the Linux kernel, the following vulnerability has been resolved: tcp: challenge ACK for non-exact RST in SYN-RECEIVED The SYN-RECEIVED request-socket path in tcpcheckreq accepts an in-window RST without requiring SEG.SEQ to exactly match RCV.NXT. A non-exact RST therefore removes the request...

8.2CVSS5.2AI score0.00384EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.8 views

CVE-2026-68119

In the Linux kernel, the following vulnerability has been resolved: tcp: initialize standalone TCP-AO response padding tcpv4sendack and tcpv6sendresponse construct standalone TCP responses with TCP-AO options. The option length carries the actual MAC length, but the TCP header length includes the...

7.5CVSS5.3AI score0.00373EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.6 views

CVE-2026-68122

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix peer refcount leak in TCP error paths When either the TCP RX or TX error path calls ovpnpeerhold followed by schedulework&peer-tcp.deferdelwork, and the work item is already pending from the other path, schedulework...

5.4AI score0.00173EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.35 views

CVE-2026-68379 tcp: fix TIME_WAIT socket reference leak on PSP policy failure

In the Linux kernel, the following vulnerability has been resolved: tcp: fix TIMEWAIT socket reference leak on PSP policy failure Release the TIMEWAIT socket reference and jump to discardit upon PSP policy failure in both IPv4 and IPv6 receive paths. This prevents a memory leak of tcptwbucket...

7.5CVSS0.00609EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:2 p.m.32 views

CVE-2026-68290

CVE-2026-68290 concerns the Linux kernel RDS TCP implementation. A race condition during network namespace teardown can occur when a concurrent sysctl write dereferences a freed per-netns listen socket, due to rds_tcp_exit_net() freeing the socket before the per-netns sysctl table is unregistered...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:2 p.m.6 views

CVE-2026-68290 rds: tcp: unregister sysctl before tearing down listen socket

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: unregister sysctl before tearing down listen socket rdstcpexitnet frees the per-netns RDS TCP listen socket via rdstcpkillsock before unregistering the per-netns sysctl table. Since rdstcpskbufhandler derives the netns...

7.8CVSS5.4AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/10 12:2 p.m.5 views

EUVD-2026-55385

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix cork use-after-free in tcpbpfsendmsg tcpbpfsendmsg keeps msgtx across skstreamwaitmemory, which drops and reacquires the socket lock. Its error path tries to decide whether msgtx names the local temporary messag...

5.5AI score0.00134EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:2 p.m.31 views

CVE-2026-68284

CVE-2026-68284 affects the Linux kernel BPF/sockmap path. The bug is a use-after-free in tcp_bpf_sendmsg() when two threads send on the same socket: msg_tx is compared to psock->cork while cork may have been freed, leading to freeing a stale cork. A fix ensures tmp cork is checked directly, pr...

7.8CVSS5.5AI score0.00134EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 11:59 a.m.8 views

EUVD-2026-55556

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix stale skb-sk reference on subflow close The backlog list is updated by mptcpdataready under mptcpdatalock. The cleanup of backlog references to a closing subflow, however, was performed in mptcpclosessk, before...

5.4AI score0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.37 views

CVE-2026-68170 mptcp: fix stale skb->sk reference on subflow close

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix stale skb-sk reference on subflow close The backlog list is updated by mptcpdataready under mptcpdatalock. The cleanup of backlog references to a closing subflow, however, was performed in mptcpclosessk, before...

9.8CVSS0.00516EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 11:59 a.m.27 views

CVE-2026-68170

CVE-2026-68170, affecting Linux kernel MPTCP, describes a use-after-free risk caused by a stale backlog backlog entry referencing a closing subflow. The issue arises because backlog cleanup was performed in mptcp_close_ssk() without holding the ssk lock or mptcp_data_lock(), while concurrent RX p...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References2
Rows per page
Query Builder