๐Ÿ” CVE Alert

CVE-2026-89859

UNKNOWN 0.0

scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak qla2x00_do_dport_diagnostics() allocates the qla_dport_diag response buffer with kmalloc_obj() (non-zeroing) and, on success, copies the full sizeof(*dd) back to user space via sg_copy_from_buffer(). The inbound sg_copy_to_buffer() only fills as many bytes as the user request payload provides, and qla26xx_dport_diagnostics() zeroes only dd->buf. The options and unused[] fields are therefore copied out uninitialized, leaking kernel heap contents to user space. Allocate with kzalloc_obj(), matching qla2x00_do_dport_diagnostics_v2().

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
ec89146215d124c429bff84b498dccdc4919ffa7 < 9fc03be982763a131913f84fe73b240ae45bca37 ec89146215d124c429bff84b498dccdc4919ffa7 < a152edab3854f01dd2daf3eaf8f32cbabdb3834e
Linux / Linux
4.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/9fc03be982763a131913f84fe73b240ae45bca37 git.kernel.org: https://git.kernel.org/stable/c/a152edab3854f01dd2daf3eaf8f32cbabdb3834e