PatchSiren cyber security CVE debrief
CVE-2026-53073 Linux CVE debrief
A MEDIUM severity vulnerability was found in the Linux kernel, affecting Bluetooth. The vulnerability has been resolved with a patch. To address this issue, apply the provided patches or updates from the Linux kernel maintainers. This vulnerability could allow for a null pointer dereference if hci_register_dev() fails. The HCI_UART_PROTO_INIT flag is not cleared before calling hu->proto->close(hu) and setting hu->hdev to NULL, which can lead to incoming UART data reaching the protocol-specific recv handler after resources are freed.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- 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, maintainers, and users who rely on Bluetooth functionality in their systems should be aware of this vulnerability and take necessary actions to mitigate the risk. This includes reviewing Linux kernel configurations, applying patches or updates, and monitoring Linux kernel security advisories.
Technical summary
The Linux kernel Bluetooth subsystem has a vulnerability that could allow for a null pointer dereference if hci_register_dev() fails. The HCI_UART_PROTO_INIT flag is not cleared before calling hu->proto->close(hu) and setting hu->hdev to NULL, which can lead to incoming UART data reaching the protocol-specific recv handler after resources are freed. To fix this issue, clear HCI_UART_PROTO_INIT with a write lock before calling hu->proto->close() and setting hu->hdev to NULL. This ensures all active readers have completed and no new reader can enter the protocol recv path before resources are freed.
Defensive priority
Apply patches or updates from the Linux kernel maintainers to address this vulnerability. Review and update Linux kernel configurations to ensure Bluetooth is properly configured and secured. Monitor Linux kernel security advisories for further guidance.
Recommended defensive actions
- Apply patches or updates from the Linux kernel maintainers
- Review and update Linux kernel configurations
- Monitor Linux kernel security advisories
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record was published on 2026-06-24T17:17:21.163Z and last modified on 2026-07-21T18:05:01.443Z. The NVD entry is currently Analyzed. This vulnerability affects the Linux kernel's Bluetooth subsystem, specifically in the HCI_UART_PROTO_INIT flag handling. To verify affected systems, defenders should review Linux kernel configurations and Bluetooth functionality. Evidence limits suggest that further analysis may be required to fully understand the vulnerability's impact.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-53073 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-53073
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-53073 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-53073
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/194f029a4d7f739e44ebc1f473120187b4de5104
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/356dee1bcac4d0d9152390561fa63331ebff211b
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/3daa5818e473ed60eb69d8b5c71b651909d28c5a
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/68d39ea5e0adc9ecaea1ce8abd842ec972eb8718
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a673cf6c4ac702cb79ac1f4d7fc4de763a6a3e40
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ebb39b2d81731b83ee71a1ba6dd0291a57b5ac07
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ed4033fb85ccaaf6c3983be3c7b037e48253d232
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
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.