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

Vulnerability from cvelistv5 – Published: 2026-08-15 05:55 – Updated: 2026-09-21 13:13
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 , < 49aeb54e3c912ef785311264a51ab9f3698e421b (git)
Affected: ccf74f2390d60a2f9a75ef496d2564abb478f46a , < 5e53e285f8c989662e34d4938c728a94226bff34 (git)
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: 6.12.111 , ≤ 6.12.* (semver)
Unaffected: 6.18.53 , ≤ 6.18.* (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": "49aeb54e3c912ef785311264a51ab9f3698e421b",
              "status": "affected",
              "version": "ccf74f2390d60a2f9a75ef496d2564abb478f46a",
              "versionType": "git"
            },
            {
              "lessThan": "5e53e285f8c989662e34d4938c728a94226bff34",
              "status": "affected",
              "version": "ccf74f2390d60a2f9a75ef496d2564abb478f46a",
              "versionType": "git"
            },
            {
              "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": "6.12.*",
              "status": "unaffected",
              "version": "6.12.111",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.53",
              "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": "6.12.111",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.53",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                },
                {
                  "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-09-21T13:13:44.760Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/49aeb54e3c912ef785311264a51ab9f3698e421b"
        },
        {
          "url": "https://git.kernel.org/stable/c/5e53e285f8c989662e34d4938c728a94226bff34"
        },
        {
          "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-09-21T13:13:44.760Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72334",
      "date": "2026-09-20",
      "epss": "0.00341",
      "percentile": "0.27669"
    },
    "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": {
        "affected": [
          {
            "affectedData": [
              {
                "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"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "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."
          }
        ],
        "id": "CVE-2026-72334",
        "lastModified": "2026-08-17T06:18:37.020",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "ADJACENT_NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 8.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 2.8,
              "impactScore": 5.9,
              "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
              "type": "Secondary"
            }
          ]
        },
        "published": "2026-08-15T06:22:06.580",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/990e65eb9387c4ddfa7f68782b6644c2c35d489f"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/e054c1a6ae7310d2815778fddb87da616e11c255"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Received"
      }
    },
    "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"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-01T13:30:01Z",
      "cve": "CVE-2026-72334",
      "id": "CVE-2026-72334",
      "initial_release_date": "2026-09-01T13:30:01Z",
      "product_status:known_affected": "82",
      "product_status:known_not_affected": "280",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-72334",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-72334.json",
      "version": "2"
    }
  }
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…