SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-89730

UNKNOWN · CVSS N/A EPSS 0.20%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's altera-cvp driver, specifically in the altera_cvp_send_block() function, where an out-of-bounds read can occur when handling input buffers with 1-3 remaining bytes. This flaw may lead to reading past valid image data, potentially causing system faults. Organizations using affected Linux systems, particularly those relying on FPGA functionalities, should prioritize addressing this issue to mitigate risks associated with data integrity and system stability.

CVE
CVE-2026-89730
Severity
UNKNOWN
CVSS
N/A
EPSS
0.20%
Linux

Original NVD Description

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.