DEBIAN-CVE-2025-38467
In the Linux kernel, the following vulnerability has been resolved: drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling If there's support for another console device (such as a TTY serial), the kernel occasionally panics during boot. The panic message and a relevant snippet of the call stack is as follows: Unable to handle kernel NULL pointer dereference at virtual address 000000000000000 Call trace: drm_crtc_handle_vblank+0x10/0x30 (P) decon_irq_handler+0x88/0xb4 [...] Otherwise, the panics don't happen. This indicates that it's some sort of race condition. Add a check to validate if the drm device can handle vblanks before calling drm_crtc_handle_vblank() to avoid this.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 6.12.38-1, 0 |
| Debian:11 | linux | 5.10.226-1, 5.10.223-1, 5.10.221-1 |
| Debian:11 | linux-6.1 | 6.1.106-3, 6.1.106-3, 0 |
| Debian:14 | linux | 6.15.1-1, 6.12.38-1, 6.12.41-1 |
| Debian:12 | linux | 6.1.55-1, 6.1.38-2, 6.1.38-4 |
Exploit Intelligence
- 3510.3.8.yml (github-poc)
Timeline
- Jul 25, 2025 CVE Published
- Apr 28, 2026 CVE Updated