CVE-2026-72468

Source
https://cve.org/CVERecord?id=CVE-2026-72468
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72468.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72468
Downstream
Published
2026-08-15T05:57:11.171Z
Modified
2026-08-16T03:48:43.206228159Z
Summary
xprtrdma: Initialize re_id before removal registration
Details

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

xprtrdma: Initialize re_id before removal registration

rpcrdmacreateid() registers ep->rern with the rpcrdma ibclient before returning the new rdmacmid to rpcrdmaepcreate(). However rpcrdmaepcreate() currently stores that pointer in ep->reid only after rpcrdmacreate_id() returns.

A local administrator can race an NFS/RDMA mount against RDMA device removal. If rpcrdmaremoveone() observes the just-registered notification before rpcrdmaepcreate() assigns ep->reid, rpcrdmaepremovaldone() calls tracexprtrdmadeviceremoval(NULL). The tracepoint dereferences id->device->name and copies id->route.addr.dstaddr, so the callback can crash the kernel with a NULL pointer dereference.

Store the rdmacmid in ep->reid immediately before publishing ep->rern. The existing error path still destroys the id directly if registration fails; ep is then freed by the caller without using ep->reid. Remove the later duplicate assignment in rpcrdmaep_create().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72468.json",
    "cna_assigner": "Linux"
}
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
3f4eb9ff923413cdb4c7e171c06d3564f6286712
Fixed
51248d877bbc6e604e38aeaf776c2781cb4f0dbd
Fixed
28743571c17b58c21a7216fc9faaf8028df5869b
Fixed
264ccd7871915749bee55fe0c39467a7f08d5479
Fixed
bb7caa63e1db22fd03e8dc591b12169e99169dff

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.11.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-72468.json"