CVE Catalog

CVE-2026-90010

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, the scsi bsg completion copies scmd->sense_len to the user response buffer without honoring max_response_len. After a valid sense, the midlayer sets sense_len to the real length (up to SCSI_SENSE_BUFFERSIZE), overrunning a smaller user buffer.

Risk Assessment

It can cause a buffer overflow in user space, potentially enabling code execution or crashing an application using io_uring passthrough.

Recommendation

Update the Linux kernel to a version with the fix that caps the sense copy to max_response_len.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: scsi: bsg: Cap io_uring sense copy to max_response_len Completion copied scmd->sense_len to the user response buffer without honoring max_response_len. After a valid sense, the midlayer sets sense_len to the real length (up to SCSI_SENSE_BUFFERSIZE), so a smaller user buffer was overrun.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS