Answer in brief
CVE-2026-80857 records a Unknown severity vulnerability in fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free. 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 | >=204aa22a686bfee48daca7db620c1e017615f2ff <715cb86e33cda43f5224cdc3fd5610c0b6a46f7a || >=204aa22a686bfee48daca7db620c1e017615f2ff <64b0b5cacbd2fea88001464cb712c9dfc795b26e || 0c7fca880a40a209a9c92be14143996d14b93ff6 || 300e812b882a174dca675d8028684001ad5826bc || >=6.18.25 <6.19 || >=7.0.2 <7.1 | 715cb86e33cda43f5224cdc3fd5610c0b6a46f7a, 64b0b5cacbd2fea88001464cb712c9dfc795b26e, 6.19, 7.1 |
| Linux/Linuxgeneric | 7.1 | Not reported |
Published upstream
Sep 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 4, 2026
In the Linux kernel, the following vulnerability has been resolved: fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free The abort_on_kill path in request_wait_answer() calls fuse_abort_conn() and returns without waiting for FR_FINISHED. If fuse_dev_do_write() is concurrently processing the same request (FR_LOCKED set), the caller frees req->args while it is still being accessed, causing a use-after-free. Fix this by jumping to the existing wait_event(FR_FINISHED) instead of returning early. The wait will not hang because fuse_abort_conn() ensures all requests are ended.
Quoted source text, attributed separately from HOL analysis.