CVE-2023-53459

In the Linux kernel, the following vulnerability has been resolved: HID: mcp-2221: prevent UAF in delayed work If the device is plugged/unplugged without giving time for mcp_init_work() to complete, we might kick in the devm free code path and thus have unavailable struct mcp_2221 while in delayed work. Canceling the delayed_work item is enough to solve the issue, because cancel_delayed_work_sync will prevent the work item to requeue itself.
Configurations

Configuration 1 (hide)

cpe:2.3:o:linux:linux_kernel:6.2:*:*:*:*:*:*:*

History

16 Jan 2026, 20:56

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
First Time Linux
Linux linux Kernel
CPE cpe:2.3:o:linux:linux_kernel:6.2:*:*:*:*:*:*:*
CWE CWE-416
References () https://git.kernel.org/stable/c/47e91fdfa511139f2549687edb0d8649b123227b - () https://git.kernel.org/stable/c/47e91fdfa511139f2549687edb0d8649b123227b - Patch
References () https://git.kernel.org/stable/c/5dc297652dbc557eba7ca7d6a4c5f1940dffffb1 - () https://git.kernel.org/stable/c/5dc297652dbc557eba7ca7d6a4c5f1940dffffb1 - Patch

01 Oct 2025, 12:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-10-01 12:15

Updated : 2026-01-16 20:56


NVD link : CVE-2023-53459

Mitre link : CVE-2023-53459

CVE.ORG link : CVE-2023-53459


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-416

Use After Free