Answer in brief
CVE-2026-89608 records a Unknown severity vulnerability in ecryptfs: pass packet set buffer size to parser. 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 | >=237fead619984cc48818fe12ee0ceada3f55b012 <329de8b9e988b152b938f09224670d97bada0b96 || >=237fead619984cc48818fe12ee0ceada3f55b012 <e5d254e654f2311a3c4b9c791d7f216554bcd17a || >=237fead619984cc48818fe12ee0ceada3f55b012 <747fd45be396a6aea3420ab657a0ab4e60185b05 || >=237fead619984cc48818fe12ee0ceada3f55b012 <2602b79c5b3e2f6fce12e38a670f8e3fda4e46a2 | 329de8b9e988b152b938f09224670d97bada0b96, e5d254e654f2311a3c4b9c791d7f216554bcd17a, 747fd45be396a6aea3420ab657a0ab4e60185b05, 2602b79c5b3e2f6fce12e38a670f8e3fda4e46a2 |
| Linux/Linuxgeneric | 2.6.19 | 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: pass packet set buffer size to parser ecryptfs_parse_packet_set() receives a pointer into the file header, but it calculates the remaining packet buffer size from PAGE_SIZE - 8. For version 1 headers the packet set starts later in the header, so this can overstate the available buffer. Pass the actual packet set buffer length from the caller and calculate per-packet limits from the remaining bytes in that buffer. Recompute the remaining length after consuming a tag 3 packet before parsing the following tag 11 packet.
Quoted source text, attributed separately from HOL analysis.