CVE-2026-64406

Memory corruption via Bluetooth socket use-after-free

Published Jul 25, 2026 · Updated Jul 25, 2026

Use-after-free in the Bluetooth L2CAP socket subsystem in Linux Kernel allows attackers to corrupt kernel memory during socket cleanup. bt_accept_dequeue() releases its temporary queue-walk reference before bt_accept_unlink() drops the final queue reference, so the later sock_hold() accesses a freed struct sock. An unprivileged local user must control listener cleanup while a nearby Bluetooth peer connects and disconnects; exploitation enables kernel-memory disclosure, heap corruption, or a kernel panic.

CVSS severity8.0
High
EPSS probability0.27%
Next 30 days · Sep 16, 2026
Known exploitationUnconfirmed
Based on sourced intelligence
Hinoki checkNot available
Coverage for this vulnerability

See if you're affected

Explore vulnerability checks for your environment with Hinoki.

Book a demo

Summary

What happened

Use-after-free in the Bluetooth L2CAP socket subsystem in Linux Kernel allows attackers to corrupt kernel memory during socket cleanup. bt_accept_dequeue() releases its temporary queue-walk reference before bt_accept_unlink() drops the final queue reference, so the later sock_hold() accesses a freed struct sock. An unprivileged local user must control listener cleanup while a nearby Bluetooth peer connects and disconnects; exploitation enables kernel-memory disclosure, heap corruption, or a kernel panic.

The record

CVE
CVE-2026-64406
Published
Jul 25, 2026
Updated
Jul 25, 2026
Vendor
The Linux Kernel Organization
Product
Linux Kernel
Classifications
T1068
Attack vector
adjacent
Privileges
authenticated

Timeline

How it unfolded

  1. Jul 25, 2026CVE publishedPublication date reported by the CVE source.
  2. Jul 25, 2026Record updatedLatest update available in the CVE record.

Exploitability

Present is not the same as exploitable

Compare your product and version with the public record. A matching version still requires validation against your environment.

Is a vulnerable build present?

Compare these published version ranges with your installed build and any vendor patches.

  1. Affected versionversion=407217734835d21d4e0105ebf347860dc1806f88 <96ad400d5132eb333f28f6f1e2d58f0728ca9547
  2. Affected versionversion=5.10.259 <5.10.261
  3. Affected versionversion=5.15.210 <5.15.212
  4. Affected versionversion=5d86d2f1b4d9a508c441d3e45277ae1a73cfed57 <c66a95e60b65d876a927123b0ed36bd6177d9ca6
  5. Affected versionversion=6.1.175 <6.1.178
  6. Affected versionversion=6.12.92 <6.12.96
  7. Affected versionversion=6.18.34 <6.18.39
  8. Affected versionversion=6.6.142 <6.6.145
  9. Affected versionversion=7.0.11 <7.1
  10. Affected versionversion=7.1
  11. Affected versionversion=751de6ec671fe75ad9cf65a0638d2a06b6a5984d <c0577c55219be42b6ea2ea8db11e85bfab6f4e8d
  12. Affected versionversion=7eebd4c2c86f573af87ff165d08a83432eb0b919 <0a98ff4e7b867f72fbb4e1237d81e9fa02ded0a0
  13. Affected versionversion=87c543e2f78d0871f271df92dab98901bbd5b6f5 <6303ed4bbe0095f4cc195225479bf506e010d1db
  14. Affected versionversion=a5ca86a6097a8b030ca3226cd300b17ed330f966
  15. Affected versionversion=ab1513597c6cf17cd1ad2a21e3b045421b48e022 <4bd0b274054f2679f28b70222b607bb0afc3ab9a
  16. Affected versionversion=ab1513597c6cf17cd1ad2a21e3b045421b48e022 <50c662bdcd51b03033a0abed6716bfd377ba1049
  17. Affected versionversion=added1213395071470a900cc845a042fb51882a6 <26168db1ce5a9766cde021b18e590a101c056614

What conditions does exploitation require?

Attack vectoradjacent
Required privilegesauthenticated

What is affected?

The Linux Kernel Organization · Linux Kernelversion=407217734835d21d4e0105ebf347860dc1806f88 <96ad400d5132eb333f28f6f1e2d58f0728ca9547; version=5.10.259 <5.10.261; version=5.15.210 <5.15.212; version=5d86d2f1b4d9a508c441d3e45277ae1a73cfed57 <c66a95e60b65d876a927123b0ed36bd6177d9ca6; version=6.1.175 <6.1.178; version=6.12.92 <6.12.96; version=6.18.34 <6.18.39; version=6.6.142 <6.6.145; version=7.0.11 <7.1; version=7.1; version=751de6ec671fe75ad9cf65a0638d2a06b6a5984d <c0577c55219be42b6ea2ea8db11e85bfab6f4e8d; version=7eebd4c2c86f573af87ff165d08a83432eb0b919 <0a98ff4e7b867f72fbb4e1237d81e9fa02ded0a0; version=87c543e2f78d0871f271df92dab98901bbd5b6f5 <6303ed4bbe0095f4cc195225479bf506e010d1db; version=a5ca86a6097a8b030ca3226cd300b17ed330f966; version=ab1513597c6cf17cd1ad2a21e3b045421b48e022 <4bd0b274054f2679f28b70222b607bb0afc3ab9a; version=ab1513597c6cf17cd1ad2a21e3b045421b48e022 <50c662bdcd51b03033a0abed6716bfd377ba1049; version=added1213395071470a900cc845a042fb51882a6 <26168db1ce5a9766cde021b18e590a101c056614

Published CVSS scores

8.0LinuxCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CVSS describes severity. EPSS estimates exploitation probability.

Attacks

What attackers are doing with it

Daily unique IPs observed by Shadowserver honeypots for known exploited vulnerabilities (KEVs). Missing observations do not establish an absence of attacks.

Daily unique IPsNo honeypot observations are available for this CVE in the selected window.

No observations available

Sep 9, 2026Sep 15, 2026
Latest reporting daySep 15, 2026
Latest daily unique IPsUnavailable
Prior 30-day averageUnavailable
SourceShadowserver honeypots (KEV)
Vectoradjacent
Privilegesauthenticated
Known exploitationUnconfirmed
Public exploitUnconfirmed

Weakness, pattern, technique

T1068Exploitation for Privilege Escalation

Public exploit references

No public exploit references are available in this record.

Labels summarize the accepted research assessment. They do not indicate a test against your environment.

Technologies

Your stack

See the directory against your own environment.

Your stack

Check the software in your environment

Book a demo to see how Hinoki identifies affected software and validates exploitability in your environment.

Book a demo