CVE-2024-57839

MEDIUM EPSS 6.6%
Published Jan 11, 20251y ago · Modified Jun 17, 20262w ago
5.5 CVSS 3.1
Medium
Find Similar
Published Jan 11, 2025 1y ago
Last Modified Jun 17, 2026 2w ago

Description

In the Linux kernel, the following vulnerability has been resolved: Revert "readahead: properly shorten readahead when falling back to do_page_cache_ra()" This reverts commit 7c877586da3178974a8a94577b6045a48377ff25. Anders and Philippe have reported that recent kernels occasionally hang when used with NFS in readahead code. The problem has been bisected to 7c877586da3 ("readahead: properly shorten readahead when falling back to do_page_cache_ra()"). The cause of the problem is that ra->size can be shrunk by read_pages() call and subsequently we end up calling do_page_cache_ra() with negative (read huge positive) number of pages. Let's revert 7c877586da3 for now until we can find a proper way how the logic in read_pages() and page_cache_ra_order() can coexist. This can lead to reduced readahead throughput due to readahead window confusion but that's better than outright hangs.

CVSS Details

Base Score
5.5
Exploitability
1.8
Impact
3.6
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
6.6% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-704

Affected Products 2

VendorProductVersionRange
linuxlinux_kernel*≥6.11  –  <6.12.5
linuxlinux_kernel6.13any

References 2

  • git.kernel.org https://git.kernel.org/stable/c/85351e4941a253e4c50fb7048bfc19b60b4ec44b
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/a220d6b95b1ae12c7626283d7609f0a1438e6437
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/85351e4941a253e4c50fb7048bfc19b60b4ec44b
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/a220d6b95b1ae12c7626283d7609f0a1438e6437
    Patch