CVE-2026-80692 (GCVE-0-2026-80692)
Vulnerability from cvelistv5
Published
2026-08-28 06:52
Modified
2026-08-29 06:22
Summary
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacks There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that.
Impacted products
Vendor Product Version
Linux Linux Version: 881559af5f5c545f6828e7c74d79813eb886d523
Version: 881559af5f5c545f6828e7c74d79813eb886d523
Version: d948e1ffa1d40240d5c81af6dcbcb87b39cb8d3c
Version: 5dd0bd277a0a936708a33ecc447dce77a08cbde6
Version: 6.6.51   
Version: 6.8.9   
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/bluetooth/hci_sync.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "9a77f296aff4b2ca5f2928ab3a3220c82d8b4074",
              "status": "affected",
              "version": "881559af5f5c545f6828e7c74d79813eb886d523",
              "versionType": "git"
            },
            {
              "lessThan": "2f5d635ad5906b0235bc0c870e8beba3116e1e98",
              "status": "affected",
              "version": "881559af5f5c545f6828e7c74d79813eb886d523",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "d948e1ffa1d40240d5c81af6dcbcb87b39cb8d3c",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "5dd0bd277a0a936708a33ecc447dce77a08cbde6",
              "versionType": "git"
            },
            {
              "lessThan": "6.7",
              "status": "affected",
              "version": "6.6.51",
              "versionType": "semver"
            },
            {
              "lessThan": "6.9",
              "status": "affected",
              "version": "6.8.9",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/bluetooth/hci_sync.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.9"
            },
            {
              "lessThan": "6.9",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.8",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.8",
                  "versionStartIncluding": "6.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.6.51",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.8.9",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacks\n\nThere is theoretical UAF if the conn is freed while the hci_sync task\nis running.\n\nHold refcount to avoid that."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:A - Bluetooth HCI outgoing ACL/LE connection setup (hci_connect_acl_sync/hci_connect_le_sync) is driven by adjacent radio peers supplying HCI events (connection complete/failures, command status) while hci_cmd_sync_work blocks on controller replies on phones and laptops.\nAC:L - Race between hci_cmd_sync_work using a bare hci_conn pointer and hci_conn_del/hci_conn_failed/create_le_conn_complete teardown; attacker controls both sides by concurrently initiating L2CAP/MGMT connects and aborting or inducing remote HCI failure events until the window hits.\nPR:N - Adjacent Bluetooth peers need no Linux credentials; freeing runs on unauthenticated HCI connection events, and local triggering works via unprivileged AF_BLUETOOTH L2CAP connect() without CAP_NET_ADMIN or special namespaces.\nUI:N - Background Bluetooth auto-reconnect, pairing flows, or listening socket-driven outgoing connects create BT_OPEN hci_conn objects without deliberate user action; attacker timing of connect/teardown does not require social engineering.\nS:U - Kernel heap UAF within the Bluetooth stack enables local privilege escalation in the same kernel domain but does not cross VM, IOMMU, or sandbox boundaries.\nC:H - Freed struct hci_conn is dereferenced in hci_acl_create_conn_sync, hci_le_create_conn_sync, and create_le_conn_complete (e.g., conn-\u003epkt_type, conn-\u003edst, conn-\u003ele_conn_timeout), enabling slab reuse and arbitrary kernel memory disclosure.\nI:H - Post-free writes occur to conn fields (state, flags, timers) and function-pointer members (cleanup, connect_cfm_cb), providing groomable heap corruption suitable for arbitrary kernel write and code execution.\nA:H - UAF during hci_cmd_sync_work on connection setup reliably causes kernel oops/panic and can be retriggered by repeated connect/abort cycles from adjacent or local attackers."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-29T06:22:15.862Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/9a77f296aff4b2ca5f2928ab3a3220c82d8b4074"
        },
        {
          "url": "https://git.kernel.org/stable/c/2f5d635ad5906b0235bc0c870e8beba3116e1e98"
        }
      ],
      "title": "Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacks",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80692",
    "datePublished": "2026-08-28T06:52:55.529Z",
    "dateReserved": "2026-08-26T14:34:25.785Z",
    "dateUpdated": "2026-08-29T06:22:15.862Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…