Lucene search
+L

1689 matches found

Microsoft CVE
Microsoft CVE
added 2024/10/15 7:0 a.m.8 views

firmware: qcom: scm: Mark get_wq_ctx() as atomic call

...

5.5CVSS6.3AI score0.0017EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/09/27 3:14 p.m.13 views

CVE-2024-46839

REJECTED CVE A performance issue in the Linux Kernel's workqueue subsystem can cause hard lockups on high-CPU systems during operations like CPU hotplugging. The issue arises from contention when multiple CPUs update the global wqwatchdogtouched variable, leading to degraded performance and locku...

5.5CVSS6.3AI score
SaveExploits0References4
NVD
NVD
added 2024/09/27 1:15 p.m.18 views

CVE-2024-46839

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
OSV
OSV
added 2024/09/27 1:15 p.m.17 views

CVE-2024-46839

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.3AI score
SaveExploits0References1
OSV
OSV
added 2024/09/27 1:15 p.m.11 views

AZL-49968 CVE-2024-46803 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check debug trap enable before write dbgevfile In interrupt context, write dbgevfile will be run by work queue. It will cause write dbgevfile execution after debugtrapdisable, which will cause NULL pointer access. v2:...

5.5CVSS6.8AI score0.00271EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/09/27 12:39 p.m.15 views

CVE-2024-46839

...

6.5AI score
SaveExploits0
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.19 views

CVE-2024-46839

...

SaveExploits0
CVE
CVE
added 2024/09/27 12:39 p.m.140 views

CVE-2024-46839

CVE-2024-46839 is rejected/not used; this CVE entry does not represent an active vulnerability.

6.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/09/27 12:0 a.m.14 views

PT-2024-32238 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux Kernel affected versions not specified Description: A problem in the Linux kernel's workqueue watchdog touch has been fixed, which previously caused hard lockups on large systems, such as a powerpc system with around 2000 CPUs. The issu...

9.8CVSS7.7AI score0.01369EPSS
SaveExploits4References737
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.7 views

kernel: nvme-fc: do not wait in vain when unloading module

In the Linux kernel, the following vulnerability has been resolved: nvme-fc: do not wait in vain when unloading module The module exit path has race between deleting all controllers and freeing 'left over IDs'. To prevent double free a synchronization between nvmedeletectrl and idadestroy has bee...

4.4CVSS6.8AI score0.00218EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.10 views

kernel: nvmet-fc: avoid deadlock on delete association path

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

7.5CVSS6.8AI score0.00631EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.7 views

kernel: nvmet-fc: avoid deadlock on delete association path

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

7.5CVSS6.8AI score0.00631EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.4 views

kernel: null-ptr-deref in alloc_workqueue

A NULL pointer dereference flaw was found in allocworkqueue in the Linux Kernel. Check the allocworkqueue return value in radeoncrtcinit to avoid null-ptr-deref...

5.5CVSS6.8AI score0.00292EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/09/17 2:50 a.m.4 views

SUSE CVE-2024-46704

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix spruious data race in flushwork When flushing a work item for cancellation, flushwork knows that it exclusively owns the work item through its PENDING bit. 134874e2eee9 "workqueue: Allow cancelworksync and...

4.7CVSS6.5AI score0.00175EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/13 7:15 a.m.3 views

DEBIAN-CVE-2024-46704

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix spruious data race in flushwork When flushing a work item for cancellation, flushwork knows that it exclusively owns the work item through its PENDING bit. 134874e2eee9 "workqueue: Allow cancelworksync and...

4.7CVSS5.1AI score0.00175EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/13 7:15 a.m.43 views

CVE-2024-46704

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix spruious data race in flushwork When flushing a work item for cancellation, flushwork knows that it exclusively owns the work item through its PENDING bit. 134874e2eee9 "workqueue: Allow cancelworksync and...

4.7CVSS0.00175EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/13 7:15 a.m.32 views

UBUNTU-CVE-2024-46704

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix spruious data race in flushwork When flushing a work item for cancellation, flushwork knows that it exclusively owns the work item through its PENDING bit. 134874e2eee9 "workqueue: Allow cancelworksync and...

4.7CVSS5.8AI score0.00175EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/13 6:27 a.m.19 views

CVE-2024-46704 workqueue: Fix spruious data race in __flush_work()

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix spruious data race in flushwork When flushing a work item for cancellation, flushwork knows that it exclusively owns the work item through its PENDING bit. 134874e2eee9 "workqueue: Allow cancelworksync and...

6.9AI score0.00175EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/13 6:27 a.m.69 views

CVE-2024-46704

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix spruious data race in flushwork When flushing a work item for cancellation, flushwork knows that it exclusively owns the work item through its PENDING bit. 134874e2eee9 "workqueue: Allow cancelworksync and...

4.7CVSS5.1AI score0.00175EPSS
SaveExploits0
CVE
CVE
added 2024/09/13 6:27 a.m.74 views

CVE-2024-46704

In the Linux kernel workqueue code, CVE-2024-46704 is a data race fix in __flush_work() when flushing a work item for cancellation. The root cause was reading @work->data before testing from_cancel, which could spuriously trigger KCSAN reports. A patch reorganized the code to test @from_cancel...

4.7CVSS4.6AI score0.00175EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder