ArchLinux: 201508-7: glibc: denial of service
Summary
It was found that the files backend of Name Service Switch (NSS) did not isolate iteration over an entire database from key-based look-up API calls. An application performing look-ups on a database while iterating over it could enter an infinite loop, leading to a denial of service.
Resolution
Upgrade to 2.22-1.
# pacman -Syu "glibc>=2.22-1"
The problem has been fixed upstream in version 2.22.
References
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8121 https://sourceware.org/legacy-ml/libc-alpha/2015-02/msg00617.html https://bugzilla.redhat.com/show_bug.cgi?id=1165192
Workaround
None.