CVE-2026-97577

Source
https://cve.org/CVERecord?id=CVE-2026-97577
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97577.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97577
Downstream
Published
2026-09-25T10:21:59Z
Modified
2026-09-26T03:48:29Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
media: verisilicon: rockchip: reject AV1 frames exceeding the tile capacity
Details

In the Linux kernel, the following vulnerability has been resolved:

media: verisilicon: rockchip: reject AV1 frames exceeding the tile capacity

rockchip_vpu981_av1_dec_set_tile_info() indexes the tile group entry array by tile1 * tile_cols + tile0, reading up to tile_cols * tile_rows entries, lays out one descriptor per tile in the AV1_MAX_TILES tile_info buffer, and programs the real tile_cols / tile_rows into the hardware.

The tile group entry control is a dynamic array sized to the number of entries userspace submitted, independent of tile_cols / tile_rows, so a frame that claims more tiles than entries reads past the array. A frame that claims more than AV1_MAX_TILES tiles also leaves the hardware programmed for more tiles than the descriptor buffer holds.

Reject both in prepare_run(): tile_cols * tile_rows must not exceed the submitted entry count or AV1_MAX_TILES. The entry count is read via v4l2_ctrl_find() (ctrl->elems). This mirrors the bound the mediatek AV1 decoder already enforces.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97577.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
727a400686a2c0d25015c9e44916a59b72882f83
Fixed
40029f7f35397853f8711d6fce1d90a4c7a01f8c
Fixed
a41babf528f70c9a82ed31cfb5fe19065910f7f0
Fixed
fd965369220cc160bb20a24991790814bfbab401
Fixed
367db8b23c26a913d76ed70457bbcd781c422b49

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97577.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97577.json"