CVE Catalog

CVE-2025-71136

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

2th percentile - higher than 2% of all known CVEs

Summary

In the adv7842 driver in the Linux kernel, a possible out-of-bounds array access was found in the adv7842_cp_log_status() function. The cp_read() and hdmi_read() functions may return -EIO, which is then used as an array index.

Risk Assessment

Out-of-bounds array access can lead to system crashes or potential arbitrary code execution by an attacker.

Recommendation

Update the Linux kernel to a version containing the fix that checks the return values of cp_read() and hdmi_read().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log_status() It's possible for cp_read() and hdmi_read() to return -EIO. Those values are further used as indexes for accessing arrays. Fix that by checking return values where it's needed. Found by Linux Verification Center (linuxtesting.org) with SVACE.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS