CVE-2026-72467

Source
https://cve.org/CVERecord?id=CVE-2026-72467
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72467.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72467
Downstream
Published
2026-08-15T05:57:10.499Z
Modified
2026-08-18T03:31:25.720953279Z
Summary
xprtrdma: Check frwr_wp_create() during connect
Details

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

xprtrdma: Check frwrwpcreate() during connect

frwrwpcreate() creates the singleton Memory Region used to encode padding for Write chunks whose payload length is not XDR-aligned. Its failure paths return a negative errno and leave ep->rewritepad_mr set to NULL.

rpcrdmaxprtconnect() currently ignores that return value. If frwrwpcreate() fails after the rest of the connection setup succeeds, xprtrdmaconnectworker() treats the connection attempt as successful and sets XPRTCONNECTED. A later NFS/RDMA read with a non-4-byte-aligned receive page length reaches rpcrdmaencodewritelist(), passes the NULL write-pad MR to encoderdma_segment(), and dereferences it.

This is locally triggerable on an NFS/RDMA client after a connect or reconnect hits a local MR allocation, DMA-map, MR-map, or post-send failure; a remote peer alone cannot force the local MR setup failure.

Check the return value and fail the connect as -ENOTCONN, matching the adjacent setup failures. This keeps XPRT_CONNECTED clear and lets the normal reconnect path retry.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72467.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
21037b8c2258ec40de3b31be9ced43ceb3b784f7
Fixed
3b252fe1778b2cdd68283146455929801bc2abd7
Fixed
dd798b76a3481e392820c3ae86ed4592858c6b0f
Fixed
6b7be4f3feae322f1c2c40a3bdc99db93574a49e
Fixed
7471e66373a4444a57ef2192f8c4081202c54f45
Fixed
ef3b79edf14b6bfb0d21a26ccb0463f9cf82c6a9
Fixed
0f13fc7c7d2e0427517e63c739277a4cd338b0c5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72467.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72467.json"