ArchLinux: 201803-23: xerces-c: arbitrary code execution
Summary
The Xerces-C XML parser mishandles certain kinds of external DTD references, resulting in dereference of a NULL pointer while processing the path to the DTD. The bug allows for a denial of service attack in applications that allow DTD processing and do not prevent external DTD usage, and could conceivably result in remote code execution.
Resolution
Upgrade to 3.2.1-1.
# pacman -Syu "xerces-c>=3.2.1-1"
The problem has been fixed upstream in version 3.2.1.
References
https://xerces.apache.org/xerces-c/secadv/CVE-2017-12627.txt https://security.archlinux.org/CVE-2017-12627
Workaround
None.