Linux Kernel Vulnerability in iSCSI Boot with IPv6
CVE-2025-21993
Summary
A vulnerability in the Linux kernel affects iSCSI boot processes when using IPv6. Specifically, the use of the subnet-mask entry during iSCSI boot leads to the generation of a UBSAN shift-out-of-bounds warning. This occurs because the concept of a subnet mask does not apply to IPv6, and when iscsistart attempts to read this entry, it causes the shift exponent to become negative. To mitigate this issue, the value is set to ~0, effectively suppressing the warning message. It is important for users to ensure their systems are updated to avoid potential issues related to this misconfiguration.
Affected Version(s)
Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
References
CVSS V3.1
Timeline
Vulnerability published
Vulnerability Reserved