CVE-2026-23059

Linux Kernel 6.6.0-6.6.121, 6.7.0-6.12.67, 6.13.0-6.18.7 - Memory Corruption via Oversized SCSI Frame Payload

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Sanitize payload size to prevent member overflow In qla27xx_copy_fpin_pkt() and qla27xx_copy_multiple_pkt(), the frame_size reported by firmware is used to calculate the copy length into item->iocb. However, the iocb member is defined as a fixed-size 64-byte array within struct purex_item. If the reported frame_size exceeds 64 bytes, subsequent memcpy calls will overflow the iocb member boundary. While extra memory might be allocated, this cross-member write is unsafe and triggers warnings under CONFIG_FORTIFY_SOURCE. Fix this by capping total_bytes to the size of the iocb member (64 bytes) before allocation and copying. This ensures all copies remain within the bounds of the destination structure member.

Scores

EPSS 0.0003
EPSS Percentile 7.8%

Details

Status published
Products (13)
linux/Kernel 6.13.0 - 6.18.8linux
linux/Kernel 6.6.0 - 6.6.122linux
linux/Kernel 6.7.0 - 6.12.68linux
Linux/Linux < 6.6
Linux/Linux 6.12.68 - 6.12.*
Linux/Linux 6.18.8 - 6.18.*
Linux/Linux 6.19
Linux/Linux 6.6
Linux/Linux 6.6.122 - 6.6.*
Linux/Linux 875386b98857822b77ac7f95bdf367b70af5b78c - 1922468a4a80424e5a69f7ba50adcee37f4722e9
... and 3 more
Published Feb 04, 2026
Tracked Since Feb 18, 2026