PatchSiren cyber security CVE debrief
CVE-2026-53072 Linux CVE debrief
CVE-2026-53072 is a HIGH severity vulnerability in the Linux kernel's Bluetooth component. The vulnerability is caused by a locking issue in the hci_conn_request_evt() function when the HCI_PROTO_DEFER protocol is set. This can lead to a use-after-free (UAF) vulnerability if the connection is deleted concurrently. The vulnerability has a CVSS score of 8.8 and is considered HIGH severity. The issue is resolved by holding the lock in the hci_conn_request_evt() function.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-24
- Original CVE updated
- 2026-07-21
- Advisory published
- 2026-06-24
- Advisory updated
- 2026-07-21
Who should care
Linux kernel developers and maintainers, Bluetooth protocol implementers, and organizations using Linux-based systems with Bluetooth capabilities should be aware of this vulnerability. They should review their systems and apply patches or mitigations as needed to prevent exploitation.
Technical summary
The vulnerability is caused by a locking issue in the hci_conn_request_evt() function when the HCI_PROTO_DEFER protocol is set. Specifically, the function calls hci_connect_cfm(conn) without holding the hdev->lock. This can lead to a use-after-free (UAF) vulnerability if the connection is deleted concurrently. The issue is resolved by holding the lock in the hci_conn_request_evt() function. Only SCO and ISO protocols set HCI_PROTO_DEFER, and only for defer setup listen. HCI_EV_CONN_REQUEST is not generated for ISO.
Defensive priority
High priority should be given to patching or mitigating this vulnerability, as it has a high CVSS score and could be exploited to gain unauthorized access to sensitive information or disrupt system operations.
Recommended defensive actions
- Review and apply patches or updates to the Linux kernel to fix the locking issue in the hci_conn_request_evt() function.
- Implement additional monitoring and logging to detect potential exploitation attempts.
- Review system configurations and ensure that Bluetooth is only enabled when necessary.
- Consider implementing compensating controls, such as firewall rules or access controls, to limit the attack surface.
- Verify that system backups and incident response plans are up-to-date and effective.
Evidence notes
The CVE record and NVD detail provide information on the vulnerability, including its CVSS score and severity. The source item URL provides additional information on the vulnerability, including references to kernel.org stable commits.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-53072 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-53072
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-53072 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-53072
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/385b2d0468a0871fc716c549fa3b0c257c7dbcb3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/541d5bf9b5afaf41090b2a3aa7b47f2db2ff801f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/5c7209a341ff2ac338b2b0375c34a307b37c9ac2
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/60e3f4ff02d1f2d55bfbf2ca32a97285a9771ee4
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6b4d226d01ab7da0d2027a2a1e3a6079152e5065
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9d4a6c0f43fc5e4d4f062e8e450e5483eb74176e
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c27224daf0b08efbb2b24ed64b6139b294f5473a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.