CVE-2026-43262
Awaiting Analysis Awaiting Analysis - Queue
Page Fault in GFS2 FIEMAP Handling

Publication date: 2026-05-06

Last updated on: 2026-05-06

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: gfs2: fiemap page fault fix In gfs2_fiemap(), we are calling iomap_fiemap() while holding the inode glock. This can lead to recursive glock taking if the fiemap buffer is memory mapped to the same inode and accessing it triggers a page fault. Fix by disabling page faults for iomap_fiemap() and faulting in the buffer by hand if necessary. Fixes xfstest generic/742.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's gfs2 filesystem code, specifically in the gfs2_fiemap() function. The issue arises because the function calls iomap_fiemap() while holding the inode glock (a type of lock). If the fiemap buffer is memory mapped to the same inode, accessing it can trigger a page fault, which leads to recursive acquisition of the glock. This recursive locking can cause problems such as deadlocks or crashes.

The fix implemented disables page faults during the iomap_fiemap() call and manually handles faulting in the buffer if needed, preventing the recursive glock taking scenario.


How can this vulnerability impact me? :

This vulnerability can lead to system instability or crashes due to recursive locking (recursive glock taking) when accessing certain memory-mapped files on the gfs2 filesystem. Such instability could cause denial of service conditions on affected systems, potentially interrupting normal operations.


What immediate steps should I take to mitigate this vulnerability?

The vulnerability in the Linux kernel related to gfs2 fiemap page fault has been fixed by disabling page faults for iomap_fiemap() and handling buffer faults manually.

To mitigate this vulnerability, you should update your Linux kernel to a version that includes this fix.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart