ArchLinux: 201605-20: lib32-glibc: multiple issues
Summary
- CVE-2016-1234 (arbitrary code execution)
It was found that glob implementation in glibc does not correctly
handle overlong names in struct dirent buffers when GLOB_ALTDIRFUNC is
used, causing a large stack-based buffer overflow with controlled length
and content.
- CVE-2016-3706 (denial of service)
A stack (frame) overflow flaw, which could lead to a denial of service
(application crash), was found in the way glibc's getaddrinfo()
function processed certain requests when called with AF_INET or
AF_INET6.
Resolution
Upgrade to 2.23-4.
# pacman -Syu "lib32-glibc>=2.23-4"
The problems have been fixed upstream but no release is available yet.
References
https://access.redhat.com/security/cve/CVE-2016-1234 https://access.redhat.com/security/cve/CVE-2016-3706 https://sourceware.org/bugzilla/show_bug.cgi?id=19779 https://sourceware.org/bugzilla/show_bug.cgi?id=20010
Workaround
None.