Answer in brief
CVE-2026-93210 records a Unknown severity vulnerability in smb: client: harden DFS cache against invalid target hints. 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 <a48328afbc3f63e3b9de8827e2e16c15b17976f7 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <6cb7f9fed8f40f28fbd464ca99c946951afc0952 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <66dbcdbb0cadffd12eb8f2b115fd57d384c5109d || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <846f0709559b9e27024e126a80bc7afb76516912 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <7e32da6047d9afdae8dd17b87b4c8d97363c4ee2 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <bf86c08123c6ab8c61cc0be1dad7540db93738ff || >=0 <6.1.188 || >=0 <6.6.157 || >=0 <6.12.109 || >=0 <6.18.50 || >=0 <7.2.4 | a48328afbc3f63e3b9de8827e2e16c15b17976f7, 6cb7f9fed8f40f28fbd464ca99c946951afc0952, 66dbcdbb0cadffd12eb8f2b115fd57d384c5109d, 846f0709559b9e27024e126a80bc7afb76516912, 7e32da6047d9afdae8dd17b87b4c8d97363c4ee2, bf86c08123c6ab8c61cc0be1dad7540db93738ff, 6.1.188, 6.6.157, 6.12.109, 6.18.50, 7.2.4 |
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: smb: client: harden DFS cache against invalid target hints Currently, get_tgt_name() returns ERR_PTR(-ENOENT) when ce->tgthint is NULL, and dfs_cache_noreq_update_tgthint() assumes ce->tgthint is always valid. In preparation for clearing ce->tgthint in free_tgts(), harden callers of get_tgt_name() against ERR_PTR results and harden dfs_cache_noreq_update_tgthint() against NULL pointer dereferences.
Quoted source text, attributed separately from HOL analysis.