Answer in brief
CVE-2026-46112 records a High severity (CVSS 7.8) vulnerability in RDMA/hns: Fix unlocked call to hns_roce_qp_remove(). 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.
Answer in brief
CVE-2026-46112 records a High severity (CVSS 7.8) vulnerability in RDMA/hns: Fix unlocked call to hns_roce_qp_remove(). 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.
CVSS is 7.8. 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 | >=e088a685eae94a0607b8f7b99949a0e14d748813 <1f0a3aa8b569d010316b427238222c5d899f9618 || >=e088a685eae94a0607b8f7b99949a0e14d748813 <b6296ff2475fc95ee6ea1b528c4b385302808186 || >=e088a685eae94a0607b8f7b99949a0e14d748813 <fb4ae739811d467409bd07d0e36cfd4140f3d26a || >=e088a685eae94a0607b8f7b99949a0e14d748813 <fcf6a832c0d5b2bc5398d6996c5570d3ee7993fb || >=e088a685eae94a0607b8f7b99949a0e14d748813 <1912f78798505dc9c637081bbddfbf1c22494c49 || >=e088a685eae94a0607b8f7b99949a0e14d748813 <615d9d260c32bb678504ca96f29ae46f9d745155 || >=e088a685eae94a0607b8f7b99949a0e14d748813 <0c99acbc8b6c6dd526ae475a48ee1897b61072fb | 1f0a3aa8b569d010316b427238222c5d899f9618, b6296ff2475fc95ee6ea1b528c4b385302808186, fb4ae739811d467409bd07d0e36cfd4140f3d26a, fcf6a832c0d5b2bc5398d6996c5570d3ee7993fb, 1912f78798505dc9c637081bbddfbf1c22494c49, 615d9d260c32bb678504ca96f29ae46f9d745155, 0c99acbc8b6c6dd526ae475a48ee1897b61072fb |
| Linux/Linuxgeneric | 4.17 | Not reported |
Published upstream
May 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix unlocked call to hns_roce_qp_remove() Sashiko points out that hns_roce_qp_remove() requires the caller to hold locks. The error flow in hns_roce_create_qp_common() doesn't hold those locks for the error unwind so it risks corrupting memory. Grab the same locks the other two callers use.
Quoted source text, attributed separately from HOL analysis.
CVSS is 7.8. 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 | >=e088a685eae94a0607b8f7b99949a0e14d748813 <1f0a3aa8b569d010316b427238222c5d899f9618 || >=e088a685eae94a0607b8f7b99949a0e14d748813 <b6296ff2475fc95ee6ea1b528c4b385302808186 || >=e088a685eae94a0607b8f7b99949a0e14d748813 <fb4ae739811d467409bd07d0e36cfd4140f3d26a || >=e088a685eae94a0607b8f7b99949a0e14d748813 <fcf6a832c0d5b2bc5398d6996c5570d3ee7993fb || >=e088a685eae94a0607b8f7b99949a0e14d748813 <1912f78798505dc9c637081bbddfbf1c22494c49 || >=e088a685eae94a0607b8f7b99949a0e14d748813 <615d9d260c32bb678504ca96f29ae46f9d745155 || >=e088a685eae94a0607b8f7b99949a0e14d748813 <0c99acbc8b6c6dd526ae475a48ee1897b61072fb | 1f0a3aa8b569d010316b427238222c5d899f9618, b6296ff2475fc95ee6ea1b528c4b385302808186, fb4ae739811d467409bd07d0e36cfd4140f3d26a, fcf6a832c0d5b2bc5398d6996c5570d3ee7993fb, 1912f78798505dc9c637081bbddfbf1c22494c49, 615d9d260c32bb678504ca96f29ae46f9d745155, 0c99acbc8b6c6dd526ae475a48ee1897b61072fb |
| Linux/Linuxgeneric | 4.17 | Not reported |
Published upstream
May 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix unlocked call to hns_roce_qp_remove() Sashiko points out that hns_roce_qp_remove() requires the caller to hold locks. The error flow in hns_roce_create_qp_common() doesn't hold those locks for the error unwind so it risks corrupting memory. Grab the same locks the other two callers use.
Quoted source text, attributed separately from HOL analysis.