CVE-2024-26844

medium

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.

References

https://git.kernel.org/stable/c/cbaf9be337f7da25742acfce325119e3395b1f1b

https://git.kernel.org/stable/c/8fc80874103a5c20aebdc2401361aa01c817f75b

https://git.kernel.org/stable/c/13f3956eb5681a4045a8dfdef48df5dc4d9f58a6

https://git.kernel.org/stable/c/0f1bae071de9967602807472921829a54b2e5956

Details

Source: Mitre, NVD

Published: 2024-04-17

Updated: 2024-04-17

Risk Information

CVSS v2

Base Score: 2.1

Vector: CVSS2#AV:L/AC:L/Au:N/C:P/I:N/A:N

Severity: Low

CVSS v3

Base Score: 5.5

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Severity: Medium