CVE-2026-31408
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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).

Community reactions

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management