CVE-2025-23158
Published: May 1, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi: add check to handle incorrect queue size qsize represents size of shared queued between driver and video firmware. Firmware can modify this value to an invalid large value. In such situation, empty_space will be bigger than the space actually available. Since new_wr_idx is not checked, so the following code will result in an OOB write. ... qsize = qhdr->q_size if (wr_idx >= rd_idx) empty_space = qsize - (wr_idx - rd_idx) .... if (new_wr_idx < qsize) { memcpy(wr_ptr, packet, dwords << 2) --> OOB write Add check to ensure qsize is within the allocated size while reading and writing packets into the queue.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected d96d3f30c0f2f564f6922bf4ccdf4464992e31fb - < 1b86c1917e16bafbbb08ab90baaff533aa36c62daffected d96d3f30c0f2f564f6922bf4ccdf4464992e31fb - < a45957bcde529169188929816775a575de77d84faffected d96d3f30c0f2f564f6922bf4ccdf4464992e31fb - < 32af5c1fdb9bc274f52ee0472d3b060b18e4aab4affected d96d3f30c0f2f564f6922bf4ccdf4464992e31fb - < cf5f7bb4e0d786f4d9d50ae6b5963935eab71d75affected d96d3f30c0f2f564f6922bf4ccdf4464992e31fb - < 40084302f639b3fe954398c5ba5ee556b7242b54+4 more versions |
Linux | Linux | affected 4.13unaffected 0 - < 4.13unaffected 5.4.293 - <= 5.4.*unaffected 5.10.237 - <= 5.10.*unaffected 5.15.181 - <= 5.15.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now