Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible use-after-free in HFC_cleanup() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running after the driver's remove function has finished, which would result in a use-after-free. Fix by calling del_timer_sync(), which makes sure the timer handler has finished, and unable to re-schedule itself.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.4.276 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/009fc857c5f6fda81f2f7dd851b2d54193a8e733Patch
- https://git.kernel.org/stable/c/3ecd228c636ee17c14662729737fa07242a93cb0Patch
- https://git.kernel.org/stable/c/49331c07ef0f8fdfa42b30ba6a83a657b29d7fbePatch
- https://git.kernel.org/stable/c/54ff3202928952a100c477248e65ac6db01258a7Patch
- https://git.kernel.org/stable/c/5f2818185da0fe82a932f0856633038b66faf124Patch
- https://git.kernel.org/stable/c/61370ff07e0acc657559a8fac02551dfeb9d3020Patch
- https://git.kernel.org/stable/c/7867ddc5f3de7f289aee63233afc0df4b62834c5Patch
- https://git.kernel.org/stable/c/b7ee9ae1e0cf55a037c4a99af2acc5d78cb7802dPatch
- https://git.kernel.org/stable/c/ed7c3739d0a07e2ec3ccbffe7e93cea01c438cdaPatch
- https://git.kernel.org/stable/c/009fc857c5f6fda81f2f7dd851b2d54193a8e733Patch
- https://git.kernel.org/stable/c/3ecd228c636ee17c14662729737fa07242a93cb0Patch
- https://git.kernel.org/stable/c/49331c07ef0f8fdfa42b30ba6a83a657b29d7fbePatch
- https://git.kernel.org/stable/c/54ff3202928952a100c477248e65ac6db01258a7Patch
- https://git.kernel.org/stable/c/5f2818185da0fe82a932f0856633038b66faf124Patch
- https://git.kernel.org/stable/c/61370ff07e0acc657559a8fac02551dfeb9d3020Patch
FAQ
What is CVE-2021-47356?
CVE-2021-47356 is a vulnerability with a CVSS score of 7.7 (HIGH). In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible use-after-free in HFC_cleanup() This module's remove path calls del_timer(). However, that function does not w...
How severe is CVE-2021-47356?
CVE-2021-47356 has been rated HIGH with a CVSS base score of 7.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-47356?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.