CVE Catalog

CVE-2026-97579

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, the mediatek vcodec AV1 driver has an unbounded tile-start copy in vdec_av1_slice_setup_tile(). The function copies entries into mi_col_starts[] and mi_row_starts[] without bounds checking.

Risk Assessment

Out-of-bounds copy can lead to memory corruption or system crash.

Recommendation

Apply the Linux kernel patch that bounds the copy to the array capacity.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: bound AV1 tile-start copy to the array capacity vdec_av1_slice_setup_tile() copies tile_cols + 1 / tile_rows + 1 entries into mi_col_starts[] / mi_row_starts[] from the bitstream tile_info. Bound the copy to the array capacity.

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