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.
結論預警: CVE-2025-68356 綜合評估為低風險(7.4/100):利用機率偏低(EPSS 0.18%) 強制指令: 綜合風險偏低,無需緊急處置;依例行週期修補,若 CVSS 或 EPSS 上升再複評優先級。
風險隨態勢動態變化;本站持續評估並同步更新本頁展示內容。
EPSS 日更估計相對被利用可能性;百分位表示該 CVE 在已評分漏洞中的相對排名(越高表示相對更嚴重)。
| # | 日期 | 舊 EPSS 分數 | 新 EPSS 分數 | 變化(新 − 舊) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.02% | 0.18% | +0.16% |
| 2 | 2025-12-24 | — | 0.02% | — |
完整 EPSS 歷史 (共 2 筆)
該 CVE 的 CVSS 指標。
庫中暫無該 CVE 的 CVSS 資料。
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
unimportant | CVE-2025-68356 unimportant priority: Debian including 1 source packages (linux), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2025-68356 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2025-68356 |
suse
|
medium | CVE-2025-68356 severity moderate: SUSE including 116 source package names (13.2-9.1:libsqlite3-0-3.49.1-1.1, 2.1.3-6.31:libsqlite3-0-3.49.1-1.1, …), 493 product×package rows across 83 product lines (Container suse/sl-micro/6.0/baremetal-os-container, Container suse/sl-micro/6.0/base-os-container, … (83 product lines)): Known Not Affected 297, Fixed 171, First Fixed 25. | https://www.suse.com/security/cve/CVE-2025-68356/ |
ubuntu
|
medium | CVE-2025-68356 medium priority: Ubuntu including 157 source packages (linux, linux-allwinner-5.19, …), 1405 status rows across 9 suites (bionic, focal, jammy, noble, plucky, questing, trusty, upstream, xenial): DNE 1010, ignored 179, released 99, not-affected 79, needed 38. | https://ubuntu.com/security/CVE-2025-68356 |
| 廠商 | 產品 | 版本 | 原始 CPE |
|---|---|---|---|
| linux | linux_kernel | >= 6.6, < 6.12.63 | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
| linux | linux_kernel | >= 6.6, < 6.17.13 | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
| linux | linux_kernel | >= 6.6, < 6.18.2 | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
| linux | linux_kernel | >= 6.6, < 6.19 | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |