CVE-2026-72217
Last modified
CVE-2026-72217 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Bound-check xdr_buf_to_bvec() stores before writing xdr_buf_to_bvec() writes a bio_vec into the caller's array before testing whether that slot is in range, and the head branch performs the store with no check at all. When the caller's budget is exactly used up, the next store lands one element past the end of the array. The overflow label returns count - 1, which masks the surplus store but cannot undo it. rq_bvec, the array passed by nfsd_vfs_write(), is allocated to exactly rq_maxpages entries with no slack. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Bound-check xdr_buf_to_bvec() stores before writing xdr_buf_to_bvec() writes a bio_vec into the caller's array before testing whether that slot is in range, and the head branch performs the store with no check at all. When the caller's budget is exactly used up, the next store lands one element past the end of the array. The overflow label returns count - 1, which masks the surplus store but cannot undo it. rq_bvec, the array passed by nfsd_vfs_write(), is allocated to exactly rq_maxpages entries with no slack. The OOB store can land in adjacent slab memory; the bv_len and bv_offset fields written there are derived from client-supplied RPC payload sizes. Move the in-range check ahead of the store in the head, page-loop, and tail branches. With the check at the top of each sequence, count is incremented only after a successful store, so the overflow label can return count directly.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2eb2b93581813b74c7174961126f6ec38eadb5a7, < 4a1148f2739d5089c3ca8ae2e9d1053e219ab5df; >= 2eb2b93581813b74c7174961126f6ec38eadb5a7, < 6029e711a818bf34d6c4b90cafee24f3afffa110; >= 2eb2b93581813b74c7174961126f6ec38eadb5a7, < 69e18135e2a004a79505451dbef07314ea16e1eb; >= 2eb2b93581813b74c7174961126f6ec38eadb5a7, < 98414b42530af65cb984ffc12685096a3b5e179a; >= 2eb2b93581813b74c7174961126f6ec38eadb5a7, < 42f5b80dda6b86e424054baf1475df686c403d5c |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72217?
How severe is CVE-2026-72217?
How do I fix CVE-2026-72217?
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-72211In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72212In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72213In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72214In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72215In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72216In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72218In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72219In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7222A vulnerability was determined in code-projects Coaching Man…3.5
- CVE-2026-72220In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72221In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72222In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72217?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
