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

|
|

|
|

|
|
|
|
### 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
|
|
|