CVE-2026-43055
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2026
Last modified:
07/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
scsi: target: file: Use kzalloc_flex for aio_cmd<br />
<br />
The target_core_file doesn&#39;t initialize the aio_cmd->iocb for the<br />
ki_write_stream. When a write command fd_execute_rw_aio() is executed,<br />
we may get a bogus ki_write_stream value, causing unintended write<br />
failure status when checking iocb->ki_write_stream > max_write_streams<br />
in the block device.<br />
<br />
Let&#39;s just use kzalloc_flex when allocating the aio_cmd and let<br />
ki_write_stream=0 to fix this issue.
Impact
Base Score 3.x
7.50
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.16 (including) | 6.18.22 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.12 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



