ArchLinux: 201506-1: pcre: buffer overflow
Summary
Several buffer overflows have been found in pcre <= 8.37. By compiling a crafted regular expression, it is possible to write more than the expected size into various buffers, allowing arbitrary code execution.
Resolution
Upgrade to 8.37-2.
# pacman -Syu "pcre>=8.37-2"
The problem has been fixed upstream in the trunk, but no fixed version
has been released yet.
References
https://access.redhat.com/security/cve/CVE-2015-3210 https://bugs.archlinux.org/task/45207 https://bugs.exim.org/show_bug.cgi?id=1636
Workaround
None.