CVE-2021-47239
Last modified
CVE-2021-47239 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: usb: fix possible use-after-free in smsc75xx_bind The commit 46a8b29c6306 ("net: usb: fix memory leak in smsc75xx_bind") fails to clean up the work scheduled in smsc75xx_reset-> smsc75xx_set_multicast, which leads to use-after-free if the work is scheduled to start after the deallocation. In addition, this patch also removes a dangling pointer - dev->data[0]. This patch calls cancel_work_sync to cancel the scheduled work and set the dangling pointer to NULL.. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: usb: fix possible use-after-free in smsc75xx_bind The commit 46a8b29c6306 ("net: usb: fix memory leak in smsc75xx_bind") fails to clean up the work scheduled in smsc75xx_reset-> smsc75xx_set_multicast, which leads to use-after-free if the work is scheduled to start after the deallocation. In addition, this patch also removes a dangling pointer - dev->data[0]. This patch calls cancel_work_sync to cancel the scheduled work and set the dangling pointer to NULL.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.4.271, < 4.4.274 |
| Linux | Linux Kernel | >= 4.9.271, < 4.9.274 |
| Linux | Linux Kernel | >= 4.14.235, < 4.14.238 |
| Linux | Linux Kernel | >= 4.19.193, < 4.19.196 |
| Linux | Linux Kernel | >= 5.4.124, < 5.4.128 |
| Linux | Linux Kernel | >= 5.10.42, < 5.10.46 |
| Linux | Linux Kernel | >= 5.12.9, < 5.12.13 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2021-47239?
How severe is CVE-2021-47239?
How do I fix CVE-2021-47239?
Are you affected by CVE-2021-47239?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
