First published: Sat Jan 11 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ceph: give up on paths longer than PATH_MAX If the full path to be built by ceph_mdsc_build_path() happens to be longer than PATH_MAX, then this function will enter an endless (retry) loop, effectively blocking the whole task. Most of the machine becomes unusable, making this a very simple and effective DoS vulnerability. I cannot imagine why this retry was ever implemented, but it seems rather useless and harmful to me. Let's remove it and fail with ENAMETOOLONG instead.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53685 has a medium severity rating due to its potential to create an endless loop and block processes.
To fix CVE-2024-53685, ensure your Linux kernel is updated to the latest patched version that addresses this vulnerability.
CVE-2024-53685 can result in system instability and denial of service due to the endless loop behavior.
CVE-2024-53685 affects the Linux Kernel, specifically impacting systems that utilize the Ceph file system.
All versions of the Linux kernel prior to the patch for CVE-2024-53685 are considered vulnerable.