Lucene search
+L

684 matches found

CVE
CVE
added 2026/03/25 10:26 a.m.30 views

CVE-2026-23302

Summary (CVE-2026-23302): The Linux kernel patch resolves a data-race in data-path pointers sk->sk_data_ready and sk->sk_write_space, where skmsg and possibly other layers could modify these pointers while others may read them concurrently. The fix adds corresponding READ_ONCE()/WRITE_ONCE(...

4.7CVSS5.7AI score0.00089EPSS
SaveExploits0References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/03/25 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-23302

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: annotate data-races around sk-skdataready,writespace skmsg and probably other layers are changing these pointers while other cpus might read them...

4.7CVSS5.3AI score0.00089EPSS
SaveExploits0References4
OSV
OSV
added 2026/03/09 11:40 a.m.15 views

CLSA-2026-1773043650 kernel: Fix of 10 CVEs

ACPICA: Add AMLNOOPERANDRESOLVE flag to Timer CVE-2023-53395 - net: ppp: Add bound checking for skb data on pppsynctxmung CVE-2025-37749 - ata: ahci: Match EMMAXSLOTS with SATAPMPMAXPORTS CVE-2022-50315 - ext2: Check block size validity during mount CVE-2023-53569 - gfs2: Fix possible data races...

7.8CVSS5.8AI score0.00303EPSS
SaveExploits2References1
Tenable Nessus
Tenable Nessus
added 2026/03/03 12:0 a.m.3 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005538 advisory. In the Linux kernel, the following vulnerability has been resolved: ip: Fix data-races around sysctlipfwdupdatepriority. While reading sysctlipfwdupdatepriority, it...

4.7CVSS6.8AI score0.00183EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2026/02/21 12:26 p.m.4 views

bonding: annotate data-races around slave->last_rx

...

5.5CVSS5.9AI score0.00086EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/02/18 2:16 p.m.29 views

CVE-2026-23212 bonding: annotate data-races around slave->last_rx

In the Linux kernel, the following vulnerability has been resolved: bonding: annotate data-races around slave-lastrx slave-lastrx and slave-targetlastarprx... can be read and written locklessly. Add READONCE and WRITEONCE annotations. syzbot reported: BUG: KCSAN: data-race in bondrcvvalidate /...

0.00086EPSS
SaveExploits0References5
OSV
OSV
added 2026/02/18 2:16 p.m.2 views

CVE-2026-23212 bonding: annotate data-races around slave->last_rx

In the Linux kernel, the following vulnerability has been resolved: bonding: annotate data-races around slave-lastrx slave-lastrx and slave-targetlastarprx... can be read and written locklessly. Add READONCE and WRITEONCE annotations. syzbot reported: BUG: KCSAN: data-race in bondrcvvalidate /...

4.7CVSS5.7AI score0.00086EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/02/18 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-23212

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bonding: annotate data-races around slave-lastrx slave-lastrx and slave-targetlastarprx... can be read and written locklessly. Add READONCE and WRITEONCE...

4.7CVSS6AI score0.00086EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/29 12:0 a.m.10 views

SUSE SLES12: cluster-md-kmp-default / dlm-kmp-default / gfs2-kmp-default / etc (SUSE-SU-2026:0316-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:0316-1 advisory. The SUSE Linux Enterprise 12 SP5 kernel was updated to fix various security issues The following security issues were fixed: -...

7.8CVSS7.4AI score0.06657EPSS
SaveExploits1References455
OSV
OSV
added 2026/01/28 2:35 p.m.3 views

SUSE-SU-2026:0316-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2022-49604,CVE-2025-40074: ip: Fix data-races around sysctlipfwdusepmtu bsc1238414 bsc1252794. - CVE-2022-50527: drm/amdgpu: Fix size validation for non-exclusive...

7.8CVSS6.9AI score0.06657EPSS
SaveExploits1References312
SUSE CVE
SUSE CVE
added 2025/12/31 12:28 a.m.6 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.00172EPSS
SaveExploits0References6
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.00172EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:11 p.m.4 views

CVE-2023-54226 af_unix: Fix data races around sk->sk_shutdown.

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

6.2AI score0.00172EPSS
SaveExploits0References10
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.00172EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/30 12:11 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...

5.4AI score0.00172EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/25 1:3 a.m.9 views

SUSE CVE-2022-50764

In the Linux kernel, the following vulnerability has been resolved: ipv6/sit: use DEVSTATSINC to avoid data-races syzbot/KCSAN reported that multiple cpus are updating dev-stats.txerror concurrently. This is because sit tunnels are NETIFFLLTX, meaning their ndostartxmit is not protected by a...

6.5AI score0.00217EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.4 views

CVE-2022-50764

In the Linux kernel, the following vulnerability has been resolved: ipv6/sit: use DEVSTATSINC to avoid data-races syzbot/KCSAN reported that multiple cpus are updating dev-stats.txerror concurrently. This is because sit tunnels are NETIFFLLTX, meaning their ndostartxmit is not protected by a...

6.2AI score0.00217EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 1:5 p.m.20 views

CVE-2022-50764

The CVE-2022-50764 entry concerns a Linux kernel issue in ipv6/sit where dev->stats.tx_error data-races occur because sit tunnels are NETIF_F_LLTX and not protected by a spinlock. The root cause is multiple CPUs updating tx_error concurrently, with the fix implemented as DEV_STATS_INC() to avo...

6.1AI score0.00217EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/18 12:0 a.m.2 views

Siemens SCALANCE and RUGGEDCOM Devices Improper Input Validation (CVE-2024-36938)

Denial of Service Vulnerability in the Linux Kernel: bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueue Fix NULL pointer data-races in skpsockskbingressenqueue which syzbot reported. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot...

5.5CVSS6.7AI score0.00244EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/11/12 9:25 p.m.17 views

CVE-2025-64345 Wasmtime provides unsound API access to a WebAssembly shared linear memory

Wasmtime is a runtime for WebAssembly. Prior to version 38.0.4, 37.0.3, 36.0.3, and 24.0.5, Wasmtime's Rust embedder API contains an unsound interaction where a WebAssembly shared linear memory could be viewed as a type which provides safe access to the host Rust to the contents of the linear...

1.8CVSS0.00107EPSS
SaveExploits0References6
Rows per page
Query Builder