CVE-2026-52907
Received Received - Intake
Media: Rockchip RKCIF Array Bounds Issue

Publication date: 2026-06-09

Last updated on: 2026-06-14

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: media: rockchip: rkcif: fix off by one bugs Change these comparisons from > vs >= to avoid accessing one element beyond the end of the arrays. While at it, use ARRAY_SIZE instead of the _MAX enum values. [fix cosmetic issues]
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-09
Last Modified
2026-06-14
Generated
2026-06-15
AI Q&A
2026-06-09
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
rockchip rkcif *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is an off-by-one error in the Linux kernel's rockchip rkcif media component. Specifically, the issue involved incorrect comparison operators (using > instead of >=) that caused the code to access one element beyond the end of arrays. This could lead to out-of-bounds memory access.

The fix involved changing the comparisons to use >= and replacing _MAX enum values with ARRAY_SIZE to correctly limit array access.

Impact Analysis

Accessing memory beyond the end of an array can lead to undefined behavior, including potential crashes, data corruption, or security issues such as information disclosure or privilege escalation. However, specific impacts are not detailed in the provided information.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-52907. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart