PT-2026-36440 · Linux · Linux Kernel
Published
2026-05-01
·
Updated
2026-05-02
·
CVE-2026-43023
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/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
A race condition exists in the Bluetooth SCO component. The function
sco sock connect() performs checks on sk state and sk type without holding the socket lock. This allows two concurrent connect() system calls on the same socket to pass the checks and enter sco connect(), which can lead to a use-after-free scenario. In this situation, a socket that has been closed and zapped can be revived to a connecting state, causing a double sock put() during cleanup and leaking connections.Recommendations
As a temporary workaround, restrict the use of the
sco sock connect() function until a patch is applied.
At the moment, there is no information about a newer version that contains a fix for this vulnerability.Race Condition
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel