CVE-2026-74557: scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer

Published Aug 15, 2026
·
Updated

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

scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer

iscsiscsicmdrsp() copies the sense data of a SCSI Response from the target-supplied data segment. The segment carries a 2-byte sense length followed by the sense bytes, so it must hold 2 + senselen bytes, but the bounds check only requires datalen >= senselen:

senselen = getunalignedbe16(data); if (datalen < senselen) goto invaliddatalen; memcpy(sc->sensebuffer, data + 2, mint(uint16t, senselen, SCSISENSEBUFFERSIZE));

A target that returns a SCSI Response whose datalen equals senselen (with senselen <= SCSISENSEBUFFERSIZE) makes the memcpy() from data + 2 read up to two bytes past the received data. Those bytes are stale conn->data contents and end up in the command's sense buffer, which is returned to userspace.

Account for the 2-byte sense length prefix in the check.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 15, 2026
CVE Published
via MITRE·12:28 PM
Data Sourced
via MITRE·12:28 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-74557?

The severity of CVE-2026-74557 is rated as 23.

2

What does CVE-2026-74557 involve?

CVE-2026-74557 involves a stale-data leak into the SCSI sense buffer within the Linux kernel's scsi: libiscsi module.

3

How can CVE-2026-74557 be mitigated?

To mitigate CVE-2026-74557, users should update their Linux kernel to the version that includes the fix for this vulnerability.

4

What impact does CVE-2026-74557 have on systems?

CVE-2026-74557 can potentially expose sensitive information through leaked stale data in the SCSI sense buffer.

5

When was CVE-2026-74557 published?

CVE-2026-74557 was published on August 15, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203