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-72317

SUNRPC: pin upper rpc_clnt across the TLS connect_worker
Back to all
CVE

CVE-2026-72317

SUNRPC: pin upper rpc_clnt across the TLS connect_worker

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

SUNRPC: pin upper rpcclnt across the TLS connectworker

The TLS connect path has a use-after-free: nothing pins the

upper rpcclnt across the delayed connectworker. xs_connect()

stores task->tkclient in sockxprt::clnt as a raw pointer

and queues the worker; for TLS-secured transports that worker

is xstcptlssetupsocket(), which reads several fields out

of the saved pointer (cltimeout, clprogram, cl_prog,

clvers, clcred, cl_stats) to construct the args for the

inner handshake rpc_clnt.

The xprt does not reference the rpcclnt; the rpcclnt

references the xprt. xs_destroy() does cancel the

connect_worker, but it runs only when the xprt's refcount

drops to zero, which cannot happen until the rpc_clnt

releases its clxprt reference in rpcfreeclientwork().

When a TLS handshake fails fatally (for example, an mTLS

mount whose client cert does not match the server), the

connecting task is woken with -EACCES and exits, the mount

caller invokes rpcshutdownclient(), and the upper rpc_clnt

is freed before the queued connect_worker fires.

xstcptlssetupsocket() then dereferences the freed clnt,

producing the refcount_t underflow Michael Nemanov reported.

Take a reference on the upper rpcclnt in xsconnect() for

TLS transports via a new rpcholdclient() helper, and drop

it in the connectworker's exit path with rpcrelease_client().

The xprtlockconnect() / xprtunlockconnect() pairing

already serialises xsconnect() with xstcptlssetup_socket(),

so the take and release are balanced one-for-one.

The non-TLS connect worker (xstcpsetup_socket) never reads

sock_xprt::clnt, so leave that path alone and avoid the

clnt-holds-xprt-holds-clnt cycle that would otherwise prevent

xprt destruction.

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/46bc86c833956219bbfd246c1ffd832a479c5199, https://git.kernel.org/stable/c/5b0427ba582d143a364301f825f4e32272f06d2d, https://git.kernel.org/stable/c/79cd550f8c884523b604fbfa43eb02def74d6224, https://git.kernel.org/stable/c/7a65b41b657b71d5a77861f47dd13eb4bc8e10d0, https://git.kernel.org/stable/c/d49f6d098ed48775b9d27a9f9c5c220fdf76f102, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72317.json, https://nvd.nist.gov/vuln/detail/CVE-2026-72317, 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.00644%
EPSS Percentile
0.48234%
Introduced Version
75eb6af7acdf566c68d61e98e67ee2f235201c02,6.5.0,6.7.0,6.13.0,6.19.0,0
Fix Available
46bc86c833956219bbfd246c1ffd832a479c5199,6.6.145,6.12.97,6.18.40,7.1.5,6.12.100-1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading