CVE-2024-43862
Last modified
CVE-2024-43862 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.9, < 6.10.4 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-43862?
How severe is CVE-2024-43862?
How do I fix CVE-2024-43862?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-43857In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43858In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-43859In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4386The Gallery Block (Meow Gallery) plugin for WordPress is vul…6.4
- CVE-2024-43860In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43861In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43863In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43864In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43865In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43866In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-43867In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43868In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-43862?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
