Files
CVEs-PoC/2018/CVE-2018-1060.md
T
2024-08-05 18:41:32 +00:00

19 lines
707 B
Markdown

### [CVE-2018-1060](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1060)
![](https://img.shields.io/static/v1?label=Product&message=python&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-20&color=brighgreen)
### Description
python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in pop3lib's apop() method. An attacker could use this flaw to cause denial of service.
### POC
#### Reference
- https://usn.ubuntu.com/3817-2/
- https://www.oracle.com/security-alerts/cpujan2020.html
#### Github
No PoCs found on GitHub currently.