PT-2025-40166 · Linux+1 · Linux Kernel+1
Published
2023-02-20
·
Updated
2025-10-02
·
CVE-2023-53459
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the mcp-2221 driver within the Linux kernel. The issue occurs when a device is plugged or unplugged without allowing the
mcp init work() function to complete, potentially leading to the use of an unavailable struct mcp 2221 within a delayed work item. This can happen when the device is removed while the initialization work is still in progress, triggering the device memory free path.Recommendations
Cancel the delayed work item to prevent it from being requeued, resolving the use-after-free condition. At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Buffer Overflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Mcp-2221