CVE-2024-45007

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-45007
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-45007.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-45007
Downstream
Related
Published
2024-09-04T20:15:09Z
Modified
2025-08-09T19:01:27Z
Summary
[none]
Details

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.

References

Affected packages