CVE-2026-64408 (GCVE-0-2026-64408)

Vulnerability from cvelistv5 – Published: 2026-07-25 08:50 – Updated: 2026-08-05 12:41
VLAI
Title
Bluetooth: bnep: pin L2CAP connection during netdev registration
Summary
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: pin L2CAP connection during netdev registration bnep_add_connection() reads the L2CAP connection without holding the channel lock, then passes its HCI device to register_netdev(). Controller teardown can clear and release that connection concurrently, leaving the network device registration path to dereference a freed parent device. Take a reference to the L2CAP connection while holding the channel lock. Retain it until register_netdev() has taken the parent device reference.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 65f53e9802dbfae0e5758a91793c3f5f8bece49b , < 390b5db3ff8745187f094c4e915663b7b1f98944 (git)
Affected: 65f53e9802dbfae0e5758a91793c3f5f8bece49b , < 46a88784c4c9b96954dd86f747ce93f65efa1302 (git)
Affected: 65f53e9802dbfae0e5758a91793c3f5f8bece49b , < 551ae773ec64045b4e72099132654887e0270bcc (git)
Affected: 65f53e9802dbfae0e5758a91793c3f5f8bece49b , < ae215c5b6422d8eda443b861b124bd1be6969c31 (git)
Affected: 65f53e9802dbfae0e5758a91793c3f5f8bece49b , < df22adc7eafc22e651561813c11dc51a796b12ee (git)
Affected: 65f53e9802dbfae0e5758a91793c3f5f8bece49b , < a6b22dbd80926556290ad2243be25218d6956a19 (git)
Affected: 65f53e9802dbfae0e5758a91793c3f5f8bece49b , < 563a8573047182f550b1e1e030615755cd8c41da (git)
Affected: 65f53e9802dbfae0e5758a91793c3f5f8bece49b , < bb067a99a0356196c0b89a95721985485ebce5a5 (git)
Create a notification for this product.
Linux Linux Affected: 3.13
Unaffected: 0 , < 3.13 (semver)
Unaffected: 5.10.261 , ≤ 5.10.* (semver)
Unaffected: 5.15.212 , ≤ 5.15.* (semver)
Unaffected: 6.1.178 , ≤ 6.1.* (semver)
Unaffected: 6.6.145 , ≤ 6.6.* (semver)
Unaffected: 6.12.96 , ≤ 6.12.* (semver)
Unaffected: 6.18.39 , ≤ 6.18.* (semver)
Unaffected: 7.1.4 , ≤ 7.1.* (semver)
Unaffected: 7.2-rc3 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/bluetooth/bnep/core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "390b5db3ff8745187f094c4e915663b7b1f98944",
              "status": "affected",
              "version": "65f53e9802dbfae0e5758a91793c3f5f8bece49b",
              "versionType": "git"
            },
            {
              "lessThan": "46a88784c4c9b96954dd86f747ce93f65efa1302",
              "status": "affected",
              "version": "65f53e9802dbfae0e5758a91793c3f5f8bece49b",
              "versionType": "git"
            },
            {
              "lessThan": "551ae773ec64045b4e72099132654887e0270bcc",
              "status": "affected",
              "version": "65f53e9802dbfae0e5758a91793c3f5f8bece49b",
              "versionType": "git"
            },
            {
              "lessThan": "ae215c5b6422d8eda443b861b124bd1be6969c31",
              "status": "affected",
              "version": "65f53e9802dbfae0e5758a91793c3f5f8bece49b",
              "versionType": "git"
            },
            {
              "lessThan": "df22adc7eafc22e651561813c11dc51a796b12ee",
              "status": "affected",
              "version": "65f53e9802dbfae0e5758a91793c3f5f8bece49b",
              "versionType": "git"
            },
            {
              "lessThan": "a6b22dbd80926556290ad2243be25218d6956a19",
              "status": "affected",
              "version": "65f53e9802dbfae0e5758a91793c3f5f8bece49b",
              "versionType": "git"
            },
            {
              "lessThan": "563a8573047182f550b1e1e030615755cd8c41da",
              "status": "affected",
              "version": "65f53e9802dbfae0e5758a91793c3f5f8bece49b",
              "versionType": "git"
            },
            {
              "lessThan": "bb067a99a0356196c0b89a95721985485ebce5a5",
              "status": "affected",
              "version": "65f53e9802dbfae0e5758a91793c3f5f8bece49b",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/bluetooth/bnep/core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.13"
            },
            {
              "lessThan": "3.13",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.261",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.212",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.178",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.96",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.39",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2-rc3",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.261",
                  "versionStartIncluding": "3.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.212",
                  "versionStartIncluding": "3.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.178",
                  "versionStartIncluding": "3.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "3.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.96",
                  "versionStartIncluding": "3.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.39",
                  "versionStartIncluding": "3.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.4",
                  "versionStartIncluding": "3.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2-rc3",
                  "versionStartIncluding": "3.13",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: bnep: pin L2CAP connection during netdev registration\n\nbnep_add_connection() reads the L2CAP connection without holding the\nchannel lock, then passes its HCI device to register_netdev(). Controller\nteardown can clear and release that connection concurrently, leaving the\nnetwork device registration path to dereference a freed parent device.\n\nTake a reference to the L2CAP connection while holding the channel lock.\nRetain it until register_netdev() has taken the parent device reference."
        }
      ],
      "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 - An adjacent Bluetooth peer can initiate a BNEP/PAN connection that causes privileged bluetoothd to issue BNEPCONNADD, then tear down the ACL link during netdev registration. Exploitation therefore requires Bluetooth radio adjacency.\nAC:L - The peer controls both the connection setup that triggers the ioctl and the competing disconnect, and can repeat attempts until the lifetime window is hit. No condition beyond the attacker\u0027s practical control is required.\nPR:N - The adjacent peer needs no Linux credentials or capabilities because root bluetoothd performs the CAP_NET_ADMIN ioctl on its behalf in an enabled, auto-authorized PAN deployment. The direct ioctl requires CAP_NET_ADMIN in the initial user namespace, but the adjacent path does not.\nUI:N - An enabled PAN service can automatically accept or pre-authorize connections, after which setup and teardown require no victim action. Prior service configuration is not user interaction during exploitation.\nS:U - The memory corruption occurs in the host kernel and compromises resources governed by that same kernel security authority. It does not cross a VM, IOMMU, or comparable security boundary.\nC:H - The stale parent points into a freed hci_conn allocation, and reclaiming that use-after-free object can enable disclosure of arbitrary kernel memory. Confidentiality impact is therefore High.\nI:H - device_add() calls get_device() on the freed parent, producing a refcount write into reclaimed memory and potentially further device-list corruption. The use-after-free can support arbitrary kernel-memory corruption or control-flow hijacking.\nA:H - The use-after-free can cause a kernel oops, panic, or corrupted device hierarchy during netdev registration. An adjacent peer can repeatedly initiate and terminate connections to crash the system."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:41:43.755Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/390b5db3ff8745187f094c4e915663b7b1f98944"
        },
        {
          "url": "https://git.kernel.org/stable/c/46a88784c4c9b96954dd86f747ce93f65efa1302"
        },
        {
          "url": "https://git.kernel.org/stable/c/551ae773ec64045b4e72099132654887e0270bcc"
        },
        {
          "url": "https://git.kernel.org/stable/c/ae215c5b6422d8eda443b861b124bd1be6969c31"
        },
        {
          "url": "https://git.kernel.org/stable/c/df22adc7eafc22e651561813c11dc51a796b12ee"
        },
        {
          "url": "https://git.kernel.org/stable/c/a6b22dbd80926556290ad2243be25218d6956a19"
        },
        {
          "url": "https://git.kernel.org/stable/c/563a8573047182f550b1e1e030615755cd8c41da"
        },
        {
          "url": "https://git.kernel.org/stable/c/bb067a99a0356196c0b89a95721985485ebce5a5"
        }
      ],
      "title": "Bluetooth: bnep: pin L2CAP connection during netdev registration",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-64408",
    "datePublished": "2026-07-25T08:50:49.807Z",
    "dateReserved": "2026-07-19T15:36:31.786Z",
    "dateUpdated": "2026-08-05T12:41:43.755Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-64408",
      "date": "2026-08-09",
      "epss": "0.00262",
      "percentile": "0.17848"
    },
    "microsoft_vex": {
      "current_release_date": "2026-07-27T14:49:21.000Z",
      "cve": "CVE-2026-64408",
      "id": "msrc_CVE-2026-64408",
      "initial_release_date": "2026-07-26T01:07:13.000Z",
      "product_status:known_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "Bluetooth: bnep: pin L2CAP connection during netdev registration",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-64408.json",
      "version": "2"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-64408\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-25T10:17:24.517\",\"lastModified\":\"2026-07-27T05:16:47.873\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nBluetooth: bnep: pin L2CAP connection during netdev registration\\n\\nbnep_add_connection() reads the L2CAP connection without holding the\\nchannel lock, then passes its HCI device to register_netdev(). Controller\\nteardown can clear and release that connection concurrently, leaving the\\nnetwork device registration path to dereference a freed parent device.\\n\\nTake a reference to the L2CAP connection while holding the channel lock.\\nRetain it until register_netdev() has taken the parent device reference.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/bluetooth/bnep/core.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"65f53e9802dbfae0e5758a91793c3f5f8bece49b\",\"lessThan\":\"390b5db3ff8745187f094c4e915663b7b1f98944\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"65f53e9802dbfae0e5758a91793c3f5f8bece49b\",\"lessThan\":\"46a88784c4c9b96954dd86f747ce93f65efa1302\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"65f53e9802dbfae0e5758a91793c3f5f8bece49b\",\"lessThan\":\"551ae773ec64045b4e72099132654887e0270bcc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"65f53e9802dbfae0e5758a91793c3f5f8bece49b\",\"lessThan\":\"ae215c5b6422d8eda443b861b124bd1be6969c31\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"65f53e9802dbfae0e5758a91793c3f5f8bece49b\",\"lessThan\":\"df22adc7eafc22e651561813c11dc51a796b12ee\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"65f53e9802dbfae0e5758a91793c3f5f8bece49b\",\"lessThan\":\"a6b22dbd80926556290ad2243be25218d6956a19\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"65f53e9802dbfae0e5758a91793c3f5f8bece49b\",\"lessThan\":\"563a8573047182f550b1e1e030615755cd8c41da\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"65f53e9802dbfae0e5758a91793c3f5f8bece49b\",\"lessThan\":\"bb067a99a0356196c0b89a95721985485ebce5a5\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/bluetooth/bnep/core.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3.13\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"3.13\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.261\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.212\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.178\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.145\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.96\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.39\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.4\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2-rc3\",\"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/390b5db3ff8745187f094c4e915663b7b1f98944\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/46a88784c4c9b96954dd86f747ce93f65efa1302\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/551ae773ec64045b4e72099132654887e0270bcc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/563a8573047182f550b1e1e030615755cd8c41da\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a6b22dbd80926556290ad2243be25218d6956a19\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ae215c5b6422d8eda443b861b124bd1be6969c31\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bb067a99a0356196c0b89a95721985485ebce5a5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/df22adc7eafc22e651561813c11dc51a796b12ee\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-07-30T08:28:42+00:00",
      "cve": "CVE-2026-64408",
      "id": "CVE-2026-64408",
      "initial_release_date": "2026-07-25T00:00:00+00:00",
      "product_status:known_affected": "246",
      "product_status:known_not_affected": "28",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: Bluetooth: bnep: pin L2CAP connection during netdev registration",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-64408.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…