Security Advisory

CVE-2024-45007

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-09-04 19:54:49
Last updated 2026-05-11 20:33:39
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: char: xillybus: Dont 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.