Answer in brief
CVE-2026-97518 records a Unknown severity vulnerability in wifi: cfg80211: reject duplicate wiphy cipher suite entries. 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 <1305f8b925fe92edf5fec183588dfc7db719180b || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <4cbb2360f4d8c29e67bc7a8bf6ba0ae096583923 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <7187d145d9042b037e4f10538f70cf95e380219f || >=0 <6.12.111 || >=0 <6.18.53 | 1305f8b925fe92edf5fec183588dfc7db719180b, 4cbb2360f4d8c29e67bc7a8bf6ba0ae096583923, 7187d145d9042b037e4f10538f70cf95e380219f, 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: cfg80211: reject duplicate wiphy cipher suite entries Duplicate entries in wiphy->cipher_suites do not describe any additional capability, but cfg80211 currently accepts them and leaves individual consumers to deal with them. One such consumer is the WEXT compatibility code, which appends a WEP key length for each WEP cipher entry it sees. Repeated WEP entries can therefore overflow the fixed iw_range::encoding_size array returned by SIOCGIWRANGE. Reject duplicate cipher suite entries in wiphy_register() instead. This keeps the cipher suite invariant in one place and makes malformed wiphy descriptions fail early with -EINVAL, rather than relying on a single cfg80211 user to handle duplicates correctly.
Quoted source text, attributed separately from HOL analysis.