CVE-2026-90292

Source
https://cve.org/CVERecord?id=CVE-2026-90292
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90292.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90292
Downstream
Published
2026-09-17T16:08:19Z
Modified
2026-09-19T03:47:25Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
RDMA/siw: Fix use-after-free in siw_accept()
Details

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

RDMA/siw: Fix use-after-free in siw_accept()

siw_accept() looks up the QP supplied by userspace. If that QP is already in RTS, the function jumps to error cleanup before associating the incoming CEP with it.

The cleanup tests whether qp->cep is non-NULL and assumes the current call installed the association. However, qp->cep can point to the CEP of an existing connection. The cleanup then drops a reference from the incoming cep, not qp->cep. Once the incoming endpoint loses its remaining references, this can free it before the subsequent cep->qp store, causing a use-after-free. It also clears the existing QP association.

Only release the association reference when qp->cep is the incoming CEP. This preserves an existing association and avoids accessing the freed endpoint.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90292.json"
}
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
6c52fdc244b5ccc468006fd65a504d4ee33743c7
Fixed
d57db36e74cca4763e1c2c0c6eb9f84d19813879
Fixed
59de5502f32895ffe9c45530327ed997b90fdf06
Fixed
a89d120615e711ce8fce551fd291c2f387666735
Fixed
b9e7d3d9fdb2bfcfb25d93529fdf766536b37c78
Fixed
8f286a8094ee32c415f9ecd2c20765beb8a18c79
Fixed
de603f01d9ccf823e575b013ffd86ebedca9a8c5
Fixed
561651d6a15588cee2040755f253faca2463415c
Fixed
a9394971825933074032794a5feee5211509c774

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.3.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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