CVE-2025-38597
Last modified
CVE-2025-38597 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop2: fail cleanly if missing a primary plane for a video-port Each window of a vop2 is usable by a specific set of video ports, so while binding the vop2, we look through the list of available windows trying to find one designated as primary-plane and usable by that specific port. The code later wants to use drm_crtc_init_with_planes with that found primary plane, but nothing has checked so far if a primary plane was actually found. For whatever reason, the rk3576 vp2 does not have a usable primary window (if vp0 is also in use) which brought the issue to light and ended in a null-pointer dereference further down. As we expect a primary-plane to exist for a video-port, add a check at the end of the window-iteration and fail probing if none was found.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop2: fail cleanly if missing a primary plane for a video-port Each window of a vop2 is usable by a specific set of video ports, so while binding the vop2, we look through the list of available windows trying to find one designated as primary-plane and usable by that specific port. The code later wants to use drm_crtc_init_with_planes with that found primary plane, but nothing has checked so far if a primary plane was actually found. For whatever reason, the rk3576 vp2 does not have a usable primary window (if vp0 is also in use) which brought the issue to light and ended in a null-pointer dereference further down. As we expect a primary-plane to exist for a video-port, add a check at the end of the window-iteration and fail probing if none was found.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 6.15.10 |
| Linux | Linux Kernel | >= 6.16, < 6.16.1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-38597?
How severe is CVE-2025-38597?
How do I fix CVE-2025-38597?
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-38591In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38592In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-38593In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38594In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38595In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38596In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38598In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38599In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-3860The CarDealerPress plugin for WordPress is vulnerable to Sto…6.4
- CVE-2025-38600In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38601In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38602In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-38597?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
