Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2021-47357
HistoryMay 21, 2024 - 3:15 p.m.

CVE-2021-47357

2024-05-2115:15:22
Debian Security Bug Tracker
security-tracker.debian.org
3
linux kernel
use-after-free
atm module
vulnerability
fix
cve-2021-47357
timer handler

7 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.2%

In the Linux kernel, the following vulnerability has been resolved: atm: iphase: fix possible use-after-free in ia_module_exit() 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.

7 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.2%

Related for DEBIANCVE:CVE-2021-47357