block: Fix WARNING in _copy_from_iter
CVE-2024-26844

5.5MEDIUM

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
17 April 2024

What is CVE-2024-26844?

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.

Human OS v1.0:
Ageing Is an Unpatched Zero-Day Vulnerability.

Remediate biological technical debt. Prime Ageing uses 95% high-purity SIRT6 activation to maintain genomic integrity and bolster systemic resilience.

Affected Version(s)

Linux 9124d3fe21b0947b03f4b87bcfb7acd675d6e85b < 8fc80874103a5c20aebdc2401361aa01c817f75b

Linux 9124d3fe21b0947b03f4b87bcfb7acd675d6e85b < 0f1bae071de9967602807472921829a54b2e5956

Linux 9124d3fe21b0947b03f4b87bcfb7acd675d6e85b

References

CVSS V3.1

Score:
5.5
Severity:
MEDIUM
Confidentiality:
None
Integrity:
None
Availability:
None
Attack Vector:
Local
Attack Complexity:
Low
Privileges Required:
Low
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.