CVE-2021-21814

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 null write occurs at an arbitrary offset from the buffer. An attacker can provide malicious input to trigger this vulnerability.
References
Link Resource
https://talosintelligence.com/vulnerability_reports/TALOS-2021-1280 Exploit Third Party Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:a:att:xmill:0.7:*:*:*:*:*:*:*

History

18 Nov 2021, 15:23

Type Values Removed Values Added
CPE cpe:2.3:a:att:labs\'_xmill:0.7:*:*:*:*:*:*:* cpe:2.3:a:att:xmill:0.7:*:*:*:*:*:*:*

23 Aug 2021, 20:21

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : 4.6
v3 : 7.8
References (MISC) https://talosintelligence.com/vulnerability_reports/TALOS-2021-1280 - (MISC) https://talosintelligence.com/vulnerability_reports/TALOS-2021-1280 - Exploit, Third Party Advisory
CPE cpe:2.3:a:att:labs\'_xmill:0.7:*:*:*:*:*:*:*
CWE CWE-88

13 Aug 2021, 23:15

Type Values Removed Values Added
New CVE

Information

Published : 2021-08-13 23:15

Updated : 2023-12-10 13:55


NVD link : CVE-2021-21814

Mitre link : CVE-2021-21814

CVE.ORG link : CVE-2021-21814


JSON object : View

Products Affected

att

  • xmill
CWE
CWE-88

Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')