Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-46112

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
28/05/2026
Última modificación:
30/05/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> RDMA/hns: Fix unlocked call to hns_roce_qp_remove()<br /> <br /> Sashiko points out that hns_roce_qp_remove() requires the caller to hold<br /> locks. The error flow in hns_roce_create_qp_common() doesn&amp;#39;t hold those<br /> locks for the error unwind so it risks corrupting memory.<br /> <br /> Grab the same locks the other two callers use.