Vulnerability Details : CVE-2021-47356
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.
Vulnerability category: Memory Corruption
Products affected by CVE-2021-47356
Please log in to view affected product information.
Exploit prediction scoring system (EPSS) score for CVE-2021-47356
0.04%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 10 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2021-47356
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.7
|
HIGH | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H |
2.5
|
5.2
|
134c704f-9b21-4f2e-91b3-4a467353bcc0 | 2024-07-03 |
CWE ids for CVE-2021-47356
-
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.Assigned by: 134c704f-9b21-4f2e-91b3-4a467353bcc0 (Secondary)
References for CVE-2021-47356
-
https://git.kernel.org/stable/c/61370ff07e0acc657559a8fac02551dfeb9d3020
mISDN: fix possible use-after-free in HFC_cleanup() - kernel/git/stable/linux.git - Linux kernel stable tree
-
https://git.kernel.org/stable/c/5f2818185da0fe82a932f0856633038b66faf124
mISDN: fix possible use-after-free in HFC_cleanup() - kernel/git/stable/linux.git - Linux kernel stable tree
-
https://git.kernel.org/stable/c/b7ee9ae1e0cf55a037c4a99af2acc5d78cb7802d
mISDN: fix possible use-after-free in HFC_cleanup() - kernel/git/stable/linux.git - Linux kernel stable tree
-
https://git.kernel.org/stable/c/ed7c3739d0a07e2ec3ccbffe7e93cea01c438cda
mISDN: fix possible use-after-free in HFC_cleanup() - kernel/git/stable/linux.git - Linux kernel stable tree
-
https://git.kernel.org/stable/c/7867ddc5f3de7f289aee63233afc0df4b62834c5
mISDN: fix possible use-after-free in HFC_cleanup() - kernel/git/stable/linux.git - Linux kernel stable tree
-
https://git.kernel.org/stable/c/54ff3202928952a100c477248e65ac6db01258a7
mISDN: fix possible use-after-free in HFC_cleanup() - kernel/git/stable/linux.git - Linux kernel stable tree
-
https://git.kernel.org/stable/c/3ecd228c636ee17c14662729737fa07242a93cb0
mISDN: fix possible use-after-free in HFC_cleanup() - kernel/git/stable/linux.git - Linux kernel stable tree
-
https://git.kernel.org/stable/c/009fc857c5f6fda81f2f7dd851b2d54193a8e733
mISDN: fix possible use-after-free in HFC_cleanup() - kernel/git/stable/linux.git - Linux kernel stable tree
-
https://git.kernel.org/stable/c/49331c07ef0f8fdfa42b30ba6a83a657b29d7fbe
mISDN: fix possible use-after-free in HFC_cleanup() - kernel/git/stable/linux.git - Linux kernel stable tree
Jump to