GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-72334 (GCVE-0-2026-72334)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:55 – Updated: 2026-08-17 05:42
VLAI
Title
Bluetooth: ISO: fix malformed ISO_END/CONT handling
Summary
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISO_END/CONT handling Core specification (Part C vol 4 sec 5.4.5) does not exclude empty ISO_CONT, ISO_END packets. We currently reject them if they are last. If controller sends malformed sequence ISO_START -> rx_len = 4, ISO_CONT skb->len 4, ISO_START that ends payload in ISO_CONT, we leak conn->rx_skb. If controller sends too long ISO_END, we panic on skb_put. If controller sends too short ISO_END we accept it. Fix by marking unfinished ISO_START via conn->rx_skb != NULL. Check skb->len properly before skb_put. Combine the ISO_CONT/END code paths as they require the same initial checks. Reject too short ISO_END packets.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: ccf74f2390d60a2f9a75ef496d2564abb478f46a , < 990e65eb9387c4ddfa7f68782b6644c2c35d489f (git)
Affected: ccf74f2390d60a2f9a75ef496d2564abb478f46a , < e054c1a6ae7310d2815778fddb87da616e11c255 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.0
Unaffected: 0 , < 6.0 (semver)
Unaffected: 7.1.5 , ≤ 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/iso.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "990e65eb9387c4ddfa7f68782b6644c2c35d489f",
              "status": "affected",
              "version": "ccf74f2390d60a2f9a75ef496d2564abb478f46a",
              "versionType": "git"
            },
            {
              "lessThan": "e054c1a6ae7310d2815778fddb87da616e11c255",
              "status": "affected",
              "version": "ccf74f2390d60a2f9a75ef496d2564abb478f46a",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/bluetooth/iso.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.0"
            },
            {
              "lessThan": "6.0",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "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.5",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: ISO: fix malformed ISO_END/CONT handling\n\nCore specification (Part C vol 4 sec 5.4.5) does not exclude empty\nISO_CONT, ISO_END packets.  We currently reject them if they are last.\n\nIf controller sends malformed sequence\n\n    ISO_START -\u003e rx_len = 4, ISO_CONT skb-\u003elen 4, ISO_START\n\nthat ends payload in ISO_CONT, we leak conn-\u003erx_skb. If controller sends\ntoo long ISO_END, we panic on skb_put. If controller sends too short\nISO_END we accept it.\n\nFix by marking unfinished ISO_START via conn-\u003erx_skb != NULL.  Check\nskb-\u003elen properly before skb_put.  Combine the ISO_CONT/END code paths\nas they require the same initial checks. Reject too short ISO_END\npackets."
        }
      ],
      "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 - The bug is in iso_recv(), which handles HCI ISO data from the Bluetooth controller during active CIS/BIS ISO transports; a nearby radio peer can deliver malformed ISO fragment sequences without any IP/network path.\nAC:L - An adjacent attacker can reliably craft the malformed ISO_START/ISO_CONT/ISO_END sequences described in the fix (or inject equivalent HCI ISO packets) to trigger skb_put overflow, skb leaks, or acceptance of undersized END fragments.\nPR:N - No Linux credentials are required; an unauthenticated adjacent Bluetooth broadcaster on BIS or CIS peer can drive the vulnerable reassembly path once the victim host has an active ISO connection.\nUI:N - Exploitation does not require a distinct victim action at trigger time; hosts with Bluetooth enabled routinely maintain CIS sessions or background BIS/LE Audio sync that already deliver ISO traffic to iso_recv().\nS:U - Impact is confined to kernel heap corruption and denial of service within the Bluetooth ISO receive path and does not cross VM, container, or IOMMU security boundaries.\nC:H - An oversized ISO_END causes skb_put() to write past the allocated rx_skb buffer (heap overflow), enabling disclosure of adjacent kernel memory per memory-corruption scoring guidance.\nI:H - The skb_put heap overflow writes attacker-controlled ISO payload bytes beyond the skb tail, corrupting adjacent kernel objects and enabling potential arbitrary write or code execution primitives.\nA:H - Oversized ISO_END triggers skb_over_panic (BUG/kernel oops), and repeated malformed sequences leak conn-\u003erx_skb causing memory exhaustion, both producing complete host denial of service."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:42:54.538Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/990e65eb9387c4ddfa7f68782b6644c2c35d489f"
        },
        {
          "url": "https://git.kernel.org/stable/c/e054c1a6ae7310d2815778fddb87da616e11c255"
        }
      ],
      "title": "Bluetooth: ISO: fix malformed ISO_END/CONT handling",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72334",
    "datePublished": "2026-08-15T05:55:43.160Z",
    "dateReserved": "2026-08-09T03:40:39.920Z",
    "dateUpdated": "2026-08-17T05:42:54.538Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72334",
      "date": "2026-09-05",
      "epss": "0.00341",
      "percentile": "0.26905"
    },
    "microsoft_vex": {
      "current_release_date": "2026-08-23T14:58:23.000Z",
      "cve": "CVE-2026-72334",
      "id": "msrc_CVE-2026-72334",
      "initial_release_date": "2026-08-23T14:58:23.000Z",
      "product_status:known_not_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "Bluetooth: ISO: fix malformed ISO_END/CONT handling",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-72334.json",
      "version": "1"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72334\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:22:06.580\",\"lastModified\":\"2026-08-17T06:18:37.020\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nBluetooth: ISO: fix malformed ISO_END/CONT handling\\n\\nCore specification (Part C vol 4 sec 5.4.5) does not exclude empty\\nISO_CONT, ISO_END packets.  We currently reject them if they are last.\\n\\nIf controller sends malformed sequence\\n\\n    ISO_START -\u003e rx_len = 4, ISO_CONT skb-\u003elen 4, ISO_START\\n\\nthat ends payload in ISO_CONT, we leak conn-\u003erx_skb. If controller sends\\ntoo long ISO_END, we panic on skb_put. If controller sends too short\\nISO_END we accept it.\\n\\nFix by marking unfinished ISO_START via conn-\u003erx_skb != NULL.  Check\\nskb-\u003elen properly before skb_put.  Combine the ISO_CONT/END code paths\\nas they require the same initial checks. Reject too short ISO_END\\npackets.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/bluetooth/iso.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"ccf74f2390d60a2f9a75ef496d2564abb478f46a\",\"lessThan\":\"990e65eb9387c4ddfa7f68782b6644c2c35d489f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ccf74f2390d60a2f9a75ef496d2564abb478f46a\",\"lessThan\":\"e054c1a6ae7310d2815778fddb87da616e11c255\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/bluetooth/iso.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.0\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"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/990e65eb9387c4ddfa7f68782b6644c2c35d489f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e054c1a6ae7310d2815778fddb87da616e11c255\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-18T23:49:59+00:00",
      "cve": "CVE-2026-72334",
      "id": "CVE-2026-72334",
      "initial_release_date": "2026-08-15T00: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: ISO: fix malformed ISO_END/CONT handling",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72334.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…