Description
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.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability stems from the Linux kernel’s handling of ISO packets received over Bluetooth. When a controller sends malformed ISO packets—specifically an ISO_START followed by an ISO_CONT that ends the payload—the kernel may leak a reference to the underlying skb, or even crash when an ISO_END packet is too long and causes an out‑of‑bounds write. The bug also accepts ISO_END packets that are shorter than required, bypassing expected checks. These flaws represent an improper validation of packet contents and a mutable pointer that can lead to kernel memory corruption, resulting in a system crash.

Affected Systems

The flaw is present in the Linux kernel’s Bluetooth ISO implementation and potentially affects all distributions that ship the current kernel version without the patch. No product‑specific versions are provided in the CVE data, so any system running the affected kernel may be vulnerable.

Risk and Exploitability

The CVSS score is 8.8 and the EPSS indicates a very low but non‑zero exploitation probability (<1%). Because the flaw requires an adversary to send crafted Bluetooth ISO packets, the attack vector is likely local or restricted to devices that can establish a Bluetooth connection. The vulnerability is not listed in the CISA KEV catalog. If exploitation succeeds, it can cause a kernel panic or memory corruption, potentially allowing an attacker to gain elevated privileges or cause a denial of service.

Generated by OpenCVE AI on August 22, 2026 at 08:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the fix for malformed ISO_END/CONT handling.
  • If a timely kernel update is not possible, disable the Bluetooth ISO service or filter all Bluetooth traffic using firewall or host‑based controls.
  • Continuously monitor system logs for Bluetooth‑related anomalies and ensure proper intrusion detection for unusual packet patterns.

Generated by OpenCVE AI on August 22, 2026 at 08:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120
CWE-170

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120
CWE-170

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Bluetooth: ISO: fix malformed ISO_END/CONT handling
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:42:54.538Z

Reserved: 2026-08-09T03:40:39.920Z

Link: CVE-2026-72334

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:06.580

Modified: 2026-08-17T06:18:37.020

Link: CVE-2026-72334

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72334 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T08:15:03Z

Weaknesses