Answer in brief
CVE-2026-92497 records a Unknown severity vulnerability in wifi: ath12k: Avoid buffer overread in ath12k_wmi_op_rx(). 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 | >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <9784faa6afd26693287e8e4569bdedee00212909 || >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <07659388110de004cbb753f3c7bc85e657e51f7a || >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <95d1bd1db9e9d8eccffc880166e01c4775115716 || >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <9e6ec0977f0b9c16fc20efea050e3eea8f66e34b || >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <7698656a2f7b045af5a6859766238cefea1b1945 | 9784faa6afd26693287e8e4569bdedee00212909, 07659388110de004cbb753f3c7bc85e657e51f7a, 95d1bd1db9e9d8eccffc880166e01c4775115716, 9e6ec0977f0b9c16fc20efea050e3eea8f66e34b, 7698656a2f7b045af5a6859766238cefea1b1945 |
| Linux/Linuxgeneric | 6.3 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Avoid buffer overread in ath12k_wmi_op_rx() Currently, in ath12k_wmi_op_rx(), the firmware buffer is read without first verifying that the buffer has enough data to hold a header. This could result in a buffer overread. Update the logic to verify the buffer contains at least enough data to hold a wmi_cmd_hdr before reading from the buffer. Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.1.c7-00108-QCAHMTSWPL_V1.0_V2.0_SILICONZ_UPSTREAM-3
Quoted source text, attributed separately from HOL analysis.