CVE-2026-72467
Last modified
CVE-2026-72467 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Check frwr_wp_create() during connect frwr_wp_create() 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->re_write_pad_mr set to NULL. rpcrdma_xprt_connect() currently ignores that return value. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Check frwr_wp_create() during connect frwr_wp_create() 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->re_write_pad_mr set to NULL. rpcrdma_xprt_connect() currently ignores that return value. If frwr_wp_create() fails after the rest of the connection setup succeeds, xprt_rdma_connect_worker() treats the connection attempt as successful and sets XPRT_CONNECTED. A later NFS/RDMA read with a non-4-byte-aligned receive page length reaches rpcrdma_encode_write_list(), passes the NULL write-pad MR to encode_rdma_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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 21037b8c2258ec40de3b31be9ced43ceb3b784f7, < 3b252fe1778b2cdd68283146455929801bc2abd7; >= 21037b8c2258ec40de3b31be9ced43ceb3b784f7, < dd798b76a3481e392820c3ae86ed4592858c6b0f; >= 21037b8c2258ec40de3b31be9ced43ceb3b784f7, < 6b7be4f3feae322f1c2c40a3bdc99db93574a49e; >= 21037b8c2258ec40de3b31be9ced43ceb3b784f7, < 7471e66373a4444a57ef2192f8c4081202c54f45; >= 21037b8c2258ec40de3b31be9ced43ceb3b784f7, < ef3b79edf14b6bfb0d21a26ccb0463f9cf82c6a9; >= 21037b8c2258ec40de3b31be9ced43ceb3b784f7, < 0f13fc7c7d2e0427517e63c739277a4cd338b0c5 |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72467?
How severe is CVE-2026-72467?
How do I fix CVE-2026-72467?
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-72461In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72462In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72463In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72464In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72465In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72466In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72468In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72469In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-7247A vulnerability has been found in D-Link DI-8100 16.07.26A1.…7.3
- CVE-2026-72470In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72471In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72472In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72467?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
