Security Advisory

CVE-2026-52907

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-06-09 12:36:04
Last updated 2026-06-14 18:09:46
Assigner Linux
CVSS score 7.8
State PUBLISHED

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]