CVE-2026-72132

Source
https://cve.org/CVERecord?id=CVE-2026-72132
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72132.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72132
Downstream
Published
2026-08-15T05:53:08.096Z
Modified
2026-08-18T03:31:04.692177448Z
Summary
NFS: Charge unstable writes by request size, not folio size
Details

In the Linux kernel, the following vulnerability has been resolved:

NFS: Charge unstable writes by request size, not folio size

nfsfoliomarkunstable() and nfsfolioclearcommit() charge and uncharge NRWRITEBACK/WBWRITEBACK by folionrpages(folio) once per request added to or removed from a commit list. This is correct only when a folio has a single associated request. When pg_test splits a folio into N sub-folio requests (e.g. pNFS flexfiles striping with a stripe unit smaller than the folio size, or plain wsize-limited splitting), each of the N requests independently charges the whole folio's page count, inflating the accounting by a factor of N per folio. With large folios and small stripe units this reaches multiple orders of magnitude: a 2 MiB folio split into 512 4 KiB requests can charge up to 512x its real size, pushing global dirty+writeback accounting past the system's dirty threshold and forcing every buffered writer on the host into the hard-throttle path, including unrelated in-kernel NFS server threads sharing the box.

Charge each request only for the pages it actually covers.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72132.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0c493b5cf16e28d761b6e77c7c32aa0e7af70813
Fixed
a442c258320b689f13d2205eaeeddf8b0e630288
Fixed
1f646e23372f3444dc5f0bcb5404a49d26756add
Fixed
0ffc032294a29601b1019dba91aa1a930d90df17
Fixed
a192b6c149c6ea10cc88869accb78165eb454456
Fixed
27934d02cbeb8a957dd11c985a579e58d30c5270

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72132.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.3.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72132.json"