ArchLinux: 202009-1: opendmarc: denial of service
Summary
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.
Resolution
Upgrade to 1.3.3-1.
# pacman -Syu "opendmarc>=1.3.3-1"
The problem has been fixed upstream in version 1.3.3.
References
https://github.com/trusteddomainproject/OpenDMARC/issues/64 https://security.archlinux.org/CVE-2020-12460
Workaround
None.