Answer in brief
CVE-2026-97606 records a Unknown severity vulnerability in fs: autofs: fix memory leak in autofs_fill_super(). 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.
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), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=66917f85db6002ed09cd24186258892fcfca64b6 <4262b91e08e74cb5209ea737c554cf983d332382 || >=66917f85db6002ed09cd24186258892fcfca64b6 <9933ad1c4ff67680cd59c47f6d2e81b533bcd467 || >=66917f85db6002ed09cd24186258892fcfca64b6 <6259b5d9bdc45fdb3158406b28c27fa074823159 || >=66917f85db6002ed09cd24186258892fcfca64b6 <5ab54837fce04a1c9923d0bfd3d5de51fdc768b3 | 4262b91e08e74cb5209ea737c554cf983d332382, 9933ad1c4ff67680cd59c47f6d2e81b533bcd467, 6259b5d9bdc45fdb3158406b28c27fa074823159, 5ab54837fce04a1c9923d0bfd3d5de51fdc768b3 |
| Linux/Linuxgeneric | 6.7 | 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: fs: autofs: fix memory leak in autofs_fill_super() In autofs_fill_super(), we create a new inode using autofs_new_ino(), however, if we fail to create root_inode, (that is, root_inode failure path), we return -ENOMEM without freeing the new inode(ino) that we created causing a memory leak. Fix this by adding autofs_free_ino() to free the inode we created in root_inode failure path before returning ENOMEM.
Quoted source text, attributed separately from HOL analysis.