CVE Catalog

CVE-2025-23157

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.19%

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

Summary

In the venus driver in the Linux kernel, the init_codecs function can be called multiple times by a manipulated payload from the video firmware. This can increment the codecs_count beyond MAX_CODEC_NUM, leading to an out-of-bounds access.

Risk Assessment

An attacker could exploit this vulnerability to read or write beyond the allowed memory area, potentially causing a system crash or information leak.

Recommendation

It is recommended to update the Linux kernel to a version containing the fix.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi_parser: add check to avoid out of bound access There is a possibility that init_codecs is invoked multiple times during manipulated payload from video firmware. In such case, if codecs_count can get incremented to value more than MAX_CODEC_NUM, there can be OOB access. Reset the count so that it always starts from beginning.

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