CVE-2024-43862

Source
https://cve.org/CVERecord?id=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
2026-08-12T03:51:19Z
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: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutex

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

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

Avoid the spinlock usage and convert carrier_lock to a mutex.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/43xxx/CVE-2024-43862.json"
}
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
Fixed
c4d6a347ba7babdf9d90a0eb24048c266cae0532

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.9.0
Fixed
6.10.4

Database specific

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