CVE-2024-42084
Published: Jul 29, 2024
Modified: May 11, 2026
Description
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 3f6d078d4accfff8b114f968259a060bfdc7c682 - < c329760749b5419769e57cb2be80955d2805f9c9affected 3f6d078d4accfff8b114f968259a060bfdc7c682 - < f531d4bc6c5588d713359e42ed65e46816d841d8affected 3f6d078d4accfff8b114f968259a060bfdc7c682 - < 84bf6b64a1a0dfc6de7e1b1c776d58d608e7865aaffected 3f6d078d4accfff8b114f968259a060bfdc7c682 - < dbb226d81cd02cee140139c2369791e6f61f2007affected 3f6d078d4accfff8b114f968259a060bfdc7c682 - < 5ae6af68410bdad6181ec82104bb9985a7a6a0fa+3 more versions |
Linux | Linux | affected 3.9unaffected 0 - < 3.9unaffected 4.19.317 - <= 4.19.*unaffected 5.4.279 - <= 5.4.*unaffected 5.10.221 - <= 5.10.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now