Lucene search
+L

2492 matches found

Debian CVE
Debian CVE
added 2025/09/16 8:11 a.m.7 views

CVE-2023-53275

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in sndhdacregmapsync The variable codec-regmap is often protected by the lock codec-regmaplock when is accessed. However, it is accessed without holding the lock...

5.5CVSS5.5AI score0.00146EPSS
SaveExploits0
CVE
CVE
added 2025/09/16 8:11 a.m.39 views

CVE-2023-53275

CVE-2023-53275: In Linux kernel ALSA HDA code, a data race around snd_hdac_regmap_sync() can lead to a null-pointer dereference of codec->regmap if it is NULL after an if check. The root cause is accessing codec->regmap without holding the regmap_lock, which could race with regcache_sync() ...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.5 views

PT-2025-38047

Name of the Vulnerable Software and Affected Versions: Linux kernel versions 6.5.0-rc6+ through 6.5.0-rc7-kcsan-00169-g81eaf55a60fc Description: A data race exists in the Linux kernel's workqueue functionality, specifically related to the incrementing of pwq-stats. Kernel Concurrency Sanitizer...

6.2AI score0.00086EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.7 views

SUSE CVE-2022-50291

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm-rxpsock kcm-rxpsock can be read locklessly in kcmrfree. Annotate the read and writes accordingly. We do the same for kcm-rxwait in the following patch. syzbot reported: BUG: KCSAN: data-race in...

5.5CVSS6.4AI score0.00146EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.3 views

SUSE CVE-2022-50323

In the Linux kernel, the following vulnerability has been resolved: net: do not sense pfmemalloc status in skbappendpagefrags skbappendpagefrags is used by afunix and udp sendpage implementation so far. In commit 326140063946 "tcp: TX zerocopy should not sense pfmemalloc status" we explained why ...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References5
NVD
NVD
added 2025/09/15 3:15 p.m.6 views

CVE-2023-53204

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-races around user-unixinflight. user-unixinflight is changed under spinlockunixgclock, but toomanyunixfds reads it locklessly. Let's annotate the write/read accesses to user-unixinflight. BUG: KCSAN: data-race in...

4.7CVSS0.0011EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

DEBIAN-CVE-2023-53204

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-races around user-unixinflight. user-unixinflight is changed under spinlockunixgclock, but toomanyunixfds reads it locklessly. Let's annotate the write/read accesses to user-unixinflight. BUG: KCSAN: data-race in...

4.7CVSS5.3AI score0.0011EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.3 views

DEBIAN-CVE-2022-50291

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm-rxpsock kcm-rxpsock can be read locklessly in kcmrfree. Annotate the read and writes accordingly. We do the same for kcm-rxwait in the following patch. syzbot reported: BUG: KCSAN: data-race in...

5.5CVSS5.4AI score0.00146EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 3:15 p.m.7 views

CVE-2022-50265

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm-rxwait kcm-rxpsock can be read locklessly in kcmrfree. Annotate the read and writes accordingly. syzbot reported: BUG: KCSAN: data-race in kcmrcvstrparser / kcmrfree write to 0xffff88810784e3d0...

5.5CVSS0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 3:15 p.m.3 views

DEBIAN-CVE-2022-50265

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm-rxwait kcm-rxpsock can be read locklessly in kcmrfree. Annotate the read and writes accordingly. syzbot reported: BUG: KCSAN: data-race in kcmrcvstrparser / kcmrfree write to 0xffff88810784e3d0...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.5 views

UBUNTU-CVE-2022-50291

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm-rxpsock kcm-rxpsock can be read locklessly in kcmrfree. Annotate the read and writes accordingly. We do the same for kcm-rxwait in the following patch. syzbot reported: BUG: KCSAN: data-race in...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/15 3:15 p.m.5 views

UBUNTU-CVE-2022-50265

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm-rxwait kcm-rxpsock can be read locklessly in kcmrfree. Annotate the read and writes accordingly. syzbot reported: BUG: KCSAN: data-race in kcmrcvstrparser / kcmrfree write to 0xffff88810784e3d0...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/15 3:15 p.m.7 views

UBUNTU-CVE-2023-53204

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-races around user-unixinflight. user-unixinflight is changed under spinlockunixgclock, but toomanyunixfds reads it locklessly. Let's annotate the write/read accesses to user-unixinflight. BUG: KCSAN: data-race in...

4.7CVSS6AI score0.0011EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/09/15 2:48 p.m.7 views

CVE-2022-50323 net: do not sense pfmemalloc status in skb_append_pagefrags()

In the Linux kernel, the following vulnerability has been resolved: net: do not sense pfmemalloc status in skbappendpagefrags skbappendpagefrags is used by afunix and udp sendpage implementation so far. In commit 326140063946 "tcp: TX zerocopy should not sense pfmemalloc status" we explained why ...

0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/15 2:48 p.m.28 views

CVE-2022-50323

CVE-2022-50323 (Linux kernel) : The vulnerability stems from skb_append_pagefrags() sensing pfmemalloc status for pages owned by user space, triggering a data race reported by KCSAN in the swap/LRU paths. The fix/mitigation is to stop sensing pfmemalloc status for these pages and to use skb_fill_...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/09/15 2:45 p.m.27 views

CVE-2022-50291

CVE-2022-50291 pertains to the Linux kernel KCM subsystem. Connected advisories describe a data-race in kcm_rfree() related to kcm->rx_psock and an analogous race for kcm->rx_wait, fixed by annotating reads/writes around these fields. The patches address lockless reads in kcm_rfree and ensu...

5.5CVSS6AI score0.00146EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:45 p.m.8 views

CVE-2022-50291 kcm: annotate data-races around kcm->rx_psock

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm-rxpsock kcm-rxpsock can be read locklessly in kcmrfree. Annotate the read and writes accordingly. We do the same for kcm-rxwait in the following patch. syzbot reported: BUG: KCSAN: data-race in...

0.00146EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 2:45 p.m.4 views

CVE-2022-50291 kcm: annotate data-races around kcm->rx_psock

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm-rxpsock kcm-rxpsock can be read locklessly in kcmrfree. Annotate the read and writes accordingly. We do the same for kcm-rxwait in the following patch. syzbot reported: BUG: KCSAN: data-race in...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References11
CVE
CVE
added 2025/09/15 2:21 p.m.28 views

CVE-2023-53204

CVE-2023-53204 affects the Linux kernel af_unix subsystem. The root cause is a data race on the unix_inflight field: user->unix_inflight is modified under spin_lock(unix_gc_lock), while too_many_unix_fds() reads it locklessly, enabling a race between unix_attach_fds and the unix_inflight acces...

4.7CVSS6AI score0.0011EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.12 views

CVE-2023-53204 af_unix: Fix data-races around user->unix_inflight.

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-races around user-unixinflight. user-unixinflight is changed under spinlockunixgclock, but toomanyunixfds reads it locklessly. Let's annotate the write/read accesses to user-unixinflight. BUG: KCSAN: data-race in...

0.0011EPSS
SaveExploits0References8
Rows per page
Query Builder