CVE-2026-43055
7.5Linux · Kernel
A memory initialization flaw in the Linux kernel scsi target subsystem can cause unintended write failure statuses and service disruption.
Executive summary
An uninitialized memory flaw in the Linux kernel SCSI target file subsystem can lead to denial of service conditions through unintended write operation failures.
Vulnerability
This is a memory initialization vulnerability within the target_core_file driver, specifically involving the aio_cmd allocation where the ki_write_stream variable is left uninitialized, requiring no authentication by an attacker to trigger.
Business impact
The exploitation of this vulnerability can result in system instability and storage subsystem availability issues. Unintended write failures in the block device can disrupt critical applications relying on the Linux kernel SCSI target subsystem, leading to service downtime and potential data processing errors. Given the CVSS score of 7.5, the risk is rated as high due to the potential for high availability impact.
Remediation
Immediate Action: Update the Linux kernel to version 6.18.22, 6.19.12, or later where the kzalloc_flex memory initialization fix has been applied.
Proactive Monitoring: Monitor system logs for unusual SCSI target error messages, unexpected write failures, or kernel warnings related to block device stream limits.
Compensating Controls: Restrict network access to vulnerable SCSI target interfaces using host based firewalls or network segmentation to limit exposure.
Exploitation status
Public Exploit Available: false
Analyst recommendation
System administrators must treat this high severity kernel vulnerability with urgency by applying the provided vendor patches promptly. Updating the affected Linux kernel packages will eliminate the uninitialized memory condition and prevent potential denial of service scenarios affecting storage operations.