CVE-2024-26844
Last modified
CVE-2024-26844 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 6.1.80 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.19 | — |
| Linux | Linux Kernel | >= 6.7, < 6.7.7 | — |
| Linux | Linux Kernel | 6.8 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-26844?
How severe is CVE-2024-26844?
How do I fix CVE-2024-26844?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-26839In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2684A vulnerability, which was classified as problematic, has be…6.1
- CVE-2024-26840In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26841In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26842In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26843In the Linux kernel, the following vulnerability has been re…6
- CVE-2024-26845In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26846In the Linux kernel, the following vulnerability has been re…4.4
- CVE-2024-26847In the Linux kernel, the following vulnerability has been re…5.1
- CVE-2024-26848Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-26849In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2685A vulnerability, which was classified as problematic, was fo…6.1
Are you affected by CVE-2024-26844?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
