CVE-2025-39807
BaseFortify
Publication date: 2025-09-16
Last updated on: 2025-12-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.12.40 (inc) to 6.12.45 (exc) |
| linux | linux_kernel | From 6.15.8 (inc) to 6.16 (exc) |
| linux | linux_kernel | From 6.16.1 (inc) to 6.16.5 (exc) |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
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/mediatek component occurs because of missing error handling for an old CRTC state during atomic_disable. After a hotplug event, the cursor may continue to update, leading to a kernel panic caused by a NULL pointer dereference when accessing old_state->crtc. The fix involves adding NULL pointer checks to prevent operations on an invalid CRTC state, thereby improving system stability.
How can this vulnerability impact me? :
This vulnerability can cause a kernel panic, which results in a system crash or instability. This can disrupt normal operations, potentially causing data loss or downtime on affected systems using the Linux kernel with the drm/mediatek driver.