CVE-2024-46791

Source
https://cve.org/CVERecord?id=CVE-2024-46791
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-46791.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-46791
Downstream
Related
Published
2024-09-18T07:12:46.677Z
Modified
2026-03-20T12:37:54.875101Z
Summary
can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open
Details

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

can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open

The mcp251xhwwake() function is called with the mpc_lock mutex held and disables the interrupt handler so that no interrupts can be processed while waking the device. If an interrupt has already occurred then waiting for the interrupt handler to complete will deadlock because it will be trying to acquire the same mutex.

CPU0 CPU1 ---- ---- mcp251xopen() mutexlock(&priv->mcplock) requestthreadedirq() <interrupt> mcp251xcanist() mutexlock(&priv->mcplock) mcp251xhwwake() disableirq() <-- deadlock

Use disableirqnosync() instead because the interrupt handler does everything while holding the mutex so it doesn't matter if it's still running.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/46xxx/CVE-2024-46791.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
8ce8c0abcba314e1fe954a1840f6568bf5aef2ef
Fixed
3a49b6b1caf5cefc05264d29079d52c99cb188e0
Fixed
513c8fc189b52f7922e36bdca58997482b198f0e
Fixed
f7ab9e14b23a3eac6714bdc4dba244d8aa1ef646
Fixed
8fecde9c3f9a4b97b68bb97c9f47e5b662586ba7
Fixed
e554113a1cd2a9cfc6c7af7bdea2141c5757e188
Fixed
7dd9c26bd6cf679bcfdef01a8659791aa6487a29

Database specific

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