Answer in brief
CVE-2026-89605 records a Unknown severity vulnerability in ecryptfs: release message context on send failure. 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 <47ce611cb13f0eefa550d5434c1afcd4217bfc3e || >=f66e883eb6186bc43a79581b67aff7d1a69d0ff1 <9319706316a8e79f374627554386d575a84b637f || >=f66e883eb6186bc43a79581b67aff7d1a69d0ff1 <654b7e79443f5ea90849f5c1cf70c0d94bd5b10e || >=f66e883eb6186bc43a79581b67aff7d1a69d0ff1 <219644a3ad5518217b2d62cad6d2c36a2308c949 | 47ce611cb13f0eefa550d5434c1afcd4217bfc3e, 9319706316a8e79f374627554386d575a84b637f, 654b7e79443f5ea90849f5c1cf70c0d94bd5b10e, 219644a3ad5518217b2d62cad6d2c36a2308c949 |
| 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: release message context on send failure ecryptfs_send_message_locked() moves a message context from the free list to the allocated list before sending the request to the userspace daemon. If ecryptfs_send_miscdev() fails, the context is left on the allocated list and cannot be reused. Move it back to the free list on failure and clear the caller's pointer.
Quoted source text, attributed separately from HOL analysis.