ArchLinux: 201501-5: cpio: heap buffer overflow
Summary
A heap-based buffer overflow flaw was reported in cpio's list_file() function. Attempting to extract a malicious cpio archive could cause cpio to crash or, potentially, execute arbitrary code. As noted in the original report, this issue could be trigger via other utilities, such as when running "less".
Resolution
Upgrade to 2.11-5.
# pacman -Syu "cpio>=2.11-5"
The problem has been fixed upstream but no release is available yet.
References
https://seclists.org/oss-sec/2014/q4/818 https://savannah.gnu.org/bugs/?43709 https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9112
Workaround
None.