CVE-2026-89882
Last modified
CVE-2026-89882 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: hevc: guard INTER_REF_PIC_SET_PRED index underflow st_ref_pic_set_prediction() computes the reference RPS index as st_rps_idx - (delta_idx_minus1 + 1) per HEVC spec equation 7-59. Both operands are u8, so when delta_idx_minus1 + 1 exceeds the current index the subtraction wraps and the subsequent array access at calculated_rps_st_sets[ref_rps_idx] reads far out of bounds. A userspace V4L2 client that can open the RKVDEC m2m decoder can submit an EXT_SPS_ST_RPS control with INTER_REF_PIC_SET_PRED set and delta_idx_minus1 crafted to trigger the underflow. Reject the entry early when the reference index would underflow..
Description
In the Linux kernel, the following vulnerability has been resolved: media: rkvdec: hevc: guard INTER_REF_PIC_SET_PRED index underflow st_ref_pic_set_prediction() computes the reference RPS index as st_rps_idx - (delta_idx_minus1 + 1) per HEVC spec equation 7-59. Both operands are u8, so when delta_idx_minus1 + 1 exceeds the current index the subtraction wraps and the subsequent array access at calculated_rps_st_sets[ref_rps_idx] reads far out of bounds. A userspace V4L2 client that can open the RKVDEC m2m decoder can submit an EXT_SPS_ST_RPS control with INTER_REF_PIC_SET_PRED set and delta_idx_minus1 crafted to trigger the underflow. Reject the entry early when the reference index would underflow.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c9a59dc2acc72789d5c778af080d1e65af84862c, < 74938f83a8abbee8f502dfb5d94213b2497d1edf; >= c9a59dc2acc72789d5c778af080d1e65af84862c, < 052c5ed5a1d96a6b24fd50ccda16fc6841ee7ca3 |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89882?
How severe is CVE-2026-89882?
How do I fix CVE-2026-89882?
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-89877In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89878In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89879In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8988Autel Maxi Charger Single firmware through V1.03.51 exposes …6.8
- CVE-2026-89880In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89881In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89883In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89884In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89885In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89886In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89887In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89888In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89882?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
