Answer in brief
CVE-2026-89609 records a Unknown severity vulnerability in ecryptfs: hold msg ctx list lock when cleaning daemon queue. 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 | >=f66e883eb6186bc43a79581b67aff7d1a69d0ff1 <7e48afafe7abc275f7b6916613bb18b821e7d94a || >=f66e883eb6186bc43a79581b67aff7d1a69d0ff1 <0d9636ecba34bd553ecf19049f7705505aea62fd || >=f66e883eb6186bc43a79581b67aff7d1a69d0ff1 <4c02acbe0a2692ca9991c51e62bbe6d6b59dac31 || >=f66e883eb6186bc43a79581b67aff7d1a69d0ff1 <779972513c2fa8c7938e54976f686091dafff22f | 7e48afafe7abc275f7b6916613bb18b821e7d94a, 0d9636ecba34bd553ecf19049f7705505aea62fd, 4c02acbe0a2692ca9991c51e62bbe6d6b59dac31, 779972513c2fa8c7938e54976f686091dafff22f |
| Linux/Linuxgeneric | 2.6.26 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: ecryptfs: hold msg ctx list lock when cleaning daemon queue ecryptfs_exorcise_daemon() drops queued messages from a dying daemon without holding ecryptfs_msg_ctx_lists_mux, but ecryptfs_msg_ctx_alloc_to_free() requires that lock. Take the list lock while moving the queued contexts back to the free list to avoid racing with other global msg ctx list users.
Quoted source text, attributed separately from HOL analysis.