Lucene search
+L

1137 matches found

RedhatCVE
RedhatCVE
added 2026/08/11 4:44 p.m.7 views

CVE-2026-68290

A flaw was found in the Linux kernel's Reliable Datagram Sockets RDS TCP implementation. A race condition can occur during network namespace teardown, where a concurrent system control sysctl write operation attempts to access a socket that has already been freed. This use-after-free vulnerabilit...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/11 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-68290

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rds: tcp: unregister sysctl before tearing down listen socket rdstcpexitnet frees the per-netns RDS TCP listen socket via rdstcpkillsock before unregistering th...

7.8CVSS5.6AI score0.00125EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:20 p.m.5 views

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.8CVSS0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.7 views

DEBIAN-CVE-2026-68162

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid authenable sysctl UAF during netns teardown procsctpdoauth updates the SCTP control socket after changing net.sctp.authenable. The handler gets the per-net SCTP state from ctl-data, so an already opened sysctl file ca...

7.8CVSS5.2AI score0.00164EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68161

In the Linux kernel, the following vulnerability has been resolved: sctp: close UDP tunnel sockets during netns teardown procsctpdoudpport starts per-net SCTP UDP tunneling sockets when net.sctp.udpport is set, and stops/restarts them when the sysctl value changes. The netns exit path does not st...

9.8CVSS0.00626EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.4 views

CVE-2026-68162

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid authenable sysctl UAF during netns teardown procsctpdoauth updates the SCTP control socket after changing net.sctp.authenable. The handler gets the per-net SCTP state from ctl-data, so an already opened sysctl file ca...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 1:20 p.m.5 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.6 views

UBUNTU-CVE-2026-68162

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid authenable sysctl UAF during netns teardown procsctpdoauth updates the SCTP control socket after changing net.sctp.authenable. The handler gets the per-net SCTP state from ctl-data, so an already opened sysctl file ca...

7.8CVSS5.2AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:2 p.m.34 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.8 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.8 views

EUVD-2026-55391

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...

5.3AI score0.00125EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 12:2 p.m.38 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.8CVSS0.00125EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 11:59 a.m.26 views

CVE-2026-68162

CVE-2026-68162 is a Linux kernel SCTP vulnerability (local) where a Use-After-Free can occur during netns teardown due to an auth_enable sysctl window. The bug stems from SCTP’s per-net sysctl state being registered before the control socket is fully established and remaining writable after inet_...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 11:59 a.m.5 views

CVE-2026-68162 sctp: avoid auth_enable sysctl UAF during netns teardown

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid authenable sysctl UAF during netns teardown procsctpdoauth updates the SCTP control socket after changing net.sctp.authenable. The handler gets the per-net SCTP state from ctl-data, so an already opened sysctl file ca...

7.8CVSS5.4AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/10 11:59 a.m.10 views

EUVD-2026-55548

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid authenable sysctl UAF during netns teardown procsctpdoauth updates the SCTP control socket after changing net.sctp.authenable. The handler gets the per-net SCTP state from ctl-data, so an already opened sysctl file ca...

5.3AI score0.00164EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 11:59 a.m.8 views

EUVD-2026-55547

In the Linux kernel, the following vulnerability has been resolved: sctp: close UDP tunnel sockets during netns teardown procsctpdoudpport starts per-net SCTP UDP tunneling sockets when net.sctp.udpport is set, and stops/restarts them when the sysctl value changes. The netns exit path does not st...

5.3AI score0.00626EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:59 a.m.38 views

CVE-2026-68161

Summary of CVE-2026-68161 : In the Linux kernel, SCTP UDP tunnel sockets created per-net SCTP UDP port (net.sctp.udp_port) are not stopped when a network namespace (netns) is torn down, potentially leaving sockets installed during teardown. The root cause is that the netns exit path does not stop...

9.8CVSS5.3AI score0.00626EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-68162

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sctp: avoid authenable sysctl UAF during netns teardown procsctpdoauth updates the SCTP control socket after changing net.sctp.authenable. The handler gets the...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/30 4:35 p.m.8 views

SUSE CVE-2026-62426

This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. To manage the system, sysctl and platform operations are used by the control domain or a possible Xenstore domain. Some of these operations may not be executed in paralle...

5.9CVSS5.5AI score0.00228EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/30 7:50 a.m.5 views

SUSE-SU-2026:3423-1 Security update for xen

This update for xen fixes the following issues - CVE-2026-42493: x86 shadow paging is deprecated bsc1271528. - CVE-2026-42494,CVE-2026-42495,CVE-2026-62423,CVE-2026-62424,CVE-2026-62425: buffer overruns in libfsimage iso9660 handling bsc1271530. - CVE-2026-62426,CVE-2026-62427: sysctl and...

8.8CVSS6AI score0.00474EPSS
SaveExploits0References28
Rows per page
Query Builder