Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-72220

sunrpc: harden rq_procinfo lifecycle to prevent double-free
Back to all
CVE

CVE-2026-72220

sunrpc: harden rq_procinfo lifecycle to prevent double-free

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

sunrpc: harden rq_procinfo lifecycle to prevent double-free

The svcreleaserqst() function executes the callback inside

rqstp->rqprocinfo->pcrelease. 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 svcreleaserqst() always clears rq_procinfo after the

   optional pc_release() call, regardless of whether the hook exists.

  1. Explicitly clearing rqprocinfo at request entry in svcprocess()

   before any early decode or drop paths.

  1. Ensuring svcprocessbc() 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.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/18d216788bef06332ff8901670ecf1ed8f6eb614, https://git.kernel.org/stable/c/31ba490c02d476a5e4f90b8845932ac9db8aa71b, https://git.kernel.org/stable/c/66014ab165cb01bfef5836939412a8ef98d5d5ff, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72220.json, https://nvd.nist.gov/vuln/detail/CVE-2026-72220, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.00588%
EPSS Percentile
0.45621%
Introduced Version
d9adbb6e10bf7d4223d3d521ede1b2052903bc5e,6.18.0,6.19.0,0
Fix Available
18d216788bef06332ff8901670ecf1ed8f6eb614,6.18.40,7.1.5

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading