CVE-2021-21814Argument Injection in Xmill

CWE-88Argument Injection3 documents3 sources
Severity
7.8HIGHNVD
EPSS
0.1%
top 66.59%
CISA KEV
Not in KEV
Exploit
No known exploits
Affected products
Timeline
PublishedAug 13
Latest updateMay 24

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 strlen to determine the ending location of the char* passed in by the user, no checks are done to see if the passed in char* is longer than the staticly sized buffer data is memcpy‘d into, but after the memcpy a null byte is written to what is assumed to be the end of the buffer to terminate the char*, but without length checks, this nu

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:HExploitability: 1.8 | Impact: 5.9

Affected Packages1 packages

NVDatt/xmill0.7

🔴Vulnerability Details

2
GHSA
GHSA-9m22-mqrh-x6c3: Within the function HandleFileArg the argument filepattern is under control of the user who passes it in from the command line2022-05-24
CVEList
CVE-2021-21814: Within the function HandleFileArg the argument filepattern is under control of the user who passes it in from the command line2021-08-13
CVE-2021-21814 — Argument Injection in ATT Xmill | cvebase