PT-2026-61445 · Linux · Linux
CVE-2026-64128
·
Published
2026-07-19
·
Updated
2026-07-19
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: ISO: drop ISO END frames received without prior ISO START
ISO data PDUs carry a packet-boundary flag indicating START, CONT, END
or SINGLE. The ISO CONT branch of iso recv() guards against a missing
ISO START by checking conn->rx len before touching conn->rx skb, but
ISO END does not.
If a peer sends an ISO END as the first packet on a fresh ISO
connection, conn->rx skb is still NULL and conn->rx len is zero, so
skb put(conn->rx skb, ...) dereferences NULL and oopses. For BIS,
where receivers sync to a broadcaster without pairing, any broadcaster
on the air can trigger this.
Mirror the ISO CONT check at the top of ISO END so a stray end fragment
is logged and dropped instead of crashing the host.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux