Bug 2487001 (CVE-2026-52907) - CVE-2026-52907 kernel: media: rockchip: rkcif: fix off by one bugs
Summary: CVE-2026-52907 kernel: media: rockchip: rkcif: fix off by one bugs
Keywords:
Status: NEW
Alias: CVE-2026-52907
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-09 14:01 UTC by OSIDB Bzimport
Modified: 2026-06-09 16:37 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-09 14:01:38 UTC
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]


Note You need to log in before you can comment on or make changes to this bug.