CVE Catalog

CVE-2025-23156

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, parsing HFI packets can lead to an out-of-bounds access when words_count reaches the last word. The fix adds calculation of remaining bytes before parsing.

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: refactor hfi packet parsing logic words_count denotes the number of words in total payload, while data points to payload of various property within it. When words_count reaches last word, data can access memory beyond the total payload. This can lead to OOB access. With this patch, the utility api for handling individual properties now returns the size of data consumed. Accordingly remaining bytes are calculated before parsing the payload, thereby eliminates the OOB access possibilities.

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