CVE-2024-57928
Last modified
CVE-2024-57928 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfs: Fix enomem handling in buffered reads If netfs_read_to_pagecache() gets an error from either ->prepare_read() or from netfs_prepare_read_iterator(), it needs to decrement ->nr_outstanding, cancel the subrequest and break out of the issuing loop. Currently, it only does this for two of the cases, but there are two more that aren't handled. Fix this by moving the handling to a common place and jumping to it from all four places. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix enomem handling in buffered reads If netfs_read_to_pagecache() gets an error from either ->prepare_read() or from netfs_prepare_read_iterator(), it needs to decrement ->nr_outstanding, cancel the subrequest and break out of the issuing loop. Currently, it only does this for two of the cases, but there are two more that aren't handled. Fix this by moving the handling to a common place and jumping to it from all four places. This is in preference to inserting a wrapper around netfs_prepare_read_iterator() as proposed by Dmitry Antipov[1].
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.12, < 6.12.10 | — |
| Linux | Linux Kernel | 6.13 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-57928?
How severe is CVE-2024-57928?
How do I fix CVE-2024-57928?
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-57922In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57923In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57924In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57925In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-57926In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-57927In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57929In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-5793The Houzez Theme - Functionality plugin for WordPress is vul…8.8
- CVE-2024-57930In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57931In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57932In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57933In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-57928?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
