CVE-2026-23357

Source
https://cve.org/CVERecord?id=CVE-2026-23357
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23357.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-23357
Downstream
Published
2026-03-25T10:27:41.299Z
Modified
2026-04-14T03:48:17.384469Z
Summary
can: mcp251x: fix deadlock in error path of mcp251x_open
Details

In the Linux kernel, the following vulnerability has been resolved:

can: mcp251x: fix deadlock in error path of mcp251x_open

The mcp251xopen() function call freeirq() in its error path with the mpclock mutex held. But if an interrupt already occurred the interrupt handler will be waiting for the mpclock and free_irq() will deadlock waiting for the handler to finish.

This issue is similar to the one fixed in commit 7dd9c26bd6cf ("can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open") but for the error path.

To solve this issue move the call to free_irq() after the lock is released. Setting priv->force_quit = 1 beforehand ensure that the IRQ handler will exit right away once it acquired the lock.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23357.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
bf66f3736a945dd4e92d86427276c6eeab0a6c1d
Fixed
256f0cff6e946c570392bda1d01a65e789a7afd0
Fixed
b73832292cd914e87a55e863ba4413a907e7db6b
Fixed
38063cc435b69d56e76f947c10d336fcb2953508
Fixed
d27f12c3f5e85efc479896af4a69eccb37f75e8e
Fixed
e728f444c913a91d290d1824b4770780bbd6378e
Fixed
ab3f894de216f4a62adc3b57e9191888cbf26885

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23357.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.34
Fixed
6.1.167
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.130
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.77
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.17
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.7

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23357.json"