← Back to CVE List

CVE-2021-21813

Published: 2021-08-13T23:15Z
Last Modified: 2024-11-21T05:49Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
Within the function HandleFileArg the argument filepattern is under control of the user who passes it in from the command line. filepattern is passed directly to memcpy copying the path provided by the user into a staticly sized buffer without any length checks resulting in a stack-buffer overflow. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt