Answer in brief
CVE-2026-97584 records a High severity (CVSS 7.8) vulnerability in afs: Fix incorrect free in candidate cleanup in afs_lookup_server(). 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.
CVSS is 7.8. 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 | >=d6aa05cd995830f6dcee7b139335edb266de38a6 <981d72663dee2fa6efaf202293e68d2b10a0d1d4 || >=4882ba78574e2d8c579658f65f6784b0d139d173 <e5bc0fa9959dc8f7eb1afab7c039594a16a1a65c || >=4882ba78574e2d8c579658f65f6784b0d139d173 <349e713039a1fd6659c27e7a66238bfa49ce37e9 || >=4882ba78574e2d8c579658f65f6784b0d139d173 <044d596094af4b769fb8e1173dff0d08bd68db6c || >=6.12.101 <6.12.111 | 981d72663dee2fa6efaf202293e68d2b10a0d1d4, e5bc0fa9959dc8f7eb1afab7c039594a16a1a65c, 349e713039a1fd6659c27e7a66238bfa49ce37e9, 044d596094af4b769fb8e1173dff0d08bd68db6c, 6.12.111 |
| Linux/Linuxgeneric | 6.15 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 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: afs: Fix incorrect free in candidate cleanup in afs_lookup_server() Fix afs_lookup_server() to not free an existing server's endpoint state when cleaning up a candidate server. The candidate record doesn't have an endpoint state yet at this point, so the free for that can just be removed.
Quoted source text, attributed separately from HOL analysis.