Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-22086

8.8 · HIGH
Published Apr 16, 2025 linux CWE-476 EPSS 0.28% (20th pctl)

Overview

CVE-2025-22086 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 16, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow

When cur_qp isn't NULL, in order to avoid fetching the QP from

the radix tree again we check if the next cqe QP is identical to

the one we already have.

The bug however is that we are checking if the QP is identical by

checking the QP number inside the CQE against the QP number inside the

mlx5_ib_qp, but that's wrong since the QP number from the CQE is from

FW so it should be matched against mlx5_core_qp which is our FW QP

number.

Otherwise we could use the wrong QP when handling a CQE which could

cause the kernel trace below.

This issue is mainly noticeable over QPs 0 & 1, since for now they are

the only QPs in our driver whereas the QP number inside mlx5_ib_qp

doesn't match the QP number inside mlx5_core_qp.

BUG: kernel NULL pointer dereference, address: 0000000000000012

#PF: supervisor read access in kernel mode

#PF: error_code(0x0000) - not-present page

PGD

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.11, < 5.4.292 Affected

Frequently Asked Questions

What is CVE-2025-22086?

CVE-2025-22086 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 16, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2025-22086?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-22086?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-22086?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-22086 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.