CVE-2026-72464
Last modified
CVE-2026-72464 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Repost Receive buffers for malformed replies rpcrdma_wc_receive() decrements the transport's Receive count for every completion before it dispatches a successful Receive to rpcrdma_reply_handler(). The handler must post a replacement Receive WR before returning unless ownership of the rep has moved elsewhere, as on the backchannel path. Commit 2ae50ad68cd7 ("xprtrdma: Close window between waking RPC senders and posting Receives") moved the Receive refill out of rpcrdma_wc_receive(), where it had run ahead of every reply, into rpcrdma_reply_handler() so that the responder's credit grant could be parsed before reposting. 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: Repost Receive buffers for malformed replies rpcrdma_wc_receive() decrements the transport's Receive count for every completion before it dispatches a successful Receive to rpcrdma_reply_handler(). The handler must post a replacement Receive WR before returning unless ownership of the rep has moved elsewhere, as on the backchannel path. Commit 2ae50ad68cd7 ("xprtrdma: Close window between waking RPC senders and posting Receives") moved the Receive refill out of rpcrdma_wc_receive(), where it had run ahead of every reply, into rpcrdma_reply_handler() so that the responder's credit grant could be parsed before reposting. The bad-version and short-reply exits never reach that refill: they recycle the rep and return without calling rpcrdma_post_recvs(). A remote peer can therefore drain the client's posted Receive queue by sending a sustained stream of replies that are shorter than the fixed transport header or that carry an unrecognized RPC/RDMA version. Each such reply consumes one posted Receive without replacing it. Once the queue empties, the peer's next Send finds no posted Receive and the transport stalls until reconnect. Route both malformed-reply exits through the shared repost tail after recycling the rep, refilling against buf->rb_credits, the most recent accepted credit grant. Neither exit updates the congestion window, so RPCs admitted under the previous grant remain in flight awaiting replies. A smaller refill target would let a stream of malformed replies ratchet the posted Receive count down to the batch floor while the congestion window still admits rb_credits RPCs; a burst of valid replies to those RPCs could then overrun the posted Receives, and because the client connects with rnr_retry_count of zero, a single RNR NAK terminates the connection. Refilling against rb_credits also restores the target that applied to malformed replies before commit 2ae50ad68cd7 ("xprtrdma: Close window between waking RPC senders and posting Receives") when rpcrdma_post_recvs() computed it from rb_credits internally. rb_credits is at least one from connection establishment onward, so the repost path always keeps Receives posted.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2ae50ad68cd79224198b525f7bd645c9da98b6ff, < ef6fb8a5c521f1a07f85202d13e8f2898f247362; >= 2ae50ad68cd79224198b525f7bd645c9da98b6ff, < 4322fd9645ee769ad29ce5caea74a1cd9b17269d; >= 2ae50ad68cd79224198b525f7bd645c9da98b6ff, < 19fae02b272ee4bcdfb5db57f402d28f1697167a; >= 2ae50ad68cd79224198b525f7bd645c9da98b6ff, < 007b4da2f38dcc16a13265416f4ca9f179bab610; >= 2ae50ad68cd79224198b525f7bd645c9da98b6ff, < d7c531ab477ae94fd03771d707fd29c787408039; >= 2ae50ad68cd79224198b525f7bd645c9da98b6ff, < abc011ddaf1617e3e82d8a1e87daa7ddbfb9bac5; 3791c5982ba1eebf2900ee7ca7b9a89619c26d54; >= 5.4.13, < 5.5 |
| Linux | Linux | 5.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72464?
How severe is CVE-2026-72464?
How do I fix CVE-2026-72464?
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-72459In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7246This CVE record was assigned not following CNA/CVE rules and…7.2
- CVE-2026-72460In the Linux kernel, the following vulnerability has been re…7.1
- 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-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-72467In the Linux kernel, the following vulnerability has been re…
- 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
Are you affected by CVE-2026-72464?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
