Answer in brief
CVE-2026-89531 records a Unknown severity vulnerability in svcrdma: Reject connection when transport allocation fails. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=377f9b2f4529e0ac702fd7b91e216afd0adc959e <6e21754bbf75075f3fee1cebc79f3417364235ec || >=377f9b2f4529e0ac702fd7b91e216afd0adc959e <3cf372cec7ab2cd8c6002bf775cc14d90ccb098b || >=377f9b2f4529e0ac702fd7b91e216afd0adc959e <1f6a14c142fee4778c32709d1d54595c2e2b7991 || >=377f9b2f4529e0ac702fd7b91e216afd0adc959e <0944462247dcb7de7622cdaaadf5f05c52707dab | 6e21754bbf75075f3fee1cebc79f3417364235ec, 3cf372cec7ab2cd8c6002bf775cc14d90ccb098b, 1f6a14c142fee4778c32709d1d54595c2e2b7991, 0944462247dcb7de7622cdaaadf5f05c52707dab |
| Linux/Linuxgeneric | 2.6.25 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject connection when transport allocation fails handle_connect_req() returns without action when svc_rdma_create_xprt() fails to allocate the new transport. The CM core returns 0 for CONNECT_REQUEST events, so it does not destroy the new rdma_cm_id. Each allocation failure under memory pressure leaks one rdma_cm_id, and a remote peer driving connection attempts can amplify this. Reject the connection by returning a non-zero status from the CM event handler, which tells the CM core to destroy the orphaned cm_id.
Quoted source text, attributed separately from HOL analysis.