CVE-2026-52918
Analyzed Analyzed - Analysis Complete

Bluetooth Serialization Flaw in Linux Kernel

Vulnerability report for CVE-2026-52918, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-24

Last updated on: 2026-07-08

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: serialize accept_q access bt_sock_poll() walks the accept queue without synchronization, while child teardown can unlink the same socket and drop its last reference. The unsynchronized accept queue walk has existed since the initial Bluetooth import. Protect accept_q with a dedicated lock for queue updates and polling. Also rework bt_accept_dequeue() to take temporary child references under the queue lock before dropping it and locking the child socket.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-24
Last Modified
2026-07-08
Generated
2026-07-14
AI Q&A
2026-06-24
EPSS Evaluated
2026-07-13
NVD
EUVD

Affected Vendors & Products

Showing 16 associated CPEs
Vendor Product Version / Range
linux linux_kernel 2.6.12
linux linux_kernel 2.6.12
linux linux_kernel 2.6.12
linux linux_kernel 2.6.12
linux linux_kernel 2.6.12
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel From 6.7 (inc) to 6.12.92 (exc)
linux linux_kernel From 6.13 (inc) to 6.18.34 (exc)
linux linux_kernel From 6.19 (inc) to 7.0.11 (exc)
linux linux_kernel From 6.2 (inc) to 6.6.142 (exc)
linux linux_kernel From 5.16 (inc) to 6.1.176 (exc)
linux linux_kernel From 5.11 (inc) to 5.15.210 (exc)
linux linux_kernel From 2.6.12.1 (inc) to 5.10.259 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's Bluetooth subsystem. Specifically, the function bt_sock_poll() accesses the accept queue without proper synchronization. During this unsynchronized access, a child socket can be removed and its last reference dropped, leading to potential issues. The vulnerability has existed since the initial Bluetooth import into the kernel.

The fix involves protecting the accept queue (accept_q) with a dedicated lock to ensure safe updates and polling. Additionally, the bt_accept_dequeue() function was reworked to take temporary references to child sockets under the queue lock before releasing it and locking the child socket.

Mitigation Strategies

The vulnerability in the Linux kernel Bluetooth subsystem involves unsynchronized access to the accept queue. To mitigate this vulnerability, ensure your Linux kernel is updated to a version where this issue has been resolved.

  • Update the Linux kernel to the latest version that includes the fix for serializing accept_q access.
  • Apply any vendor-provided patches or security updates related to Bluetooth socket handling.
  • Restart Bluetooth services or the system after applying updates to ensure the fix is active.
Impact Analysis

This vulnerability in the Linux kernel Bluetooth subsystem involves unsynchronized access to the accept queue, which can lead to race conditions when sockets are accepted or torn down. This could potentially cause instability or unexpected behavior in Bluetooth connections, such as dropped connections or resource leaks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-52918. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart