Files
CVEs-PoC/2020/CVE-2020-28601.md
T
2024-05-25 21:48:12 +02:00

19 lines
877 B
Markdown

### [CVE-2020-28601](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28601)
![](https://img.shields.io/static/v1?label=Product&message=CGAL&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-129%3A%20Improper%20Validation%20of%20Array%20Index&color=brighgreen)
### Description
A code execution vulnerability exists in the Nef polygon-parsing functionality of CGAL libcgal CGAL-5.1.1. An oob read vulnerability exists in Nef_2/PM_io_parser.h PM_io_parser::read_vertex() Face_of[] OOB read. An attacker can provide malicious input to trigger this vulnerability.
### POC
#### Reference
- https://talosintelligence.com/vulnerability_reports/TALOS-2020-1225
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/Live-Hack-CVE/CVE-2020-28601