CVE-2026-72132
Last modified
CVE-2026-72132 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: NFS: Charge unstable writes by request size, not folio size nfs_folio_mark_unstable() and nfs_folio_clear_commit() charge and uncharge NR_WRITEBACK/WB_WRITEBACK by folio_nr_pages(folio) once per *request* added to or removed from a commit list. This is correct only when a folio has a single associated request. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: NFS: Charge unstable writes by request size, not folio size nfs_folio_mark_unstable() and nfs_folio_clear_commit() charge and uncharge NR_WRITEBACK/WB_WRITEBACK by folio_nr_pages(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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0c493b5cf16e28d761b6e77c7c32aa0e7af70813, < a442c258320b689f13d2205eaeeddf8b0e630288; >= 0c493b5cf16e28d761b6e77c7c32aa0e7af70813, < 1f646e23372f3444dc5f0bcb5404a49d26756add; >= 0c493b5cf16e28d761b6e77c7c32aa0e7af70813, < 0ffc032294a29601b1019dba91aa1a930d90df17; >= 0c493b5cf16e28d761b6e77c7c32aa0e7af70813, < a192b6c149c6ea10cc88869accb78165eb454456; >= 0c493b5cf16e28d761b6e77c7c32aa0e7af70813, < 27934d02cbeb8a957dd11c985a579e58d30c5270 |
| Linux | Linux | 6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72132?
How severe is CVE-2026-72132?
How do I fix CVE-2026-72132?
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 2026
- CVE-2026-72127In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72128In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72129In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7213A vulnerability was detected in ef10007 MLOps_MCP 1.0.0. Thi…7.3
- CVE-2026-72130In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72131In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72133In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72134In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72135In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72136In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72137In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72138In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72132?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
