CVE-2024-35964·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix not validating setsockopt user input Check user input length before copying data.
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.8.7
- Published
- 2024-05-20
Affected versions
From: 6.7
Until: 6.8.7
Fixed in: 6.8.7
How to fix this CVE
Update your Linux kernel to version 6.8.7 or later to patch a Bluetooth ISO socket validation flaw that could allow local privilege escalation. The vulnerability stems from insufficient input validation in setsockopt operations, enabling attackers with local access to trigger memory disclosure or denial of service. Apply the kernel update through your distribution's package manager and reboot the system to complete remediation.
sudo dnf update kernel && sudo rebootDefensia detects this vulnerability
How to check if you are affected
- Check kernel version: uname -r — compare against affected range 6.7.x through 6.8.6
- Verify Bluetooth ISO socket support: grep -i 'iso' /proc/net/bluetooth/l2cap or lsmod | grep -i bluetooth
- Search kernel audit logs for setsockopt errors on Bluetooth sockets: grep -i 'bluetooth.*setsockopt' /var/log/audit/audit.log
- Confirm patch application by checking kernel build timestamp after update: uname -v and verify it matches kernel 6.8.7 or later release date
FAQ
What is CVE-2024-35964?
This vulnerability affects the Linux kernel's Bluetooth ISO (Isochronous) socket implementation, where setsockopt system calls fail to properly validate user-supplied buffer lengths before copying data, potentially exposing sensitive kernel memory or causing system crashes.
Is CVE-2024-35964 being actively exploited?
No. This vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog, and no public exploits or active campaigns have been reported at this time.
What versions of Kernel are affected by CVE-2024-35964?
Linux kernel versions 6.7 through 6.8.6 are vulnerable. Version 6.8.7 and later contain the fix.
How do I check if my server is vulnerable to CVE-2024-35964?
Run `uname -r` to display your kernel version. If the output shows 6.7.x, 6.8.0, 6.8.1, 6.8.2, 6.8.3, 6.8.4, 6.8.5, or 6.8.6, your system is vulnerable and requires immediate kernel updates.
Does Defensia detect CVE-2024-35964?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Linux kernel is installed on a monitored server, CVE-2024-35964 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- https://git.kernel.org/stable/c/0c4a89f4690478969729c7ba5f69d53d8516aa12
- https://git.kernel.org/stable/c/6a6baa1ee7a9df33adbf932305053520b9741b35
- https://git.kernel.org/stable/c/9e8742cdfc4b0e65266bb4a901a19462bda9285e
- https://git.kernel.org/stable/c/cec736e60dc18d91b88af28d96664bff284b02d1
- https://git.kernel.org/stable/c/0c4a89f4690478969729c7ba5f69d53d8516aa12
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-35964. Free for 1 server.
Get started free