CVE-2026-64128

Source
https://cve.org/CVERecord?id=CVE-2026-64128
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64128.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64128
Downstream
Published
2026-07-19T15:40:24.678Z
Modified
2026-07-21T03:47:55.519984795Z
Summary
Bluetooth: ISO: drop ISO_END frames received without prior ISO_START
Details

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ISO: drop ISOEND frames received without prior ISOSTART

ISO data PDUs carry a packet-boundary flag indicating START, CONT, END or SINGLE. The ISOCONT branch of isorecv() guards against a missing ISOSTART by checking conn->rxlen before touching conn->rxskb, but ISOEND does not.

If a peer sends an ISOEND as the first packet on a fresh ISO connection, conn->rxskb is still NULL and conn->rxlen is zero, so skbput(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 ISOCONT check at the top of ISOEND so a stray end fragment is logged and dropped instead of crashing the host.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64128.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ccf74f2390d60a2f9a75ef496d2564abb478f46a
Fixed
1c3d1e1696b72579b970e17999c503a14535205b
Fixed
3af41ee7ebecb0d5c8a504861f6cfad31345310f
Fixed
39f4a82e80c8f5ed2d6952d73fbafc895721a728
Fixed
61f2410a96dee808029e2ae4d6ef2dd635f3477f
Fixed
e3a799881c12d27596232636a607e2e3fa448d63
Fixed
84c24fb151fc1179355296d7ff29129ac7c42129

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64128.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.0.0
Fixed
6.1.175
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.142
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.92
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.34
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.11

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64128.json"