Lucene search

K
redhatcveRedhat.comRH:CVE-2021-47355
HistoryMay 22, 2024 - 11:26 a.m.

CVE-2021-47355

2024-05-2211:26:51
redhat.com
access.redhat.com
6
linux
kernel
atm
nicstar
vulnerability
use-after-free
fix
del_timer_sync
driver
remove
function

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

13.0%

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.

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

13.0%