CVE-2026-72220
Last modified
CVE-2026-72220 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sunrpc: harden rq_procinfo lifecycle to prevent double-free The svc_release_rqst() function executes the callback inside rqstp->rq_procinfo->pc_release. However, if a worker thread begins processing a new request and encounters an early error path (e.g., unsupported protocol, short frame, or bad auth) before a valid rq_procinfo is installed, a stale release hook can be re-triggered against reused state from the previous RPC, resulting in a double-free or use-after-free vulnerability. Harden the lifecycle of rq_procinfo by: 1. 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: harden rq_procinfo lifecycle to prevent double-free The svc_release_rqst() function executes the callback inside rqstp->rq_procinfo->pc_release. However, if a worker thread begins processing a new request and encounters an early error path (e.g., unsupported protocol, short frame, or bad auth) before a valid rq_procinfo is installed, a stale release hook can be re-triggered against reused state from the previous RPC, resulting in a double-free or use-after-free vulnerability. Harden the lifecycle of rq_procinfo by: 1. Ensuring svc_release_rqst() always clears rq_procinfo after the optional pc_release() call, regardless of whether the hook exists. 2. Explicitly clearing rq_procinfo at request entry in svc_process() before any early decode or drop paths. 3. Ensuring svc_process_bc() does the same at backchannel entry. This guarantees that error flows will not encounter a non-NULL stale rq_procinfo pointer when there is nothing to release.
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 | >= d9adbb6e10bf7d4223d3d521ede1b2052903bc5e, < 66014ab165cb01bfef5836939412a8ef98d5d5ff; >= d9adbb6e10bf7d4223d3d521ede1b2052903bc5e, < 31ba490c02d476a5e4f90b8845932ac9db8aa71b; >= d9adbb6e10bf7d4223d3d521ede1b2052903bc5e, < 18d216788bef06332ff8901670ecf1ed8f6eb614 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72220?
How severe is CVE-2026-72220?
How do I fix CVE-2026-72220?
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-72215In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72216In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72217In the Linux kernel, the following vulnerability has been re…9.8
- 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-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
- CVE-2026-72223In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72224In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72225In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72226In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72220?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
