CVE Catalog

CVE-2026-97578

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, the Verisilicon Rockchip VPU981 AV1 driver has an unguarded division and tile buffer write. The function rockchip_vpu981_av1_dec_set_tile_info() divides by tile_cols which can be zero, and writes descriptors without bounding to buffer capacity.

Risk Assessment

Division by zero can cause system crash, and out-of-bounds write can lead to memory corruption.

Recommendation

Apply the Linux kernel patch that initializes values to zero and computes them only when tile_cols is non-zero, and stops descriptor writes once the buffer is full.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: rockchip: guard VPU981 AV1 divisor and tile buffer rockchip_vpu981_av1_dec_set_tile_info() divides context_update_tile_id by tile_info->tile_cols and writes one descriptor per tile into the tile_info DMA buffer, which holds AV1_MAX_TILES entries; tile_cols and tile_rows come from the bitstream. Guard the division against a zero tile_cols by initialising the context-update values to zero and computing them only when tile_cols is non-zero, and stop the descriptor writes once the tile_info buffer is full. The tile geometry written to the hardware registers is left unmodified; the per-dimension and total tile bounds are enforced by the control validation.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS