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.
                
            References
                    | Link | Resource | 
|---|---|
| https://talosintelligence.com/vulnerability_reports/TALOS-2021-1280 | Exploit Third Party Advisory | 
| https://talosintelligence.com/vulnerability_reports/TALOS-2021-1280 | Exploit Third Party Advisory | 
Configurations
                    History
                    21 Nov 2024, 05:49
| Type | Values Removed | Values Added | 
|---|---|---|
| References | () https://talosintelligence.com/vulnerability_reports/TALOS-2021-1280 - Exploit, Third Party Advisory | 
Information
                Published : 2021-08-13 23:15
Updated : 2024-11-21 05:49
NVD link : CVE-2021-21813
Mitre link : CVE-2021-21813
CVE.ORG link : CVE-2021-21813
JSON object : View
Products Affected
                att
- xmill
CWE
                
                    
                        
                        CWE-787
                        
            Out-of-bounds Write
