CVE-2024-35967: Bluetooth: SCO: Fix not validating setsockopt user input
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: SCO: Fix not validating setsockopt user input
syzbot reported sco_sock_setsockopt() is copying data without
checking user input length.
BUG: KASAN: slab-out-of-bounds in copy_from_sockptr_offset
include/linux/sockptr.h:49 [inline]
BUG: KASAN: slab-out-of-bounds in copy_from_sockptr
include/linux/sockptr.h:55 [inline]
BUG: KASAN: slab-out-of-bounds in sco_sock_setsockopt+0xc0b/0xf90
net/bluetooth/sco.c:893
Read of size 4 at addr ffff88805f7b15a3 by task syz-executor.5/12578
Security readout for executives and security teams
Plain-English summary
A flaw in the Linux kernel’s Bluetooth SCO socket handling can let a locally authenticated, low-privilege user make the kernel read beyond an allocated buffer. This may expose sensitive kernel memory or crash the system. It does not appear remotely exploitable from the supplied evidence.
Executive priority
Prioritize remediation on multi-user Linux hosts, appliances, and endpoints where untrusted local accounts coexist with enabled Bluetooth. This is high severity but not an internet-scale emergency: exploitation requires local privileges, and the supplied sources do not show active attacks. Use the normal expedited kernel-patching process and ensure systems reboot into the corrected kernel.
Technical view
sco_sock_setsockopt() copied a four-byte option value without first confirming that the supplied input length was sufficient. The resulting out-of-bounds slab read was detected by KASAN in copy_from_sockptr. CVSS 3.1 rates it 7.1: local access, low complexity, low privileges, no user interaction, with high confidentiality and availability impact.
Likely exposure
Exposure applies to Linux systems running affected kernels where an untrusted local user can reach Bluetooth SCO socket functionality. The supplied version data identifies affected Linux releases from 3.8 and fixed stable releases including 5.10.216, 5.15.178, 6.1.87, 6.6.28, and 6.8.7; confirm distribution backports.
Exploitation context
The CVSS vector requires local access and low privileges. The source bundle reports a syzbot/KASAN-triggered out-of-bounds read, but provides no evidence of real-world exploitation. The CVE is not listed as CISA KEV in the supplied data. Treat information disclosure and system crashes as credible impacts; reliable code execution is not established.
Researcher notes
The demonstrated condition is a four-byte slab out-of-bounds read caused by inadequate setsockopt length validation in net/bluetooth/sco.c. Multiple stable-branch commits are supplied, indicating branch-specific backports. Assess exposure using distribution patches and kernel configuration, not upstream version strings alone. The evidence supports potential disclosure and denial of service, but not integrity impact or proven privilege escalation.
Mitigation direction
Upgrade to a vendor-supported kernel containing the applicable stable fix or distribution backport.
Check Linux distribution and appliance-vendor advisories for the precise fixed package version.
Where upgrades are delayed, restrict untrusted local access and disable unnecessary Bluetooth functionality after compatibility review.
Prioritize shared systems where low-privilege users can access Bluetooth SCO sockets.
Validation and detection
Record each system’s running kernel version, distribution package revision, and reboot state.
Compare installed packages with vendor advisories; version numbers alone may miss backported fixes.
Confirm the applicable stable commit or equivalent patch exists in the deployed kernel source package.
Verify upgraded systems booted into the fixed kernel rather than retaining an older running kernel.
Review local crash and kernel-sanitizer telemetry for SCO or copy_from_sockptr out-of-bounds events.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-35967 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.