Answer in brief
CVE-2026-97408 records a Unknown severity vulnerability in Bluetooth: L2CAP: validate connectionless PSM length. The current sources do not mark it as known exploited. The current feed maps 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). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <3502ede8aed3c3ee1786d952a11054ac737d1a38 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <ae69dca122f6d6046a68cf40153e6e827c77ff5c || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <a40a5f922546b3bd7c094d882b29177db4f2abe0 || >=0 <6.12.111 || >=0 <6.18.53 | 3502ede8aed3c3ee1786d952a11054ac737d1a38, ae69dca122f6d6046a68cf40153e6e827c77ff5c, a40a5f922546b3bd7c094d882b29177db4f2abe0, 6.12.111, 6.18.53 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: validate connectionless PSM length Connectionless L2CAP frames carry a two-byte PSM at the start of the payload. l2cap_recv_frame() currently reads that PSM unconditionally after validating only the outer L2CAP length. A malformed connectionless frame with a zero- or one-byte payload can therefore make the parser read beyond the advertised skb payload and use tailroom bytes as part of the PSM. A VHCI-backed QEMU reproducer injected a one-byte connectionless payload and reached the unchecked read. Reject connectionless frames that cannot contain the PSM before reading or pulling it. This preserves all valid connectionless frames while dropping only structurally incomplete packets.
Quoted source text, attributed separately from HOL analysis.