CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-74557

highCVSS 7.5covered by 2 sourcesfirst seen 2026-08-11
In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer iscsi_scsi_cmd_rsp() 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 = get_unaligned_be16(data); if (datalen < senselen) goto invalid_datalen; memcpy(sc->sense_buffer, data + 2, min_t(uint16_t, senselen, SCSI_SENSE_BUFFERSIZE)); A target that returns a SCSI Response whose datalen equals senselen (with senselen <= SCSI_SENSE_BUFFERSIZE) 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.

CSIRTS triage

What
libiscsi fails to clear the SCSI sense buffer, leaking stale data from previous requests.
Who is affected
Systems using iSCSI initiator with libiscsi library.
Urgency
Medium priority; information disclosure of sensitive data but not actively exploited.
Action
Apply kernel patch to clear SCSI sense buffer before reuse in libiscsi.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-74557

Get an email if CVE-2026-74557 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-74557

CVE.org record

Embed the live status

CVE-2026-74557 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-74557 status](https://www.csirts.com/badge/CVE-2026-74557)](https://www.csirts.com/cve/CVE-2026-74557)