CVE-2026-97580
Last modified
CVE-2026-97580 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: rkvdec: bound HEVC tile loops and PPS id to the array capacity compute_tiles_uniform() and compute_tiles_non_uniform() loop over num_tile_columns_minus1 + 1 / num_tile_rows_minus1 + 1 entries, and assemble_hw_pps() writes one COLUMN_WIDTH / ROW_HEIGHT register per tile and indexes priv_tbl->param_set[] by pic_parameter_set_id, all taken from the untrusted PPS. Use the bounded v4l2_hevc_pps_num_tile_columns() / v4l2_hevc_pps_num_tile_rows() helpers for the tile loops, and bail out of assemble_hw_pps() before indexing priv_tbl->param_set[] with an out-of-range pic_parameter_set_id, so the writes stay within the hardware tables..
Description
In the Linux kernel, the following vulnerability has been resolved: media: rkvdec: bound HEVC tile loops and PPS id to the array capacity compute_tiles_uniform() and compute_tiles_non_uniform() loop over num_tile_columns_minus1 + 1 / num_tile_rows_minus1 + 1 entries, and assemble_hw_pps() writes one COLUMN_WIDTH / ROW_HEIGHT register per tile and indexes priv_tbl->param_set[] by pic_parameter_set_id, all taken from the untrusted PPS. Use the bounded v4l2_hevc_pps_num_tile_columns() / v4l2_hevc_pps_num_tile_rows() helpers for the tile loops, and bail out of assemble_hw_pps() before indexing priv_tbl->param_set[] with an out-of-range pic_parameter_set_id, so the writes stay within the hardware tables.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3595375c2301653d5440d54b396df03499686c20, < 03beb248d8a7bab30559a60d4df81f167e63b9e3; >= 3595375c2301653d5440d54b396df03499686c20, < 81ad46bb33d8fd279aaa33af5296c648814c964b |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97580?
How severe is CVE-2026-97580?
How do I fix CVE-2026-97580?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97575In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97576In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97577In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97578In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97579In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-9758Improper comparison with the certificates trusted list in S2…7.3
- CVE-2026-97581In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97582In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97583In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-97584In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97585In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97586In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97580?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
