PT-2026-30576 · Linux · Linux Kernel

Published

2026-04-06

·

Updated

2026-05-28

·

CVE-2026-31408

CVSS v3.1

8.8

High

VectorAV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux Kernel (affected versions not specified)
Description The Linux kernel contains a use-after-free issue in the sco recv frame() function within the Bluetooth SCO (Synchronous Connection-Oriented) subsystem. The function reads conn->sk under sco conn lock() but releases the lock without holding a reference to the socket. A concurrent close() operation could free the socket between the lock release and subsequent access to sk->sk state, leading to a use-after-free condition. The issue is fixed by using sco sock hold() to acquire a reference before releasing the lock and adding sock put() on all exit paths.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Use After Free

Weakness Enumeration

Related Identifiers

ALSA-2026:21706
ALSA-2026:21745
BDU:2026-04925
CVE-2026-31408
ECHO-6F26-7F45-95A5
OESA-2026-1946
OESA-2026-1947
OESA-2026-1948
OESA-2026-1950

Affected Products

Linux Kernel