Lucene search
+L

16 matches found

RedhatCVE
RedhatCVE
added 2026/07/21 5:9 a.m.5 views

CVE-2026-64183

A flaw was found in the Linux kernel's EFI Extensible Firmware Interface runtime services. This vulnerability occurs due to a NULL pointer dereference when ACPI Advanced Configuration and Power Interface PRM Platform Runtime Mechanism calls are made before the necessary workqueue is allocated. Th...

5.5CVSS5.3AI score0.00164EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 3:41 p.m.13 views

CVE-2026-64183

In the Linux kernel, the following vulnerability has been resolved: efi: Allocate runtime workqueue before ACPI init Since commit 5894cf571e14 "acpi/prmt: Use EFI runtime sandbox to invoke PRM handlers" ACPI PRM calls are delegated to a workqueue which runs in a kernel thread, making it easier to...

5.5CVSS5.2AI score0.00164EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.13 views

PT-2026-61500

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists where ACPI PRM calls are delegated to a workqueue running in a kernel thread to detect and mitigate faulting memory accesses by firmware. Because these PRM accesses can...

5.2AI score0.00164EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/24 10:32 a.m.36 views

CVE-2025-68357 iomap: allocate s_dio_done_wq for async reads as well

In the Linux kernel, the following vulnerability has been resolved: iomap: allocate sdiodonewq for async reads as well Since commit 222f2c7c6d14 "iomap: always run error completions in user context", read error completions are deferred to sdiodonewq. This means the workqueue also needs to be...

0.00218EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/11/25 12:0 a.m.16 views

PT-2025-52893

Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description A flaw exists in the Linux kernel related to the allocation of a workqueue for asynchronous reads within the iomap subsystem. Specifically, after a certain commit, error completions for...

7.1CVSS6.2AI score0.00601EPSS
SaveExploits1References223
OSV
OSV
added 2025/09/15 3:15 p.m.10 views

DEBIAN-CVE-2023-53223

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Add missing check for allocorderedworkqueue Add check for the return value of allocorderedworkqueue as it may return NULL pointer and cause NULL pointer dereference. Patchwork:...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.17 views

CVE-2025-38369

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using Running IDXD workloads in a container with the /dev directory mounted can trigger a call trace or even a kernel panic when the parent proce...

7.8CVSS5.7AI score0.00154EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:47 p.m.16 views

CVE-2025-38369 dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using Running IDXD workloads in a container with the /dev directory mounted can trigger a call trace or even a kernel panic when the parent proce...

6.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.59 views

CVE-2023-52851 IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF In the unlikely event that workqueue allocation fails and returns NULL in mlx5mkeycacheinit, delete the call to mlx5rumrresourcecleanup which frees th...

6.4AI score0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 1:15 p.m.3 views

DEBIAN-CVE-2024-27391

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: do not realloc workqueue everytime an interface is added Commit 09ed8bfc5215 "wilc1000: Rename workqueue from "WILCwq" to "NETDEV-wq"" moved workqueue creation in wilcnetdevifcinit in order to set the interface na...

5.5CVSS5.3AI score0.00272EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2023/02/15 4:8 a.m.13 views

SUSE CVE-2019-16231

drivers/net/fjes/fjesmain.c in the Linux kernel 5.2.14 does not check the allocworkqueue return value, leading to a NULL pointer dereference...

4CVSS7AI score0.00422EPSS
SaveExploits0References17
OSV
OSV
added 2021/12/30 2:44 a.m.21 views

GSD-2021-1002805 ipmi: fix initialization when workqueue allocation fails

ipmi: fix initialization when workqueue allocation fails This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.89 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/12/30 2:43 a.m.19 views

GSD-2021-1002796 ipmi: fix initialization when workqueue allocation fails

ipmi: fix initialization when workqueue allocation fails This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.169 by commit...

7.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/09/29 10:31 p.m.15 views

kernel: null-pointer dereference in drivers/net/fjes/fjes_main.c

A flaw was found in the Linux kernel. A NULL pointer dereference flaw was found in the FUJITSU Extended Socket Network driver. A call to the allocworkqueue return was not validated and causes a denial of service at the time of failure. The highest threat from this vulnerability is to system...

4.7CVSS6.8AI score0.00422EPSS
SaveExploits0References6
OSV
OSV
added 2019/09/11 4:15 p.m.9 views

UBUNTU-CVE-2019-16230

drivers/gpu/drm/radeon/radeondisplay.c in the Linux kernel 5.2.14 does not check the allocworkqueue return value, leading to a NULL pointer dereference. NOTE: A third-party software maintainer states that the work queue allocation is happening during device initialization, which for a graphics ca...

4.7CVSS6.6AI score0.00375EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2019/09/11 12:0 a.m.12 views

PT-2019-6467 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel version 5.2.14 Description: The issue is related to a NULL pointer dereference in the Linux kernel, specifically in the drivers/gpu/drm/amd/amdkfd/kfd interrupt.c component. This occurs because the alloc workqueue return value is...

7.8CVSS6.1AI score0.10114EPSS
SaveExploits15References143
Rows per page
Query Builder