First published: Wed May 01 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command The isd200 sub-driver in usb-storage uses the HEADS and SECTORS values in the ATA ID information to calculate cylinder and head values when creating a CDB for READ or WRITE commands. The calculation involves division and modulus operations, which will cause a crash if either of these values is 0. While this never happens with a genuine device, it could happen with a flawed or subversive emulation, as reported by the syzbot fuzzer. Protect against this possibility by refusing to bind to the device if either the ATA_ID_HEADS or ATA_ID_SECTORS value in the device's ID information is 0. This requires isd200_Initialization() to return a negative error code when initialization fails; currently it always returns 0 (even when there is an error).
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.312 | 4.19.312 |
redhat/kernel | <5.4.274 | 5.4.274 |
redhat/kernel | <5.10.215 | 5.10.215 |
redhat/kernel | <5.15.154 | 5.15.154 |
redhat/kernel | <6.1.84 | 6.1.84 |
redhat/kernel | <6.6.24 | 6.6.24 |
redhat/kernel | <6.7.12 | 6.7.12 |
redhat/kernel | <6.8 | 6.8 |
Linux Linux kernel | >=2.6.12<4.19.312 | |
Linux Linux kernel | >=4.20<5.4.274 | |
Linux Linux kernel | >=5.5<5.10.215 | |
Linux Linux kernel | >=5.11<5.15.154 | |
Linux Linux kernel | >=5.16<6.1.84 | |
Linux Linux kernel | >=6.2<6.6.64 | |
Linux Linux kernel | >=6.7<6.7.12 | |
Linux Linux kernel | =6.8-rc1 | |
Linux Linux kernel | =6.8-rc2 | |
Linux Linux kernel | =6.8-rc3 | |
Linux Linux kernel | =6.8-rc4 | |
Linux Linux kernel | =6.8-rc5 | |
Linux Linux kernel | =6.8-rc6 | |
Debian Debian Linux | =10.0 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.9-1 6.12.10-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.