Lucene search
+L

127 matches found

RedhatCVE
RedhatCVE
added 2024/07/17 1:24 a.m.19 views

CVE-2024-41005

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix race condition in netpollowneractive KCSAN detected a race condition in netpoll: BUG: KCSAN: data-race in netrxaction / netpollsendskb write marked to 0xffff8881164168b0 of 4 bytes by interrupt on cpu 10: netrxaction...

4.7CVSS6.7AI score0.00192EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 4:56 p.m.26 views

CVE-2024-40953

In the Linux kernel, the following vulnerability has been resolved: KVM: Fix a data race on lastboostedvcpu in kvmvcpuonspin Use READ,WRITEONCE to access kvm-lastboostedvcpu to ensure the loads and stores are atomic. In the extremely unlikely scenario the compiler tears the stores, it's...

4.7CVSS8.2AI score0.00197EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/07/13 2:37 a.m.10 views

SUSE CVE-2024-39508

In the Linux kernel, the following vulnerability has been resolved: iouring/io-wq: Use setbit and testbit at worker-flags Utilize setbit and testbit on worker-flags within iouring/io-wq to address potential data races. The structure ioworker-flags may be accessed through various data paths, leadi...

6.3CVSS6.7AI score0.00224EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.20 views

CVE-2024-41005

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix race condition in netpollowneractive KCSAN detected a race condition in netpoll: BUG: KCSAN: data-race in netrxaction / netpollsendskb write marked to 0xffff8881164168b0 of 4 bytes by interrupt on cpu 10: netrxaction...

4.7CVSS6AI score0.00192EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.26 views

CVE-2024-39508

In the Linux kernel, the following vulnerability has been resolved: iouring/io-wq: Use setbit and testbit at worker-flags Utilize setbit and testbit on worker-flags within iouring/io-wq to address potential data races. The structure ioworker-flags may be accessed through various data paths, leadi...

7.8CVSS6AI score0.00224EPSS
SaveExploits0References12
CVE
CVE
added 2024/07/12 12:44 p.m.179 views

CVE-2024-41005

CVE-2024-41005 involves a race in the Linux kernel netpoll code. The issue stems from netpoll_owner_active reading napi->poll_owner non-atomically to determine lock ownership, allowing a data race between net_rx_action and netpoll_send_skb. The fix replaces the non-atomic check with an atomic ...

4.7CVSS6.3AI score0.00192EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/12 12:44 p.m.11 views

CVE-2024-41005 netpoll: Fix race condition in netpoll_owner_active

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix race condition in netpollowneractive KCSAN detected a race condition in netpoll: BUG: KCSAN: data-race in netrxaction / netpollsendskb write marked to 0xffff8881164168b0 of 4 bytes by interrupt on cpu 10: netrxaction...

6.5AI score0.00192EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/12 12:44 p.m.17 views

CVE-2024-41005

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix race condition in netpollowneractive KCSAN detected a race condition in netpoll: BUG: KCSAN: data-race in netrxaction / netpollsendskb write marked to 0xffff8881164168b0 of 4 bytes by interrupt on cpu 10: netrxaction...

4.7CVSS5.5AI score0.00192EPSS
SaveExploits0
OSV
OSV
added 2024/07/12 12:20 p.m.18 views

CVE-2024-39508 io_uring/io-wq: Use set_bit() and test_bit() at worker->flags

In the Linux kernel, the following vulnerability has been resolved: iouring/io-wq: Use setbit and testbit at worker-flags Utilize setbit and testbit on worker-flags within iouring/io-wq to address potential data races. The structure ioworker-flags may be accessed through various data paths, leadi...

7.8CVSS6AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.24 views

CVE-2024-39508 io_uring/io-wq: Use set_bit() and test_bit() at worker->flags

In the Linux kernel, the following vulnerability has been resolved: iouring/io-wq: Use setbit and testbit at worker-flags Utilize setbit and testbit on worker-flags within iouring/io-wq to address potential data races. The structure ioworker-flags may be accessed through various data paths, leadi...

7AI score0.00224EPSS
SaveExploits0References3
CVE
CVE
added 2024/07/12 12:20 p.m.6923 views

CVE-2024-39508

CVE-2024-39508 affects the Linux kernel io-uring I/O-queue (io-wq) by a data race on io_worker->flags. The issue, exposed under KCSAN as a race between io_worker_handle_work and io_wq_activate_free_worker, arises from concurrent reads/writes to that flags field across multiple code paths. The ...

7.8CVSS6.7AI score0.00224EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/06/20 2:55 p.m.40 views

CVE-2024-38596

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races in unixreleasesock/unixstreamsendmsg A data-race condition has been identified in afunix. In one data path, the write function unixreleasesock atomically writes to sk-skshutdown using WRITEONCE. However, on...

4.7CVSS6.7AI score0.00186EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/06/19 1:45 p.m.15 views

CVE-2024-38596 af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races in unixreleasesock/unixstreamsendmsg A data-race condition has been identified in afunix. In one data path, the write function unixreleasesock atomically writes to sk-skshutdown using WRITEONCE. However, on...

6.6AI score0.00186EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.25 views

CVE-2024-36938 bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueue Fix NULL pointer data-races in skpsockskbingressenqueue which syzbot reported 1. 1 BUG: KCSAN: data-race in skpsockdrop / skpsockskbingressenqueue write to...

6.7AI score0.00244EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/30 3:29 p.m.21 views

CVE-2024-36938 bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueue Fix NULL pointer data-races in skpsockskbingressenqueue which syzbot reported 1. 1 BUG: KCSAN: data-race in skpsockdrop / skpsockskbingressenqueue write to...

5.9AI score
SaveExploits0References9
OSV
OSV
added 2024/05/03 3:15 p.m.2 views

DEBIAN-CVE-2022-48689

In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report 1 showing a possible misuse of pfmemalloc page status in TCP zerocopy paths. Indeed, for pages coming from user space or other layers, using...

7CVSS5.8AI score0.00192EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/03 3:15 p.m.32 views

CVE-2022-48689

In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report 1 showing a possible misuse of pfmemalloc page status in TCP zerocopy paths. Indeed, for pages coming from user space or other layers, using...

7CVSS6.3AI score0.00192EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/03 3:0 p.m.102 views

CVE-2022-48689

CVE-2022-48689 pertains to a Linux kernel issue in TCP zerocopy where pfmemalloc status could be misinterpreted by page_is_pfmemalloc() in certain paths. The Astra Linux note confirms the advisory and reiterates the same vulnerability in the kernel and notes a prereq backport: 84ce071e38a6 (net: ...

7CVSS6.5AI score0.00192EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/03 3:0 p.m.18 views

CVE-2022-48689 tcp: TX zerocopy should not sense pfmemalloc status

In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report 1 showing a possible misuse of pfmemalloc page status in TCP zerocopy paths. Indeed, for pages coming from user space or other layers, using...

6.6AI score0.00192EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/03 3:0 p.m.32 views

CVE-2022-48689 tcp: TX zerocopy should not sense pfmemalloc status

In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report 1 showing a possible misuse of pfmemalloc page status in TCP zerocopy paths. Indeed, for pages coming from user space or other layers, using...

6.8AI score0.00192EPSS
SaveExploits0References3
Rows per page
Query Builder