CVE-2024-41062
Last modified
CVE-2024-41062 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bluetooth/l2cap: sync sock recv cb and release The problem occurs between the system call to close the sock and hci_rx_work, where the former releases the sock and the latter accesses it without lock protection. CPU0 CPU1 ---- ---- sock_close hci_rx_work l2cap_sock_release hci_acldata_packet l2cap_sock_kill l2cap_recv_frame sk_free l2cap_conless_channel l2cap_sock_recv_cb If hci_rx_work processes the data that needs to be received before the sock is closed, then everything is normal; Otherwise, the work thread may access the released sock when receiving data. Add a chan mutex in the rx callback of the sock to achieve synchronization between the sock release and recv cb. Sock is dead, so set chan data to NULL, avoid others use invalid sock pointer.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bluetooth/l2cap: sync sock recv cb and release The problem occurs between the system call to close the sock and hci_rx_work, where the former releases the sock and the latter accesses it without lock protection. CPU0 CPU1 ---- ---- sock_close hci_rx_work l2cap_sock_release hci_acldata_packet l2cap_sock_kill l2cap_recv_frame sk_free l2cap_conless_channel l2cap_sock_recv_cb If hci_rx_work processes the data that needs to be received before the sock is closed, then everything is normal; Otherwise, the work thread may access the released sock when receiving data. Add a chan mutex in the rx callback of the sock to achieve synchronization between the sock release and recv cb. Sock is dead, so set chan data to NULL, avoid others use invalid sock pointer.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 6.1.101 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.42 | — |
| Linux | Linux Kernel | >= 6.7, < 6.9.11 | — |
| Linux | Linux Kernel | 6.10 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-41062?
How severe is CVE-2024-41062?
How do I fix CVE-2024-41062?
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-41057In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-41058In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-41059In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-4106A vulnerability has been found in FAST/TOOLS and CI Server. …5.3
- CVE-2024-41060In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41061In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-41063In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41064In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41065In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41066In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41067In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41068In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-41062?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
