2 matches found
watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()
...
UBUNTU-CVE-2021-47323
In the Linux kernel, the following vulnerability has been resolved: watchdog: sc520wdt: Fix possible use-after-free in wdtturnoff This module's remove path calls deltimer. However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running...