In the Linux kernel, the following vulnerability has been resolved:
atm: nicstar: Fix possible use-after-free in nicstar_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.
Metrics
Affected Vendors & Products
References
History
No history.
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-21T14:35:58.434Z
Updated: 2024-11-04T12:04:19.851Z
Reserved: 2024-05-21T14:28:16.987Z
Link: CVE-2021-47355
Vulnrichment
Updated: 2024-08-04T05:32:08.643Z
NVD
Status : Awaiting Analysis
Published: 2024-05-21T15:15:21.840
Modified: 2024-05-21T16:54:26.047
Link: CVE-2021-47355
Redhat