Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2021-47323 Details

Description

In the Linux kernel, the following vulnerability has been resolved: watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff() 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

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://git.kernel.org/stable/c/0015581a79bbf8e521f85dddb7d3e4a66b9f51d4 kernel.orgPatch
https://git.kernel.org/stable/c/2aef07017fae21c3d8acea9656b10e3b9c0f1e04 kernel.orgPatch
https://git.kernel.org/stable/c/522e75ed63f67e815d4ec0deace67df22d9ce78e kernel.orgPatch
https://git.kernel.org/stable/c/7c56c5508dc20a6b133bc669fc34327a6711c24c kernel.orgPatch
https://git.kernel.org/stable/c/90b7c141132244e8e49a34a4c1e445cce33e07f4 kernel.orgPatch

see all 18 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-416Use After FreeCISA-ADP

Affected Products

ProductVersions
linux linux kernel
< 4.4.276
>= 4.5, < 4.9.276
>= 4.10, < 4.14.240
>= 4.15, < 4.19.198
>= 4.20, < 5.4.134

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

7 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2021-47323
NVD Published Date:
May 21, 2024
NVD Last Modified:
Jun 17, 2026
Source:
kernel.org
CVE-2021-47323 Details - Not Deferred