CVE-2025-68356
Last modified
CVE-2025-68356 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: gfs2: Prevent recursive memory reclaim Function new_inode() returns a new inode with inode->i_mapping->gfp_mask set to GFP_HIGHUSER_MOVABLE. This value includes the __GFP_FS flag, so allocations in that address space can recurse into filesystem memory reclaim. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: gfs2: Prevent recursive memory reclaim Function new_inode() returns a new inode with inode->i_mapping->gfp_mask set to GFP_HIGHUSER_MOVABLE. This value includes the __GFP_FS flag, so allocations in that address space can recurse into filesystem memory reclaim. We don't want that to happen because it can consume a significant amount of stack memory. Worse than that is that it can also deadlock: for example, in several places, gfs2_unstuff_dinode() is called inside filesystem transactions. This calls filemap_grab_folio(), which can allocate a new folio, which can trigger memory reclaim. If memory reclaim recurses into the filesystem and starts another transaction, a deadlock will ensue. To fix these kinds of problems, prevent memory reclaim from recursing into filesystem code by making sure that the gfp_mask of inode address spaces doesn't include __GFP_FS. The "meta" and resource group address spaces were already using GFP_NOFS as their gfp_mask (which doesn't include __GFP_FS). The default value of GFP_HIGHUSER_MOVABLE is less restrictive than GFP_NOFS, though. To avoid being overly limiting, use the default value and only knock off the __GFP_FS flag. I'm not sure if this will actually make a difference, but it also shouldn't hurt. This patch is loosely based on commit ad22c7a043c2 ("xfs: prevent stack overflows from page cache allocation"). Fixes xfstest generic/273.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= dc0b9435238c1a68150c798c9c7a1b5d7414cbb9, < edb2b255618621dc83d0ec23150e16b2c697077f; >= dc0b9435238c1a68150c798c9c7a1b5d7414cbb9, < 9c0960ed112398bdb6c60ccf6e6b583bc59acede; >= dc0b9435238c1a68150c798c9c7a1b5d7414cbb9, < 49e7347f4644d031306d56cb4d51e467cbdcbc69; >= dc0b9435238c1a68150c798c9c7a1b5d7414cbb9, < 2c5f4a53476e3cab70adc77b38942c066bd2c17c |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68356?
How severe is CVE-2025-68356?
How do I fix CVE-2025-68356?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68350In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68351In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-68352In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68353In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68354In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68355In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68357In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68358In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-68359In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-6836A vulnerability classified as critical has been found in cod…9.8
- CVE-2025-68360In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2025-68361In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-68356?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
