Lucene search
+L

CVE-2026-11893

🗓️ 11 Aug 2026 04:42:39Reported by zephyrType 
cve
 cve
🔗 web.nvd.nist.gov👁 49 Views🌐 WEB

Zephyr Bluetooth HCI driver double-unrefs buffer on send error, causing use-after-free and BLE stack DoS.

Related
Affected
Refs
Paths
[
  {
    "vendor": "zephyrproject",
    "product": "zephyr",
    "collectionURL": "https://github.com/zephyrproject-rtos/zephyr",
    "packageName": "zephyr",
    "defaultStatus": "unaffected",
    "programFiles": [
      "drivers/bluetooth/hci/hci_bflb.c"
    ],
    "versions": [
      {
        "version": "4.4.0",
        "status": "affected",
        "versionType": "semver",
        "lessThan": "4.4.2"
      }
    ]
  }
]
ParameterPositionPathDescriptionCWE
bufpathdrivers/bluetooth/hci/hci_bflb.cbt_bflb_send() violates buffer-ownership contract by unconditionally unref-ing the buffer on error paths, leading to use-after-free in TX buffer handling.CWE-415
buffer ownership contractpathinclude/zephyr/drivers/bluetooth.hThe documented HCI driver API requires consuming the buffer reference only on success; errors must preserve caller ownership. The implementation routes error paths to unref the buffer, breaking the contract.CWE-415
bufpathsubsys/bluetooth/host/conn.cHost TX path unrefs the same TX buffer on error, causing double-unref and potential use-after-free in the connection TX queue when controller transmission fails.CWE-415

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

26 Aug 2026 16:59Current
5.8Medium risk
Vulners AI Score5.8
CVSS 3.15.9
EPSS0.00158
SSVC
49