Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-45007
HistorySep 04, 2024 - 8:15 p.m.

CVE-2024-45007

2024-09-0420:15:09
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
1
linux
kernel
vulnerability
xillybus
work item
performance

EPSS

0

Percentile

16.3%

In the Linux kernel, the following vulnerability has been resolved:

char: xillybus: Don’t destroy workqueue from work item running on it

Triggered by a kref decrement, destroy_workqueue() may be called from
within a work item for destroying its own workqueue. This illegal
situation is averted by adding a module-global workqueue for exclusive
use of the offending work item. Other work items continue to be queued
on per-device workqueues to ensure performance.

EPSS

0

Percentile

16.3%