In the Linux kernel, the following vulnerability has been resolved:
ftruncate: pass a signed offset
The old ftruncate() syscall, using the 32-bit off_t misses a sign
extension when called in compat mode on 64-bit architectures. As a
result, passing a negative length accidentally succeeds in truncating
to file size between 2GiB and 4GiB.
Changing the type of the compat syscall to the signed compat_off_t
changes the behavior so it instead returns -EINVAL.
The native entry point, the truncate() syscall and the corresponding
loff_t based variants are all correct already and do not suffer
from this mistake.
References
Configurations
Configuration 1 (hide)
|
History
07 Oct 2025, 16:45
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
References | () https://git.kernel.org/stable/c/4b8e88e563b5f666446d002ad0dc1e6e8e7102b0 - Patch | |
References | () https://git.kernel.org/stable/c/5ae6af68410bdad6181ec82104bb9985a7a6a0fa - Patch | |
References | () https://git.kernel.org/stable/c/836359247b0403e0634bfbc83e5bb8063fad287a - Patch | |
References | () https://git.kernel.org/stable/c/84bf6b64a1a0dfc6de7e1b1c776d58d608e7865a - Patch | |
References | () https://git.kernel.org/stable/c/930a4c369f74da26816eaaa71b5888d29b759c27 - Patch | |
References | () https://git.kernel.org/stable/c/c329760749b5419769e57cb2be80955d2805f9c9 - Patch | |
References | () https://git.kernel.org/stable/c/dbb226d81cd02cee140139c2369791e6f61f2007 - Patch | |
References | () https://git.kernel.org/stable/c/f531d4bc6c5588d713359e42ed65e46816d841d8 - Patch | |
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc5:*:*:*:*:*:* |
|
CWE | NVD-CWE-noinfo |
21 Nov 2024, 09:33
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/4b8e88e563b5f666446d002ad0dc1e6e8e7102b0 - | |
References | () https://git.kernel.org/stable/c/5ae6af68410bdad6181ec82104bb9985a7a6a0fa - | |
References | () https://git.kernel.org/stable/c/836359247b0403e0634bfbc83e5bb8063fad287a - | |
References | () https://git.kernel.org/stable/c/84bf6b64a1a0dfc6de7e1b1c776d58d608e7865a - | |
References | () https://git.kernel.org/stable/c/930a4c369f74da26816eaaa71b5888d29b759c27 - | |
References | () https://git.kernel.org/stable/c/c329760749b5419769e57cb2be80955d2805f9c9 - | |
References | () https://git.kernel.org/stable/c/dbb226d81cd02cee140139c2369791e6f61f2007 - | |
References | () https://git.kernel.org/stable/c/f531d4bc6c5588d713359e42ed65e46816d841d8 - |
30 Jul 2024, 13:33
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
29 Jul 2024, 17:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-07-29 17:15
Updated : 2025-10-07 16:45
NVD link : CVE-2024-42084
Mitre link : CVE-2024-42084
CVE.ORG link : CVE-2024-42084
JSON object : View
Products Affected
linux
- linux_kernel
CWE