First published: Wed Sep 11 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix error recovery leading to data corruption on ESE devices Extent Space Efficient (ESE) or thin provisioned volumes need to be formatted on demand during usual IO processing. The dasd_ese_needs_format function checks for error codes that signal the non existence of a proper track format. The check for incorrect length is to imprecise since other error cases leading to transport of insufficient data also have this flag set. This might lead to data corruption in certain error cases for example during a storage server warmstart. Fix by removing the check for incorrect length and replacing by explicitly checking for invalid track format in transport mode. Also remove the check for file protected since this is not a valid ESE handling case.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.3<5.4.283 | |
Linux Kernel | >=5.5<5.10.225 | |
Linux Kernel | >=5.11<5.15.166 | |
Linux Kernel | >=5.16<6.1.107 | |
Linux Kernel | >=6.2<6.6.48 | |
Linux Kernel | >=6.7<6.10.7 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
Linux Kernel | =6.11-rc3 | |
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-45026 has a medium severity rating due to potential data corruption risks.
To fix CVE-2024-45026, update your Linux kernel to versions 6.1.123-1, 6.1.119-1, or any later patch version.
CVE-2024-45026 affects various versions of the Linux kernel specifically used on ESE devices.
CVE-2024-45026 poses a risk of data corruption during I/O operations on thin provisioned volumes.
There is no official workaround for CVE-2024-45026; the best approach is to apply the appropriate kernel update.