Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2024-46791
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-18 Sep, 2024 | 07:12
Updated At-04 May, 2025 | 09:34
Rejected At-
▼CVE Numbering Authority (CNA)
can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open The mcp251x_hw_wake() 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 ---- ---- mcp251x_open() mutex_lock(&priv->mcp_lock) request_threaded_irq() <interrupt> mcp251x_can_ist() mutex_lock(&priv->mcp_lock) mcp251x_hw_wake() disable_irq() <-- deadlock Use disable_irq_nosync() instead because the interrupt handler does everything while holding the mutex so it doesn't matter if it's still running.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/net/can/spi/mcp251x.c
Default Status
unaffected
Versions
Affected
  • From 8ce8c0abcba314e1fe954a1840f6568bf5aef2ef before 3a49b6b1caf5cefc05264d29079d52c99cb188e0 (git)
  • From 8ce8c0abcba314e1fe954a1840f6568bf5aef2ef before 513c8fc189b52f7922e36bdca58997482b198f0e (git)
  • From 8ce8c0abcba314e1fe954a1840f6568bf5aef2ef before f7ab9e14b23a3eac6714bdc4dba244d8aa1ef646 (git)
  • From 8ce8c0abcba314e1fe954a1840f6568bf5aef2ef before 8fecde9c3f9a4b97b68bb97c9f47e5b662586ba7 (git)
  • From 8ce8c0abcba314e1fe954a1840f6568bf5aef2ef before e554113a1cd2a9cfc6c7af7bdea2141c5757e188 (git)
  • From 8ce8c0abcba314e1fe954a1840f6568bf5aef2ef before 7dd9c26bd6cf679bcfdef01a8659791aa6487a29 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/net/can/spi/mcp251x.c
Default Status
affected
Versions
Affected
  • 5.5
Unaffected
  • From 0 before 5.5 (semver)
  • From 5.10.226 through 5.10.* (semver)
  • From 5.15.167 through 5.15.* (semver)
  • From 6.1.110 through 6.1.* (semver)
  • From 6.6.51 through 6.6.* (semver)
  • From 6.10.10 through 6.10.* (semver)
  • From 6.11 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/3a49b6b1caf5cefc05264d29079d52c99cb188e0
N/A
https://git.kernel.org/stable/c/513c8fc189b52f7922e36bdca58997482b198f0e
N/A
https://git.kernel.org/stable/c/f7ab9e14b23a3eac6714bdc4dba244d8aa1ef646
N/A
https://git.kernel.org/stable/c/8fecde9c3f9a4b97b68bb97c9f47e5b662586ba7
N/A
https://git.kernel.org/stable/c/e554113a1cd2a9cfc6c7af7bdea2141c5757e188
N/A
https://git.kernel.org/stable/c/7dd9c26bd6cf679bcfdef01a8659791aa6487a29
N/A
▼Authorized Data Publishers (ADP)
CISA ADP Vulnrichment
Affected Products
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
Details not found