Answer in brief
CVE-2026-93785 records a Unknown severity vulnerability in cifs: validate idmap key payload 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 <6cfeef221ac00d63c07f6122f58e6159bde69ca0 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <8b12f65d7caf16d124098cb4895a203367d35b57 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <455488cd5054bcc59db40fa1cc2c004031a5b2a5 || >=0 <6.12.111 || >=0 <6.18.53 | 6cfeef221ac00d63c07f6122f58e6159bde69ca0, 8b12f65d7caf16d124098cb4895a203367d35b57, 455488cd5054bcc59db40fa1cc2c004031a5b2a5, 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: cifs: validate idmap key payload length The cifs.idmap key type stores its payload length in key->datalen, which is limited to U16_MAX. Accepting a larger key payload truncates the recorded length and can make later users interpret the payload using inconsistent bounds. Reject oversized preparsed payloads before allocating or copying them. This keeps key->datalen consistent with the stored data for both inline and separately allocated idmap payloads.
Quoted source text, attributed separately from HOL analysis.