CyberRota
Back to database

CVE-2026-31492

MEDIUM · CVSS 5.5 EPSS 0.01%

Source: NVD + CISA KEV + EPSS · Published: 2026-04-22 · Last synced: 2026-05-22

CyberRota Analysis

Detaylı analiz gerekiyor.

CVE
CVE-2026-31492
Severity
MEDIUM
CVSS
5.5
EPSS
0.01%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Initialize free_qp completion before using it In irdma_create_qp, if ib_copy_to_udata fails, it will call irdma_destroy_qp to clean up which will attempt to wait on the free_qp completion, which is not initialized yet. Fix this by initializing the completion before the ib_copy_to_udata call.