Security Advisory

CVE-2021-21813

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2021-08-13 22:40:18
Last updated 2024-08-03 18:23:29
Assigner talos
State PUBLISHED

Description

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.