← Back to CVE List
CVE-2026-90309NVD
Vulnerability Summary
In the Linux kernel, the following vulnerability has been resolved:
RDMA/erdma: Hold CQ references when processing EQ events
EQ handlers look up CQs from dev->cq_xa and invoke CQ completion or
error callbacks outside the xarray lock. erdma_destroy_cq() can erase the
CQ from the xarray and free its queue buffer and doorbell record while a
previously scheduled EQ handler is still using the CQ.
Add a CQ refcount and take a reference under the xarray lock with
refcount_inc_not_zero(). Remove the CQ from the xarray before dropping
the destroy-path reference, then wait for in-flight EQ users before
releasing CQ resources.
RDMA/erdma: Hold CQ references when processing EQ events
EQ handlers look up CQs from dev->cq_xa and invoke CQ completion or
error callbacks outside the xarray lock. erdma_destroy_cq() can erase the
CQ from the xarray and free its queue buffer and doorbell record while a
previously scheduled EQ handler is still using the CQ.
Add a CQ refcount and take a reference under the xarray lock with
refcount_inc_not_zero(). Remove the CQ from the xarray before dropping
the destroy-path reference, then wait for in-flight EQ users before
releasing CQ resources.
CVSS v3.1 Base Metrics — Score 7.8 (HIGH)
Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh
Affected & Patched Versions
- Linux Linux >= 155055771704f8cbb5c176a4309b7dc30a50450c and < 610ef81797bb4f709e8675c1d8d093bb9ccdcbd8
- Linux Linux >= 155055771704f8cbb5c176a4309b7dc30a50450c and < c0a83f29a24c7e7f8516630848ef6db4c174deed
- Linux Linux >= 155055771704f8cbb5c176a4309b7dc30a50450c and < 05b8ca493dd02319bca93c640b259c2ba51ef321
- Linux Linux >= 155055771704f8cbb5c176a4309b7dc30a50450c and < 1fc9c1933959d2776a1ce7bf424251b8b5b586cd
- Linux Linux >= 155055771704f8cbb5c176a4309b7dc30a50450c and < 4545f355654d044d35a31cd01cc46f491a8a7c36
- Linux Linux >= 155055771704f8cbb5c176a4309b7dc30a50450c and < 98df2aee1459ee1c62c70cbe9b370d2a532aea36
- Linux Linux >= 6.0
- Linux Linux 610ef81797bb4f709e8675c1d8d093bb9ccdcbd8
- Linux Linux c0a83f29a24c7e7f8516630848ef6db4c174deed
- Linux Linux 05b8ca493dd02319bca93c640b259c2ba51ef321
- Linux Linux 1fc9c1933959d2776a1ce7bf424251b8b5b586cd
- Linux Linux 4545f355654d044d35a31cd01cc46f491a8a7c36
- Linux Linux 98df2aee1459ee1c62c70cbe9b370d2a532aea36
External References
- https://git.kernel.org/stable/c/610ef81797bb4f709e8675c1d8d093bb9ccdcbd8
- https://git.kernel.org/stable/c/c0a83f29a24c7e7f8516630848ef6db4c174deed
- https://git.kernel.org/stable/c/05b8ca493dd02319bca93c640b259c2ba51ef321
- https://git.kernel.org/stable/c/1fc9c1933959d2776a1ce7bf424251b8b5b586cd
- https://git.kernel.org/stable/c/4545f355654d044d35a31cd01cc46f491a8a7c36
- https://git.kernel.org/stable/c/98df2aee1459ee1c62c70cbe9b370d2a532aea36