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.
References
Configurations
Configuration 1 (hide)
|
History
15 Oct 2025, 20:46
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux
Linux linux Kernel |
|
CWE | CWE-835 | |
CPE | cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.34:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.34:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.34:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.34:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.34:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.34:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.34:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:* |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
References | () https://git.kernel.org/stable/c/0f2b2d9e881c90402dbe28f9ba831775b7992e1f - Patch | |
References | () https://git.kernel.org/stable/c/550f7ca98ee028a606aa75705a7e77b1bd11720f - Patch | |
References | () https://git.kernel.org/stable/c/99a37ab76a315c8307eb5b0dc095d8ad9d8efeaa - Patch | |
References | () https://git.kernel.org/stable/c/c47ed91156daf328601d02b58d52d9804da54108 - Patch | |
References | () https://git.kernel.org/stable/c/d42ad3f161a5a487f81915c406f46943c7187a0a - Patch | |
References | () https://git.kernel.org/stable/c/e4b168c64da06954be5d520f6c16469b1cadc069 - Patch |
02 Feb 2025, 11:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
23 Jan 2025, 17:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
17 Jan 2025, 14:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References |
|
11 Jan 2025, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-01-11 13:15
Updated : 2025-10-15 20:46
NVD link : CVE-2024-53685
Mitre link : CVE-2024-53685
CVE.ORG link : CVE-2024-53685
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')