DEBIAN-CVE-2026-31408
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_hold sco_recv_frame() reads conn->sk under sco_conn_lock() but immediately releases the lock without holding a reference to the socket. A concurrent close() can free the socket between the lock release and the subsequent sk->sk_state access, resulting in a use-after-free. Other functions in the same file (sco_sock_timeout(), sco_conn_del()) correctly use sco_sock_hold() to safely hold a reference under the lock. Fix by using sco_sock_hold() to take a reference before releasing the lock, and adding sock_put() on all exit paths.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 5.16, 6.16.7-1, 6.16.8-1 |
| Debian:12 | linux | 6.6.13-1, 6.11~rc4-1~exp1, 6.11~rc5-1~exp1 |
| Debian:14 | linux | 6.18.2-1~exp1, 6.12.57-1, 6.12.57-1~bpo12+1 |
| Debian:13 | linux | 6.12.41-1, 6.12.38-1, 6.12.41-1 |
| Debian:11 | linux-6.1 | 6.1.153-1, 6.1.158-1, 6.1.159-1 |
Exploit Intelligence
- 4593.2.0.yml (github-poc)
- 4628.1.0.yml (github-poc)
Timeline
- Apr 6, 2026 CVE Published
- May 2, 2026 CVE Updated