CVE-2025-23156

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-23156
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-23156.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-23156
Downstream
Related
Published
2025-05-01T13:15:51Z
Modified
2025-08-09T19:01:27Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

media: venus: hfi_parser: refactor hfi packet parsing logic

wordscount denotes the number of words in total payload, while data points to payload of various property within it. When wordscount 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.

References

Affected packages