CVE-2021-47356

high
Published 2024-07-08 · Modified 2024-07-08
CVSS v3
VIR risk
8.0

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.

Predictions

Exploit likelihood
20%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

No vendor mitigations ingested yet for this CVE. The mitigation-content worker queues fetches as references arrive — check back in a few minutes, or see the references list below.

OS impact

OSVersionStatusFixed in
rockylinux rocky8fixed
suse slesaffected
debian debianbookwormfixed5.14.6-1
debian debianbullseyefixed5.10.70-1
debian debianforkyfixed5.14.6-1
debian debiansidfixed5.14.6-1
debian debiantrixiefixed5.14.6-1
almalinux almalinux8fixedkernel-rt-core-4.18.0-553.8.1.rt7.349.el8_10.x86_64.rpm

References

💬 Discuss CVE-2021-47356 on VIR Community →

Community-verified mitigations for this CVE will appear above when contributors publish them.

Verify integrity in audit chain (admin only). AS-IS.