mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 10:09:29 +02:00
18 lines
816 B
Markdown
18 lines
816 B
Markdown
### [CVE-2021-21813](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21813)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1280
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|