CVE-2024-39493
Last modified
CVE-2024-39493 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak Using completion_done to determine whether the caller has gone away only works after a complete call. Furthermore it's still possible that the caller has not yet called wait_for_completion, resulting in another potential UAF. Fix this by making the caller use cancel_work_sync and then freeing the memory safely.. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak Using completion_done to determine whether the caller has gone away only works after a complete call. Furthermore it's still possible that the caller has not yet called wait_for_completion, resulting in another potential UAF. Fix this by making the caller use cancel_work_sync and then freeing the memory safely.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.19.312, < 4.19.316 |
| Linux | Linux Kernel | >= 5.4.274, < 5.4.278 |
| Linux | Linux Kernel | >= 5.10.215, < 5.10.219 |
| Linux | Linux Kernel | >= 5.15.154, < 5.15.161 |
| Linux | Linux Kernel | >= 6.1.84, < 6.1.94 |
| Linux | Linux Kernel | >= 6.6.24, < 6.6.34 |
| Linux | Linux Kernel | >= 6.9, < 6.9.5 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-39493?
How severe is CVE-2024-39493?
How do I fix CVE-2024-39493?
Are you affected by CVE-2024-39493?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
