Answer in brief
CVE-2026-64404 records a Unknown severity vulnerability in Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=cbe640d6cae590b9a7d81ce86fe9a90e83eec1d5 <b3e647a4aa4d2d054f86a783f5c426035e1dc237 || >=7a17308c17880d259105f6e591eb1bc77b9612f0 <b84eeb7636d6962dd882d5e0b31475e4f404313c || >=7a17308c17880d259105f6e591eb1bc77b9612f0 <01afd198c2c286cd3b81f44d4e33a2e638711550 || >=7a17308c17880d259105f6e591eb1bc77b9612f0 <d5541eb148da72d5e0a1bca8ecd171f9fc8b366f || >=6.12.6 <6.12.96 | b3e647a4aa4d2d054f86a783f5c426035e1dc237, b84eeb7636d6962dd882d5e0b31475e4f404313c, 01afd198c2c286cd3b81f44d4e33a2e638711550, d5541eb148da72d5e0a1bca8ecd171f9fc8b366f, 6.12.96 |
| Linux/Linuxgeneric | 6.13 | Not reported |
Published upstream
Jul 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 11, 2026
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync() iso_conn_big_sync() drops the socket lock to call hci_get_route() and then re-acquires it, but dereferences iso_pi(sk)->conn->hcon afterwards without re-checking that conn is still valid. While the lock is dropped, the connection can be torn down under the same socket lock: iso_disconn_cfm() -> iso_conn_del() -> iso_chan_del() sets iso_pi(sk)->conn to NULL (and the broadcast teardown path can also clear conn->hcon on its own). When iso_conn_big_sync() re-acquires the lock and reads conn->hcon, conn may be NULL, causing a NULL pointer dereference (hcon is the first member of struct iso_conn). This path is reached from iso_sock_recvmsg() for a PA-sync broadcast sink socket (BT_SK_DEFER_SETUP | BT_SK_PA_SYNC), so the dropped-lock window can race with connection teardown driven by controller events. Re-validate iso_pi(sk)->conn and its hcon after re-acquiring the socket lock and bail out if the connection went away, as already done in the sibling iso_sock_rebind_bc().
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-64404 records a Unknown severity vulnerability in Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=cbe640d6cae590b9a7d81ce86fe9a90e83eec1d5 <b3e647a4aa4d2d054f86a783f5c426035e1dc237 || >=7a17308c17880d259105f6e591eb1bc77b9612f0 <b84eeb7636d6962dd882d5e0b31475e4f404313c || >=7a17308c17880d259105f6e591eb1bc77b9612f0 <01afd198c2c286cd3b81f44d4e33a2e638711550 || >=7a17308c17880d259105f6e591eb1bc77b9612f0 <d5541eb148da72d5e0a1bca8ecd171f9fc8b366f || >=6.12.6 <6.12.96 | b3e647a4aa4d2d054f86a783f5c426035e1dc237, b84eeb7636d6962dd882d5e0b31475e4f404313c, 01afd198c2c286cd3b81f44d4e33a2e638711550, d5541eb148da72d5e0a1bca8ecd171f9fc8b366f, 6.12.96 |
| Linux/Linuxgeneric | 6.13 | Not reported |
Published upstream
Jul 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 11, 2026
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync() iso_conn_big_sync() drops the socket lock to call hci_get_route() and then re-acquires it, but dereferences iso_pi(sk)->conn->hcon afterwards without re-checking that conn is still valid. While the lock is dropped, the connection can be torn down under the same socket lock: iso_disconn_cfm() -> iso_conn_del() -> iso_chan_del() sets iso_pi(sk)->conn to NULL (and the broadcast teardown path can also clear conn->hcon on its own). When iso_conn_big_sync() re-acquires the lock and reads conn->hcon, conn may be NULL, causing a NULL pointer dereference (hcon is the first member of struct iso_conn). This path is reached from iso_sock_recvmsg() for a PA-sync broadcast sink socket (BT_SK_DEFER_SETUP | BT_SK_PA_SYNC), so the dropped-lock window can race with connection teardown driven by controller events. Re-validate iso_pi(sk)->conn and its hcon after re-acquiring the socket lock and bail out if the connection went away, as already done in the sibling iso_sock_rebind_bc().
Quoted source text, attributed separately from HOL analysis.