DEBIAN-CVE-2025-38510
In the Linux kernel, the following vulnerability has been resolved: kasan: remove kasan_find_vm_area() to prevent possible deadlock find_vm_area() couldn't be called in atomic_context. If find_vm_area() is called to reports vm area information, kasan can trigger deadlock like: CPU0 CPU1 vmalloc(); alloc_vmap_area(); spin_lock(&vn->busy.lock) spin_lock_bh(&some_lock); <interrupt occurs> <in softirq> spin_lock(&some_lock); <access invalid address> kasan_report(); print_report(); print_address_description(); kasan_find_vm_area(); find_vm_area(); spin_lock(&vn->busy.lock) // deadlock! To prevent possible deadlock while kasan reports, remove kasan_find_vm_area().
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 6.12.38-1, 6.12.38-1, 0 |
| Debian:11 | linux-6.1 | 6.1.137-1, 6.1.129-1, 6.1.128-1 |
| Debian:12 | linux | 6.1.94-1~bpo11+1, 0, 6.1.106-1 |
| Debian:14 | linux | 6.12.43-1, 6.12.41-1, 6.12.38-1 |
Timeline
- Aug 16, 2025 CVE Published
- Apr 28, 2026 CVE Updated