CVE-2025-39776
Linux Linux, SIMATIC CN 4100, linux kernel
In the Linux kernel, the following vulnerability has been resolved: mm/debug_vm_pgtable: clear page table entries at destroy_args() The mm/debug_vm_pagetable test allocates manually page table entries for the tests it runs, using also its manually allocated mm_struct. That in itself is ok, but when it exits, at destroy_args() it fails to clear those entries with the *_clear functions. The problem is that leaves stale entries. If another process allocates an mm_struct with a pgd at the same address, it may end up running into the stale entry. This is happening in practice on a debug kernel w...
- CVSS
- 7.8
- EPSS
- 0.14% 3.50% percentile
- CISA KEV
- Not listed
- Published
- 2025.09.12