CVE-2024-41013

Advisory lineage Upstream: 0 Downstream: 27
Modified
Published: 29 Jul 2024, 06:36
Last modified:11 May 2026, 20:24

Vulnerability Summary

Overall Risk (default)
medium
28/100
CVSS Score
7.1 HIGH
v3.1 (nvd)
EPSS Score
0.01% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

29 Jul 2024, 06:36
Published
Vulnerability first disclosed
11 May 2026, 20:24
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: xfs: don't walk off the end of a directory data block This adds sanity checks for xfs_dir2_data_unused and xfs_dir2_data_entry to make sure don't stray beyond valid memory region. Before patching, the loop simply checks that the start offset of the dup and dep is within the range. So in a crafted image, if last entry is xfs_dir2_data_unused, we can change dup->length to dup->length-1 and leave 1 byte of space. In the next traversal, this space will be considered as dup or dep. We may encounter an out of bound read when accessing the fixed members. In the patch, we make sure that the remaining bytes large enough to hold an unused entry before accessing xfs_dir2_data_unused and xfs_dir2_data_unused is XFS_DIR2_DATA_ALIGN byte aligned. We also make sure that the remaining bytes large enough to hold a dirent with a single-byte name before accessing xfs_dir2_data_entry.

CVSS Metrics

  • v3.1HIGHScore: 7.1CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

EPSS Trends

Current EPSS score: 0.01% Percentile: 3%

Techniques & Countermeasures

  • CWE-125Out-of-bounds Read

    The product reads data past the end, or before the beginning, of the intended buffer.

Affected Systems

  • linuxlinux

    ≥ 82025d7f79148fe66a1594a0ebe4ab38152cf9e6, < b0932e4f9da85349d1c8f2a77d2a7a7163b8511d | ≥ 82025d7f79148fe66a1594a0ebe4ab38152cf9e6, < ca96d83c93071f95cf962ce92406621a472df31b | ≥ 82025d7f79148fe66a1594a0ebe4ab38152cf9e6, < 0c7fcdb6d06cdf8b19b57c17605215b06afa864a | 3.8

  • linuxlinux_kernel

    < 6.1.142 | ≥ 6.2, < 6.6.68 | ≥ 6.7, < 6.11

References (4)