Answer in brief
CVE-2026-93802 records a Unknown severity vulnerability in wifi: rsi: validate beacon length before fixed buffer copy. 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 <87710ad633ce4588aec88611d0d0745eb33a6991 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <266f195d5a14eec6c482fd09fbc924584c3371a7 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <8ecdeb8b8a33b22c597299043c0dcfce50beb9ea || >=0 <6.12.111 || >=0 <6.18.53 | 87710ad633ce4588aec88611d0d0745eb33a6991, 266f195d5a14eec6c482fd09fbc924584c3371a7, 8ecdeb8b8a33b22c597299043c0dcfce50beb9ea, 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: wifi: rsi: validate beacon length before fixed buffer copy rsi_prepare_beacon() copies the mac80211 beacon frame after FRAME_DESC_SZ into a management skb whose usable tailroom may be smaller than MAX_MGMT_PKT_SIZE after alignment. Validate the beacon length against the actual tailroom before the copy and skb_put(). Leave ownership of the management skb with the caller on error, matching the existing rsi_send_beacon() cleanup path.
Quoted source text, attributed separately from HOL analysis.