PT-2026-27722 · Linux · Linux Kernel
Published
2026-01-01
·
Updated
2026-05-26
·
CVE-2026-23357
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the Linux kernel’s
mcp251x open() function related to a potential deadlock situation. Specifically, the function calls free irq() while holding the mpc lock mutex. If an interrupt occurs during this process, the interrupt handler may wait for the mpc lock, leading to a deadlock. This issue is similar to a previously resolved deadlock but occurs in the error path of the function. The resolution involves moving the free irq() call after releasing the lock and setting priv->force quit = 1 to ensure the interrupt handler exits promptly upon acquiring the lock.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel