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-26844

Change History

New CVE Received by NIST 4/17/2024 6:15:10 AM

Action Type Old Value New Value
Added Description

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

block: Fix WARNING in _copy_from_iter

Syzkaller reports a warning in _copy_from_iter because an
iov_iter is supposedly used in the wrong direction. The reason
is that syzcaller managed to generate a request with
a transfer direction of SG_DXFER_TO_FROM_DEV. This instructs
the kernel to copy user buffers into the kernel, read into
the copied buffers and then copy the data back to user space.

Thus the iovec is used in both directions.

Detect this situation in the block layer and construct a new
iterator with the correct direction for the copy-in.
Added Reference

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

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

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

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