cve/2023/CVE-2023-5368.md
2024-05-25 21:48:12 +02:00

894 B

CVE-2023-5368

Description

On an msdosfs filesystem, the 'truncate' or 'ftruncate' system calls under certain circumstances populate the additional space in the file with unallocated data from the underlying disk device, rather than zero bytes.This may permit a user with write access to files on a msdosfs filesystem to read unintended data (e.g. from a previously deleted file).

POC

Reference

No PoCs from references.

Github