### [CVE-2011-1659](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1659) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description Integer overflow in posix/fnmatch.c in the GNU C Library (aka glibc or libc6) 2.13 and earlier allows context-dependent attackers to cause a denial of service (application crash) via a long UTF8 string that is used in an fnmatch call with a crafted pattern argument, a different vulnerability than CVE-2011-1071. ### POC #### Reference - http://www.vmware.com/security/advisories/VMSA-2011-0012.html #### Github No PoCs found on GitHub currently.