First published: Wed Apr 02 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() When performing an iSCSI boot using IPv6, iscsistart still reads the /sys/firmware/ibft/ethernetX/subnet-mask entry. Since the IPv6 prefix length is 64, this causes the shift exponent to become negative, triggering a UBSAN warning. As the concept of a subnet mask does not apply to IPv6, the value is set to ~0 to suppress the warning message.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | <6.1.132 | |
Linux Kernel | >=6.2<6.6.84 | |
Linux Kernel | >=6.7<6.12.20 | |
Linux Kernel | >=6.13<6.13.8 | |
Linux Kernel | =6.14-rc1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-21993 is classified as a moderate severity vulnerability in the Linux kernel.
To mitigate CVE-2025-21993, update to the latest version of the Linux kernel where the vulnerability has been patched.
CVE-2025-21993 affects multiple versions of the Linux kernel, and specifically those that do not include the fix.
CVE-2025-21993 can be exploited during iSCSI boot processes using IPv6 settings.
Exploitation of CVE-2025-21993 does not directly indicate a risk of data loss but could lead to denial of service conditions.