GHSA-QWWX-92M3-HF86
Vulnerability from github – Published: 2026-07-19 18:31 – Updated: 2026-07-19 18:31In 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.
{
"affected": [],
"aliases": [
"CVE-2026-64128"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-07-19T16:17:54Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: ISO: drop ISO_END frames received without prior ISO_START\n\nISO data PDUs carry a packet-boundary flag indicating START, CONT, END\nor SINGLE. The ISO_CONT branch of iso_recv() guards against a missing\nISO_START by checking conn-\u003erx_len before touching conn-\u003erx_skb, but\nISO_END does not.\n\nIf a peer sends an ISO_END as the first packet on a fresh ISO\nconnection, conn-\u003erx_skb is still NULL and conn-\u003erx_len is zero, so\nskb_put(conn-\u003erx_skb, ...) dereferences NULL and oopses. For BIS,\nwhere receivers sync to a broadcaster without pairing, any broadcaster\non the air can trigger this.\n\nMirror the ISO_CONT check at the top of ISO_END so a stray end fragment\nis logged and dropped instead of crashing the host.",
"id": "GHSA-qwwx-92m3-hf86",
"modified": "2026-07-19T18:31:53Z",
"published": "2026-07-19T18:31:53Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64128"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/1c3d1e1696b72579b970e17999c503a14535205b"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/39f4a82e80c8f5ed2d6952d73fbafc895721a728"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/3af41ee7ebecb0d5c8a504861f6cfad31345310f"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/61f2410a96dee808029e2ae4d6ef2dd635f3477f"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/84c24fb151fc1179355296d7ff29129ac7c42129"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e3a799881c12d27596232636a607e2e3fa448d63"
}
],
"schema_version": "1.4.0",
"severity": []
}
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.