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

18 lines
863 B
Markdown

### [CVE-2020-12460](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12460)
![](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
OpenDMARC through 1.3.2 and 1.4.x through 1.4.0-Beta1 has improper null termination in the function opendmarc_xml_parse that can result in a one-byte heap overflow in opendmarc_xml when parsing a specially crafted DMARC aggregate report. This can cause remote memory corruption when a '\0' byte overwrites the heap metadata of the next chunk and its PREV_INUSE flag.
### POC
#### Reference
- https://github.com/trusteddomainproject/OpenDMARC/issues/64
#### Github
- https://github.com/Live-Hack-CVE/CVE-2020-12460