CVE-2026-23384

Source
https://cve.org/CVERecord?id=CVE-2026-23384
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23384.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-23384
Downstream
Published
2026-03-25T10:28:02.818Z
Modified
2026-04-02T13:12:23.060442Z
Summary
RDMA/ionic: Fix kernel stack leak in ionic_create_cq()
Details

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

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

struct ioniccqresp resp { __u32 cqid[2]; // offset 0 - PARTIALLY SET (see below) __u8 udmamask; // offset 8 - SET (resp.udmamask = 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 udmaidx but skips indices where !(vcq->udmamask & BIT(udmaidx)). The array has 2 entries but udmacount could be 1, meaning cqid[1] might never be written via ioniccreatecqcommon(). If udmamask only has bit 0 set, cqid[1] (4 bytes) is also leaked. So potentially 11 bytes leaked.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23384.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e8521822c733c6deab0f339843cd37cd62c12795
Fixed
a6f3e0fa8e862f220c26c2f27e5ddc42eb82ad3e
Fixed
547d0b07ad73915b323bc21f85c5d3252bebbbcf
Fixed
faa72102b178c7ae6c6afea23879e7c84fc59b4e

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23384.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.17
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23384.json"