Answer in brief
CVE-2026-89730 records a Unknown severity vulnerability in fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write. 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 | >=34d1dc17ce978ae76e676d401b48fe9d004aa948 <b138bc665e21d4422382ab43aebdf0a2b7bb9cb3 || >=34d1dc17ce978ae76e676d401b48fe9d004aa948 <827ec385458adeeda651de2b6f3537e386b1a8d9 || >=34d1dc17ce978ae76e676d401b48fe9d004aa948 <4dc1051939e499c838229af035464a5fc7671198 || >=34d1dc17ce978ae76e676d401b48fe9d004aa948 <9da70a43b5fea60d758137f7f0ccfe19356cb5bb | b138bc665e21d4422382ab43aebdf0a2b7bb9cb3, 827ec385458adeeda651de2b6f3537e386b1a8d9, 4dc1051939e499c838229af035464a5fc7671198, 9da70a43b5fea60d758137f7f0ccfe19356cb5bb |
| Linux/Linuxgeneric | 4.14 | 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: fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write The trailing byte path in altera_cvp_send_block() dereferences a u32 pointer even when only 1-3 bytes remain in the input buffer. If the buffer ends at a page or scatterlist boundary, this can read past the valid image data and fault. Copy the remaining bytes into a zero-initialized u32 before writing the final word so only valid bytes are read from the input buffer.
Quoted source text, attributed separately from HOL analysis.