Lucene search
+L

417 matches found

Tenable Nessus
Tenable Nessus
added 2026/01/07 12:0 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-000506)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000506 advisory. In the Linux kernel before 5.5.8, getrawsocket in drivers/vhost/net.c lacks validation of an skfamily field, which might allow attackers to trigger kernel stack...

5.4CVSS6.5AI score0.00962EPSS
SaveExploits1References3
Circl
Circl
added 2026/01/05 5:17 p.m.5 views

CVE-2025-39484

creationtimestamp| type| source ---|---|--- 2026-01-05 17:17:49+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mbowyjoq472u 2026-01-05 17:18:34+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mbowztoynb2e 2026-01-05 17:19:17+00:00| seen|...

9.3CVSS4.8AI score0.00241EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/01/01 12:0 a.m.7 views

PT-2026-27667

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A data race occurs in the network subsystem when skmsg or other layers modify the sk data ready and sk write space pointers while other CPUs read them concurrently. Recommendations At th...

4.7CVSS5.2AI score0.00089EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/31 3:37 p.m.10 views

CVE-2023-54218

In the Linux kernel, the following vulnerability has been resolved: net: Fix load-tearing on sk-skstamp in sockrecvcmsgs. KCSAN found a data race in sockrecvcmsgs where the read access to sk-skstamp needs READONCE. BUG: KCSAN: data-race in packetrecvmsg / packetrecvmsg write marked to...

5.5CVSS5.6AI score0.00184EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/31 12:28 a.m.4 views

SUSE CVE-2023-54218

In the Linux kernel, the following vulnerability has been resolved: net: Fix load-tearing on sk-skstamp in sockrecvcmsgs. KCSAN found a data race in sockrecvcmsgs where the read access to sk-skstamp needs READONCE. BUG: KCSAN: data-race in packetrecvmsg / packetrecvmsg write marked to...

3.6CVSS6.3AI score0.00184EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/31 12:28 a.m.7 views

SUSE CVE-2023-54226

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races around sk-skshutdown. KCSAN found a data race around sk-skshutdown where unixreleasesock and unixshutdown update it under unixstatelock, OTOH unixpoll and unixdgrampoll read it locklessly. We need to annota...

4.7CVSS6.3AI score0.00179EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.7 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993082)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993082 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix the sk-skforwardalloc warning of skstreamkillqueues When running testsockmap...

5.5CVSS6AI score0.00176EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-54226

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - afunix: Fix data races around sk-skshutdown. KCSAN found a data race around sk-skshutdown where unixreleasesock and unixshutdown update it under unixstatelock,...

5.6AI score0.00179EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/30 1:16 p.m.5 views

CVE-2023-54218

In the Linux kernel, the following vulnerability has been resolved: net: Fix load-tearing on sk-skstamp in sockrecvcmsgs. KCSAN found a data race in sockrecvcmsgs where the read access to sk-skstamp needs READONCE. BUG: KCSAN: data-race in packetrecvmsg / packetrecvmsg write marked to...

0.00184EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/30 1:16 p.m.6 views

CVE-2023-54226

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races around sk-skshutdown. KCSAN found a data race around sk-skshutdown where unixreleasesock and unixshutdown update it under unixstatelock, OTOH unixpoll and unixdgrampoll read it locklessly. We need to annota...

0.00179EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/30 1:16 p.m.4 views

UBUNTU-CVE-2023-54218

In the Linux kernel, the following vulnerability has been resolved: net: Fix load-tearing on sk-skstamp in sockrecvcmsgs. KCSAN found a data race in sockrecvcmsgs where the read access to sk-skstamp needs READONCE. BUG: KCSAN: data-race in packetrecvmsg / packetrecvmsg write marked to...

5.7AI score0.00184EPSS
SaveExploits0References11
CVE
CVE
added 2025/12/30 12:11 p.m.18 views

CVE-2023-54226

CVE-2023-54226 (Linux kernel) : A data race in af_unix around sk_shutdown was resolved. KCSAN observed that unix_release_sock() and unix_shutdown() update sk->sk_shutdown under unix_state_lock(), while unix_poll() and unix_dgram_poll() read it locklessly. The fix requires annotating writes/rea...

5.9AI score0.00179EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.31 views

CVE-2023-54218 net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().

In the Linux kernel, the following vulnerability has been resolved: net: Fix load-tearing on sk-skstamp in sockrecvcmsgs. KCSAN found a data race in sockrecvcmsgs where the read access to sk-skstamp needs READONCE. BUG: KCSAN: data-race in packetrecvmsg / packetrecvmsg write marked to...

0.00184EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:10 p.m.26 views

CVE-2022-50838 net: stream: purge sk_error_queue in sk_stream_kill_queues()

In the Linux kernel, the following vulnerability has been resolved: net: stream: purge skerrorqueue in skstreamkillqueues Changheon Lee reported TCP socket leaks, with a nice repro. It seems we leak TCP sockets with the following sequence: 1 SOFTIMESTAMPINGTXACK is enabled on the socket. Each ACK...

0.00248EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.6 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-992670)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992670 advisory. In the Linux kernel, the following vulnerability has been resolved: ipvlan: Dont Use skb-sk in ipvlanprocessv4,6outbound Raw packet from PFPACKET socket ontop of an...

5.5CVSS5.9AI score0.00268EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.7 views

PT-2025-54047

In the Linux kernel, the following vulnerability has been resolved: net: Fix load-tearing on sk-sk stamp in sock recv cmsgs. KCSAN found a data race in sock recv cmsgs where the read access to sk-sk stamp needs READ ONCE. BUG: KCSAN: data-race in packet recvmsg / packet recvmsg write marked to...

6.2AI score0.00184EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/12/18 12:0 a.m.2 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991279)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991279 advisory. In the Linux kernel, the following vulnerability has been resolved: net: If sock is dead don't access sock's skwq in skstreamwaitmemory Fixes the below NULL pointer...

5.5CVSS5.7AI score0.00147EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/16 2:15 p.m.5 views

AZL-72503 CVE-2025-68227 affecting package kernel for versions less than 6.6.119.3-1

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix proto fallback detection with BPF The sockmap feature allows bpf syscall from userspace, or based on bpf sockops, replacing the skprot of sockets during protocol stack processing with sockmap's custom read/write...

5.8AI score0.00187EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/12/10 1:29 a.m.8 views

CVE-2023-53831

A data race was found in the Linux kernel's networking stack. The skmcloop function reads sk-skfamily without proper synchronization while another thread may be changing it via IPV6ADDRFORM socket option. This race can cause the function to take an unexpected code path, triggering a WARNONONCE or...

4.5CVSS6.4AI score0.0023EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:35 a.m.6 views

SUSE CVE-2023-53831

In the Linux kernel, the following vulnerability has been resolved: net: read sk-skfamily once in skmcloop syzbot is playing with IPV6ADDRFORM quite a lot these days, and managed to hit the WARNONONCE1 in skmcloop We have many more similar issues to fix. WARNING: CPU: 1 PID: 1593 at...

5.5CVSS6.5AI score0.0023EPSS
SaveExploits0References17
Rows per page
Query Builder