Vulnerability in Linux
CVE-2024-56714
In the Linux kernel, the following vulnerability has been resolved: ionic: no double destroy workqueue There are some FW error handling paths that can cause us to try to destroy the workqueue more than once, so let's be sure we're checking for that. The case where this popped up was in an AER event where the handlers got called in such a way that ionic_reset_prepare() and thus ionic_dev_teardown() got called twice in a row. The second time through the workqueue was already destroyed, and destroy_workqueue() choked on the bad wq pointer. We didn't hit this in AER handler testing before because at that time we weren't using a private workqueue. Later we replaced the use of the system workqueue with our own private workqueue but hadn't rerun the AER handler testing since then.
EPSS: 0.002 (7.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 9e25450da7006cd6f425248a5b38dad4adb3c981, 6.11, 0
- Linux Linux_kernel — versions 6.13
Public proof-of-concept exploits
References
Frequently asked questions
- What is CVE-2024-56714?
- CVE-2024-56714 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2024-12-29.
- How severe is CVE-2024-56714?
- Medium severity. CVSS v3 base score is 5.5 out of 10.
- Is CVE-2024-56714 known to be exploited?
- 2 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.