ArchLinux: 201505-5: libtasn1: arbitrary code execution
Summary
A heap-based buffer overflow flaw was found in the way the libtasn1 library decoded certain DER-encoded input. A specially crafted, DER-encoded input could cause an application using libtasn1 to perform an invalid read, causing the application to crash or, possibly, execute arbitrary code. The heap overflow happens in the function _asn1_extract_der_octet() that is called during decoding of DER-encoded input.
Resolution
Upgrade to 4.5-1.
# pacman -Syu "libtasn1>=4.5-1"
The problem has been fixed upstream in version 4.5.
References
http://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=commitdiff;h=f979435 https://access.redhat.com/security/cve/CVE-2015-3622
Workaround
None.