CVE-2024-42084

Source
https://cve.org/CVERecord?id=CVE-2024-42084
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-42084.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-42084
Downstream
Related
Published
2024-07-29T16:26:20.581Z
Modified
2026-03-13T07:56:13.128472Z
Summary
ftruncate: pass a signed offset
Details

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 compatofft 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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/42xxx/CVE-2024-42084.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3f6d078d4accfff8b114f968259a060bfdc7c682
Fixed
c329760749b5419769e57cb2be80955d2805f9c9
Fixed
f531d4bc6c5588d713359e42ed65e46816d841d8
Fixed
84bf6b64a1a0dfc6de7e1b1c776d58d608e7865a
Fixed
dbb226d81cd02cee140139c2369791e6f61f2007
Fixed
5ae6af68410bdad6181ec82104bb9985a7a6a0fa
Fixed
836359247b0403e0634bfbc83e5bb8063fad287a
Fixed
930a4c369f74da26816eaaa71b5888d29b759c27
Fixed
4b8e88e563b5f666446d002ad0dc1e6e8e7102b0

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-42084.json"