PT-2025-40084 · Xfs+3 · Xfs+3
John.Doe
·
Published
2025-01-01
·
Updated
2026-04-20
·
CVE-2025-39910
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel’s
kasan populate vmalloc() function and its helpers did not correctly respect the caller’s gfp mask, always using GFP KERNEL instead. This inconsistency with vmalloc(), which supports GFP NOFS and GFP NOIO allocations, could lead to a deadlock, particularly in scenarios where vmalloc is called with GFP NOFS, such as by XFS. The issue stemmed from page table allocations during shadow population also ignoring the external gfp mask. The patch addresses this by extending kasan populate vmalloc() and helpers to accept gfp mask, passing it down to allocation functions, and enforcing GFP NOFS/GFP NOIO semantics around apply to page range().Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Astra Linux
Debian
Linux Kernel
Xfs