CVE-2025-38597
BaseFortify
Publication date: 2025-08-19
Last updated on: 2025-11-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's drm/rockchip vop2 driver occurs because the code assumes a primary plane exists for a video port without verifying it. Specifically, when binding the vop2, the system looks for a primary plane usable by a video port, but if none is found (as in the case of the rk3576 vp2 when vp0 is in use), it leads to a null-pointer dereference and a potential crash. The fix adds a check to fail cleanly if no primary plane is found.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to dereference a null pointer when a primary plane is missing for a video port, potentially leading to system crashes or instability in devices using the affected driver, especially on hardware like the rk3576 vp2 when certain video ports are in use.