In the Linux kernel, the following vulnerability has been resolved:
xprtrdma: Fix cwnd update ordering
After a reconnect, the reply handler is opening the cwnd (and thus
enabling more RPC Calls to be sent) /before/ rpcrdma_post_recvs()
can post enough Receive WRs to receive their replies. This causes an
RNR and the new connection is lost immediately.
The race is most clearly exposed when KASAN and disconnect injection
are enabled. This slows down rpcrdma_rep_create() enough to allow
the send side to post a bunch of RPC Calls before the Receive
completion handler can invoke ib_post_recv().
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 13:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-02-28T08:13:23.482Z
Updated: 2024-11-04T11:57:28.821Z
Reserved: 2024-02-27T18:42:55.950Z
Link: CVE-2021-47001
Vulnrichment
Updated: 2024-08-04T05:24:38.448Z
NVD
Status : Awaiting Analysis
Published: 2024-02-28T09:15:38.213
Modified: 2024-02-28T14:06:45.783
Link: CVE-2021-47001
Redhat