Lucene search
+L

107 matches found

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.002EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.23 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.002EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.71 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...

4.7CVSS6.2AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2024/07/12 12:20 p.m.6917 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.002EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2024/07/12 12:0 a.m.7 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a potential data contention issue in the iouring/io-wq component when handling worker threads...

4.7CVSS8.7AI score0.002EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/06/27 12:0 a.m.7 views

The vulnerability of the idxd_wq_del_cdev() function in the drivers/dma/idxd/cdev.c file of the Linux operating system allows a hacker to gain increased privileges.

The vulnerability of the idxdwqdelcdev function in the drivers/dma/idxd/cdev.c file of Linux operating systems is related to the possibility of using memory after it is freed. Exploiting this vulnerability can allow an attacker to increase their privileges...

8.8CVSS6.6AI score0.00233EPSS
SaveExploits0References20Affected Software3
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.5 views

SUSE CVE-2021-47577

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker taskwork We check IOWQBITEXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it's possible to have a race between the two, where...

4.7CVSS6AI score0.00142EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/06/20 11:25 a.m.27 views

CVE-2021-47577

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker taskwork We check IOWQBITEXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it's possible to have a race between the two, where...

4.7CVSS9AI score0.00142EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.22 views

CVE-2021-47577

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker taskwork We check IOWQBITEXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it's possible to have a race between the two, where...

4.7CVSS5.7AI score0.00142EPSS
SaveExploits0References4
CVE
CVE
added 2024/06/19 2:53 p.m.89 views

CVE-2021-47577

CVE-2021-47577 : In the Linux kernel, a race in the io-wq subsystem can occur between adding a new worker task_work and the wq exiting. The code checks IO_WQ_BIT_EXIT before creating a worker, and the exit path may cancel pending creations, creating a window where a newly added task_work is proce...

4.7CVSS6.5AI score0.00142EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/19 2:53 p.m.25 views

CVE-2021-47577 io-wq: check for wq exit after adding new worker task_work

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker taskwork We check IOWQBITEXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it's possible to have a race between the two, where...

6.8AI score0.00142EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.19 views

CVE-2023-52782

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Track xmit submission to PTP WQ after populating metadata map Ensure the skb is available in metadata mapping to skbs before tracking the metadata index for detecting undelivered CQEs. If the metadata index is put in t...

5.5CVSS5.8AI score0.00235EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:31 p.m.10 views

CVE-2023-52782 net/mlx5e: Track xmit submission to PTP WQ after populating metadata map

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Track xmit submission to PTP WQ after populating metadata map Ensure the skb is available in metadata mapping to skbs before tracking the metadata index for detecting undelivered CQEs. If the metadata index is put in t...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.31 views

CVE-2023-52782 net/mlx5e: Track xmit submission to PTP WQ after populating metadata map

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Track xmit submission to PTP WQ after populating metadata map Ensure the skb is available in metadata mapping to skbs before tracking the metadata index for detecting undelivered CQEs. If the metadata index is put in t...

6.2AI score0.00235EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/05/01 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the fact that if nrcpus nriaa, the computed cpusperiaa will be 0, which can lead to division by 0 in...

8.4CVSS6.5AI score0.00238EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/28 1:15 p.m.29 views

CVE-2022-48658

In the Linux kernel, the following vulnerability has been resolved: mm: slub: fix flushcpuslab/freeslab invocations in task context. Commit 5a836bf6b09f "mm: slub: move flushcpuslab invocations freeslab invocations out of IRQ context" moved all flushcpuslab invocations to the global workqueue to...

7.8CVSS7.4AI score0.00242EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/04/28 1:1 p.m.52 views

CVE-2022-48658

In the Linux kernel, the following vulnerability has been resolved: mm: slub: fix flushcpuslab/freeslab invocations in task context. Commit 5a836bf6b09f "mm: slub: move flushcpuslab invocations freeslab invocations out of IRQ context" moved all flushcpuslab invocations to the global workqueue to...

7.8CVSS5.9AI score0.00242EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/04/17 7:27 p.m.37 views

CVE-2024-26858

A vulnerability was found in the mlx5etxwqecomplete function in the Linux kernel. The CPU or compiler may reorder two of the functions: mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata, and a situation could arise where metadata tracking occurs before the metadata map is fully populated. This...

4.1CVSS8.9AI score0.00227EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/17 11:15 a.m.19 views

CVE-2024-26858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

5.5CVSS6.5AI score0.00227EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.28 views

CVE-2024-26858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References5
Rows per page
Query Builder