CVE-2024-43862

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-43862
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-43862.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-43862
Downstream
Published
2024-08-20T23:45:26Z
Modified
2025-10-22T01:21:02.351993Z
Summary
net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutex
Details

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

net: wan: fslqmchdlc: Convert carrier_lock spinlock to a mutex

The carrierlock spinlock protects the carrier detection. While it is held, framerget_status() is called which in turn takes a mutex. This is not correct and can lead to a deadlock.

A run with PROVELOCKING enabled detected the issue: [ BUG: Invalid wait context ] ... c204ddbc (&framer->mutex){+.+.}-{3:3}, at: framergetstatus+0x40/0x78 other info that might help us debug this: context-{4:4} 2 locks held by ifconfig/146: #0: c0926a38 (rtnlmutex){+.+.}-{3:3}, at: devinetioctl+0x12c/0x664 #1: c2006a40 (&qmchdlc->carrierlock){....}-{2:2}, at: qmchdlcframerset_carrier+0x30/0x98

Avoid the spinlock usage and convert carrier_lock to a mutex.

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
54762918ca856028d33d1d56d017a4d7706c6196
Fixed
f223d2b4acb7a45a6e0581cb380e1af1a6dc7ab9
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
54762918ca856028d33d1d56d017a4d7706c6196
Fixed
c4d6a347ba7babdf9d90a0eb24048c266cae0532

Affected versions

v6.*

v6.10
v6.10-rc1
v6.10-rc2
v6.10-rc3
v6.10-rc4
v6.10-rc5
v6.10-rc6
v6.10-rc7
v6.10.1
v6.10.2
v6.10.3
v6.8
v6.9
v6.9-rc1
v6.9-rc2
v6.9-rc3
v6.9-rc4
v6.9-rc5
v6.9-rc6
v6.9-rc7

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.9.0
Fixed
6.10.4