CVE-2024-56714
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
29/12/2024
Last modified:
15/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ionic: no double destroy workqueue<br />
<br />
There are some FW error handling paths that can cause us to<br />
try to destroy the workqueue more than once, so let&#39;s be sure<br />
we&#39;re checking for that.<br />
<br />
The case where this popped up was in an AER event where the<br />
handlers got called in such a way that ionic_reset_prepare()<br />
and thus ionic_dev_teardown() got called twice in a row.<br />
The second time through the workqueue was already destroyed,<br />
and destroy_workqueue() choked on the bad wq pointer.<br />
<br />
We didn&#39;t hit this in AER handler testing before because at<br />
that time we weren&#39;t using a private workqueue. Later we<br />
replaced the use of the system workqueue with our own private<br />
workqueue but hadn&#39;t rerun the AER handler testing since then.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11 (including) | 6.12.7 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



