{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:12",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:13",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "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-\u003ecep is non-NULL and assumes the current call installed the association. However, qp-\u003ecep can point to the CEP of an existing connection. The cleanup then drops a reference from the incoming cep, not qp-\u003ecep. Once the incoming endpoint loses its remaining references, this can free it before the subsequent cep-\u003eqp store, causing a use-after-free. It also clears the existing QP association.  Only release the association reference when qp-\u003ecep is the incoming CEP. This preserves an existing association and avoids accessing the freed endpoint.",
  "id": "DEBIAN-CVE-2026-90292",
  "modified": "2026-09-19T22:47:45.158883453Z",
  "published": "2026-09-17T17:17:26.400Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-90292"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "upstream": [
    "CVE-2026-90292"
  ]
}