CVE-2026-80692 (GCVE-0-2026-80692)

Vulnerability from cvelistv5 – Published: 2026-08-28 06:52 – Updated: 2026-08-29 06:22
VLAI
Title
Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacks
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 CPE status
Linux Linux Affected: 881559af5f5c545f6828e7c74d79813eb886d523 , < 9a77f296aff4b2ca5f2928ab3a3220c82d8b4074 (git)
Affected: 881559af5f5c545f6828e7c74d79813eb886d523 , < 2f5d635ad5906b0235bc0c870e8beba3116e1e98 (git)
Affected: d948e1ffa1d40240d5c81af6dcbcb87b39cb8d3c (git)
Affected: 5dd0bd277a0a936708a33ecc447dce77a08cbde6 (git)
Affected: 6.6.51 , < 6.7 (semver)
Affected: 6.8.9 , < 6.9 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 6.9
Unaffected: 0 , < 6.9 (semver)
Unaffected: 7.1.8 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed 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",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80692",
      "date": "2026-09-01",
      "epss": "0.00218",
      "percentile": "0.12154"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80692\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-28T08:16:54.690\",\"lastModified\":\"2026-08-29T07:16:51.360\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"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.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/bluetooth/hci_sync.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"881559af5f5c545f6828e7c74d79813eb886d523\",\"lessThan\":\"9a77f296aff4b2ca5f2928ab3a3220c82d8b4074\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"881559af5f5c545f6828e7c74d79813eb886d523\",\"lessThan\":\"2f5d635ad5906b0235bc0c870e8beba3116e1e98\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d948e1ffa1d40240d5c81af6dcbcb87b39cb8d3c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5dd0bd277a0a936708a33ecc447dce77a08cbde6\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.6.51\",\"lessThan\":\"6.7\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.8.9\",\"lessThan\":\"6.9\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/bluetooth/hci_sync.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.9\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.9\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.8\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2f5d635ad5906b0235bc0c870e8beba3116e1e98\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9a77f296aff4b2ca5f2928ab3a3220c82d8b4074\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-31T16:59:45+00:00",
      "cve": "CVE-2026-80692",
      "id": "CVE-2026-80692",
      "initial_release_date": "2026-08-28T00:00:00+00:00",
      "product_status:known_affected": "184",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacks",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-80692.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…