U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-47725

Change History

New CVE Received from kernel.org 10/21/2024 9:15:02 AM

Action Type Old Value New Value
Added Description

								
							
							
						
In the Linux kernel, the following vulnerability has been resolved:

dm-verity: restart or panic on an I/O error

Maxim Suhanov reported that dm-verity doesn't crash if an I/O error
happens. In theory, this could be used to subvert security, because an
attacker can create sectors that return error with the Write Uncorrectable
command. Some programs may misbehave if they have to deal with EIO.

This commit fixes dm-verity, so that if "panic_on_corruption" or
"restart_on_corruption" was specified and an I/O error happens, the
machine will panic or restart.

This commit also changes kernel_restart to emergency_restart -
kernel_restart calls reboot notifiers and these reboot notifiers may wait
for the bio that failed. emergency_restart doesn't call the notifiers.
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/338b32a232bbee39e52dd1486cbc0c9f458d4d69 [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/b332bcca59143cfdd000957f8b78c28dd2ac1da4 [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/cada2646b7483cce370eb3b046659df31d9d34d1 [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/e6a3531dd542cb127c8de32ab1e54a48ae19962b [No types assigned]