
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-31408 is a use-after-free vulnerability in the Linux kernel's Bluetooth SCO (Synchronous Connection Oriented) socket implementation, specifically in the sco_recv_frame() function. The flaw affects Linux kernel versions from 2.6.12 up through multiple stable branches, with fixed versions including 5.15.203, 6.1.168, 6.6.131, 6.12.80, 6.18.21, 6.19.11, and 7.0-rc6. It was published on April 6, 2026, and carries a CVSS v3.1 base score of 8.8 (High) (GitHub Advisory, Red Hat Bugzilla).
The root cause is classified as CWE-416 (Use After Free) and CWE-911 (Improper Update of Reference Count). In sco_recv_frame(), the function reads conn->sk (a socket pointer) while holding sco_conn_lock(), but releases the lock without first incrementing the socket's reference counter via sco_sock_hold(). A concurrent close() call on the socket can then free the socket object between the lock release and the subsequent sk->sk_state access, triggering a use-after-free condition. Other functions in the same file — sco_sock_timeout() and sco_conn_del() — correctly use sco_sock_hold() to prevent this race; the fix applies the same pattern to sco_recv_frame() and adds sock_put() on all exit paths (GitHub Advisory).
A local user with the ability to open and close Bluetooth SCO sockets can trigger the use-after-free by racing concurrent socket operations, potentially achieving arbitrary kernel code execution or causing a kernel crash (denial of service). Successful exploitation could result in full compromise of the affected system's confidentiality, integrity, and availability, as kernel-level code execution grants complete control over the host (GitHub Advisory, Red Hat Bugzilla).
Apply the latest kernel updates for your Linux distribution that include the fix for CVE-2026-31408. Patched versions are available across multiple stable branches: 5.15.203, 6.1.168, 6.6.131, 6.12.80, 6.18.21, 6.19.11, and 7.0-rc6 or later. As a workaround where patching is not immediately possible, restrict local user access to Bluetooth socket functionality (e.g., via AppArmor, SELinux policies, or by disabling the Bluetooth subsystem if not required). Red Hat has issued advisories RHSA-2026:19569, RHSA-2026:21556, RHSA-2026:21706, and RHSA-2026:21745; SUSE has issued SUSE-SU-2026:2068-1, SUSE-SU-2026:2111-1, SUSE-SU-2026:2195-1, SUSE-SU-2026:2217-1, and SUSE-SU-2026:2238-1 (GitHub Advisory, Red Hat Bugzilla).
The vulnerability received standard coverage from Linux distribution vendors including Red Hat, SUSE, AlmaLinux, and Rocky Linux, all of which issued security errata. Tenable and Qualys have added detection plugins for the vulnerability. No notable independent researcher commentary or significant social media discussion beyond automated CVE tracking accounts has been observed (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."