ArchLinux: 201503-25: php: integer overflow
Summary
An integer overflow flaw, leading to a heap-based buffer overflow, was found in the way libzip, which is embedded in PHP, processed certain ZIP archives. If an attacker were able to supply a specially crafted ZIP archive to an application using libzip, it could cause the application to crash or, possibly, execute arbitrary code.
Resolution
Upgrade to 5.6.7-1.
# pacman -Syu "php>=5.6.7-1"
The problem have been fixed upstream.
References
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-2331 https://bugs.php.net/bug.php?id=69253 https://security-tracker.debian.org/tracker/CVE-2015-2331 https://marc.info/?s=CVE-2015-2331&l=oss-security https://www.rapid7.com/db/
Workaround
None.