Lucene search
+L

2491 matches found

OSV
OSV
added 2024/07/12 1:15 p.m.9 views

UBUNTU-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.7CVSS6.1AI score0.0019EPSS
SaveExploits0References39
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.0019EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/12 12:44 p.m.16 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.0019EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/12 12:31 p.m.34 views

CVE-2024-40953 KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()

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

0.0019EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/12 12:31 p.m.16 views

CVE-2024-40953 KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()

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

6.7AI score0.0019EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/07/12 12:31 p.m.17 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.7CVSS5.6AI score0.0019EPSS
SaveExploits0
CVE
CVE
added 2024/07/12 12:31 p.m.145 views

CVE-2024-40953

CVE-2024-40953: In the Linux kernel KVM path, a data race on last_boosted_vcpu in kvm_vcpu_on_spin() was fixed. The underlying issue allowed non-atomic loads/stores of kvm->last_boosted_vcpu, potentially causing an out-of-bounds vCPU access with very large vCPU counts (e.g., 257). The patch in...

4.7CVSS6.5AI score0.0019EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/07/12 12:20 p.m.17 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...

4.7CVSS6AI score0.00198EPSS
SaveExploits0References6
CVE
CVE
added 2024/07/12 12:20 p.m.6916 views

CVE-2024-39508

CVE-2024-39508 affects the Linux kernel’s io_uring io-wq path. The advisory details data-race issues on io_worker->flags exposed under concurrency (io_worker_handle_work and io_wq_activate_free_worker) and shows that the fix refactors flag manipulation to atomic operations using set_bit() and ...

4.7CVSS6.7AI score0.00198EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.4 views

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

2.5CVSS6.4AI score0.00186EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/06/20 2:55 p.m.39 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
NVD
NVD
added 2024/06/19 2:15 p.m.30 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.7CVSS0.00186EPSS
SaveExploits0References13
OSV
OSV
added 2024/06/19 2:15 p.m.3 views

DEBIAN-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.7CVSS6AI score0.00186EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.17 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.3AI score0.00186EPSS
SaveExploits0References31
OSV
OSV
added 2024/06/19 2:15 p.m.10 views

UBUNTU-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.1AI score0.00186EPSS
SaveExploits0References32
Cvelist
Cvelist
added 2024/06/19 1:45 p.m.29 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...

0.00186EPSS
SaveExploits0References9
OSV
OSV
added 2024/06/19 1:45 p.m.16 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...

4.7CVSS5.9AI score0.00186EPSS
SaveExploits0References16
CVE
CVE
added 2024/06/19 1:45 p.m.186 views

CVE-2024-38596

CVE-2024-38596 is a Linux kernel vulnerability in af_unix data races between unix_release_sock/unix_stream_sendmsg. The races occur because sk_shutdown is written atomically by unix_release_sock() (WRITE_ONCE) but read non‑atomically by unix_stream_sendmsg(), triggering a KCSAN data race (BUG: KC...

4.7CVSS6.4AI score0.00186EPSS
SaveExploits0References13Affected Software1
OSV
OSV
added 2024/06/12 11:33 a.m.30 views

SUSE-SU-2024:2008-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2021-47548: Fixed a possible array out-of=bounds bsc1225506 - CVE-2022-48689: Fixed data-race in lruaddfn bsc1223959 - CVE-2022-48691: Fixed memory leak in...

9.8CVSS8.7AI score0.17563EPSS
SaveExploits8References1162
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.4 views

kernel: net: bridge: data races indata-races in br_handle_frame_finish()

In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEVSTATSINC syzbot/KCSAN reported data-races in brhandleframefinish 1 This function can run from multiple cpus without mutual exclusion. Adopt SMP safe DEVSTATSINC to update dev-stats fields. Handles updates to...

7CVSS6.4AI score0.0019EPSS
SaveExploits0References5
Rows per page
Query Builder