CVE-2025-23158
Last modified
CVE-2025-23158 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.13, < 5.4.293 |
| Linux | Linux Kernel | >= 5.5, < 5.10.237 |
| Linux | Linux Kernel | >= 5.11, < 5.15.181 |
| Linux | Linux Kernel | >= 5.16, < 6.1.135 |
| Linux | Linux Kernel | >= 6.2, < 6.6.88 |
| Linux | Linux Kernel | >= 6.7, < 6.12.24 |
| Linux | Linux Kernel | >= 6.13, < 6.13.12 |
| Linux | Linux Kernel | >= 6.14, < 6.14.3 |
| Debian | Debian Linux | 11.0 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-23158?
How severe is CVE-2025-23158?
How do I fix CVE-2025-23158?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-23152In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-23153In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-23154In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-23155In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-23156In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-23157In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-23159In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-23160In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-23161In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-23162In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-23163In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-23164A misconfigured access token mechanism in the Unifi Protect …4.4
Are you affected by CVE-2025-23158?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
