Files
CVEs-PoC/2013/CVE-2013-7345.md
T
2024-05-26 14:27:05 +02:00

19 lines
874 B
Markdown

### [CVE-2013-7345](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7345)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The BEGIN regular expression in the awk script detector in magic/Magdir/commands in file before 5.15 uses multiple wildcards with unlimited repetitions, which allows context-dependent attackers to cause a denial of service (CPU consumption) via a crafted ASCII file that triggers a large amount of backtracking, as demonstrated via a file with many newline characters.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Live-Hack-CVE/CVE-2013-7345
- https://github.com/Live-Hack-CVE/CVE-2014-3538