Lucene search
K

521 matches found

RedhatCVE
RedhatCVE
added 2024/10/22 10:9 a.m.17 views

CVE-2024-50025

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Move flushwork initialization out of if block After commit 379a58caa199 "scsi: fnic: Move fnicfnicflushtx to a work queue", it can happen that a work item is sent to an uninitialized work queue. This may has the effec...

5.5CVSS7.2AI score0.0001EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/10/22 2:50 a.m.1 views

SUSE CVE-2024-50025

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Move flushwork initialization out of if block After commit 379a58caa199 "scsi: fnic: Move fnicfnicflushtx to a work queue", it can happen that a work item is sent to an uninitialized work queue. This may has the effec...

5.5CVSS7.6AI score0.0001EPSS
Exploits0References18
NVD
NVD
added 2024/10/21 8:15 p.m.6 views

CVE-2024-50025

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Move flushwork initialization out of if block After commit 379a58caa199 "scsi: fnic: Move fnicfnicflushtx to a work queue", it can happen that a work item is sent to an uninitialized work queue. This may has the effec...

5.5CVSS0.0001EPSS
Exploits0References2
OSV
OSV
added 2024/10/21 8:15 p.m.0 views

UBUNTU-CVE-2024-50025

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Move flushwork initialization out of if block After commit 379a58caa199 "scsi: fnic: Move fnicfnicflushtx to a work queue", it can happen that a work item is sent to an uninitialized work queue. This may has the effec...

5.5CVSS6.2AI score0.0001EPSS
Exploits0References19
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.10 views

CVE-2024-50025 scsi: fnic: Move flush_work initialization out of if block

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Move flushwork initialization out of if block After commit 379a58caa199 "scsi: fnic: Move fnicfnicflushtx to a work queue", it can happen that a work item is sent to an uninitialized work queue. This may has the effec...

6.9AI score0.0001EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.10 views

CVE-2024-50025 scsi: fnic: Move flush_work initialization out of if block

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Move flushwork initialization out of if block After commit 379a58caa199 "scsi: fnic: Move fnicfnicflushtx to a work queue", it can happen that a work item is sent to an uninitialized work queue. This may has the effec...

0.0001EPSS
Exploits0References2
OSV
OSV
added 2024/10/21 7:39 p.m.11 views

CVE-2024-50025 scsi: fnic: Move flush_work initialization out of if block

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Move flushwork initialization out of if block After commit 379a58caa199 "scsi: fnic: Move fnicfnicflushtx to a work queue", it can happen that a work item is sent to an uninitialized work queue. This may has the effec...

5.5CVSS6AI score0.0001EPSS
Exploits0References5
CVE
CVE
added 2024/10/21 7:39 p.m.118 views

CVE-2024-50025

CVE-2024-50025 affects the Linux kernel, specifically the scsi fnic driver. Root cause: in a patch, flush_work initialization was moved into a conditional block, risking dispatching a work item on an uninitialized work queue. Impact: this could cause the queued work to not be processed, which may...

5.5CVSS5.2AI score0.0001EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2024/10/21 6:15 p.m.1 views

DEBIAN-CVE-2024-50001

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

5.5CVSS5.6AI score0.00008EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.0 views

UBUNTU-CVE-2024-50001

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

5.5CVSS6.1AI score0.00008EPSS
Exploits0References32
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.16 views

CVE-2024-49956 gfs2: fix double destroy_workqueue error

In the Linux kernel, the following vulnerability has been resolved: gfs2: fix double destroyworkqueue error When gfs2fillsuper fails, destroyworkqueue is called within gfs2glhashclear, and the subsequent code path calls destroyworkqueue on the same work queue again. This issue can be fixed by...

0.00099EPSS
Exploits0References2
OSV
OSV
added 2024/10/21 6:2 p.m.15 views

CVE-2024-49956 gfs2: fix double destroy_workqueue error

In the Linux kernel, the following vulnerability has been resolved: gfs2: fix double destroyworkqueue error When gfs2fillsuper fails, destroyworkqueue is called within gfs2glhashclear, and the subsequent code path calls destroyworkqueue on the same work queue again. This issue can be fixed by...

5.5CVSS6.2AI score0.00099EPSS
Exploits0References5
OSV
OSV
added 2024/10/21 1:15 p.m.2 views

DEBIAN-CVE-2024-47724

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: use work queue to process beacon tx event Commit 3a415daa3e8b "wifi: ath11k: add P2P IE in beacon template" from Feb 28, 2024 linux-next, leads to the following Smatch static checker warning:...

5.5CVSS5.4AI score0.0002EPSS
Exploits0References1
NVD
NVD
added 2024/10/21 1:15 p.m.9 views

CVE-2024-47724

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: use work queue to process beacon tx event Commit 3a415daa3e8b "wifi: ath11k: add P2P IE in beacon template" from Feb 28, 2024 linux-next, leads to the following Smatch static checker warning:...

5.5CVSS0.0002EPSS
Exploits0References3
OSV
OSV
added 2024/10/21 1:15 p.m.0 views

UBUNTU-CVE-2024-47724

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: use work queue to process beacon tx event Commit 3a415daa3e8b "wifi: ath11k: add P2P IE in beacon template" from Feb 28, 2024 linux-next, leads to the following Smatch static checker warning:...

5.5CVSS5.7AI score0.0002EPSS
Exploits0References9
OSV
OSV
added 2024/10/21 12:15 p.m.1 views

DEBIAN-CVE-2024-47696

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix WARNING:atkernel/workqueue.c:checkflushdependency In the commit aee2424246f9 "RDMA/iwcm: Fix a use-after-free related to destroying CM IDs", the function flushworkqueue is invoked to flush the work queue iwcmwq. Bu...

7.8CVSS5.8AI score0.00011EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/10/21 12:13 p.m.17 views

CVE-2024-47724 wifi: ath11k: use work queue to process beacon tx event

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: use work queue to process beacon tx event Commit 3a415daa3e8b "wifi: ath11k: add P2P IE in beacon template" from Feb 28, 2024 linux-next, leads to the following Smatch static checker warning:...

0.0002EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/10/21 12:13 p.m.14 views

CVE-2024-47724 wifi: ath11k: use work queue to process beacon tx event

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: use work queue to process beacon tx event Commit 3a415daa3e8b "wifi: ath11k: add P2P IE in beacon template" from Feb 28, 2024 linux-next, leads to the following Smatch static checker warning:...

6.9AI score0.0002EPSS
Exploits0References3
OSV
OSV
added 2024/10/21 12:13 p.m.15 views

CVE-2024-47724 wifi: ath11k: use work queue to process beacon tx event

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: use work queue to process beacon tx event Commit 3a415daa3e8b "wifi: ath11k: add P2P IE in beacon template" from Feb 28, 2024 linux-next, leads to the following Smatch static checker warning:...

5.5CVSS6.2AI score0.0002EPSS
Exploits0References6
CVE
CVE
added 2024/10/21 12:13 p.m.88 views

CVE-2024-47724

CVE-2024-47724 concerns the Linux kernel wifi driver ath11k beacon template handling. The issue arises when beacon TX status events trigger a sleep in an RCU read-side path, specifically via ath11k_wmi_cmd_send() called during BCN templating, which can sleep in atomic context. The root cause trac...

5.5CVSS5.3AI score0.0002EPSS
Exploits0References3Affected Software1
Rows per page
Query Builder