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-2026-23384

5.5 · MEDIUM
Published Mar 25, 2026 linux CWE-401 EPSS 0.11% (2th pctl)

Overview

CVE-2026-23384 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

RDMA/ionic: Fix kernel stack leak in ionic_create_cq()

struct ionic_cq_resp resp {

__u32 cqid[2]; // offset 0 - PARTIALLY SET (see below)

__u8 udma_mask; // offset 8 - SET (resp.udma_mask = vcq->udma_mask)

__u8 rsvd[7]; // offset 9 - NEVER SET <- LEAK

};

rsvd[7]: 7 bytes of stack memory leaked unconditionally.

cqid[2]: The loop at line 1256 iterates over udma_idx but skips indices

where !(vcq->udma_mask & BIT(udma_idx)). The array has 2 entries but

udma_count could be 1, meaning cqid[1] might never be written via

ionic_create_cq_common(). If udma_mask only has bit 0 set, cqid[1] (4

bytes) is also leaked. So potentially 11 bytes leaked.

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 >= 6.18.1, < 6.18.17 Affected

Frequently Asked Questions

What is CVE-2026-23384?

CVE-2026-23384 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-23384?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-23384?

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-2026-23384?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23384 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.