### [CVE-2008-3144](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3144) ![](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 Multiple integer overflows in the PyOS_vsnprintf function in Python/mysnprintf.c in Python 2.5.2 and earlier allow context-dependent attackers to cause a denial of service (memory corruption) or have unspecified other impact via crafted input to string formatting operations. NOTE: the handling of certain integer values is also affected by related integer underflows and an off-by-one error. ### POC #### Reference - http://bugs.python.org/issue2588 - http://www.vmware.com/security/advisories/VMSA-2009-0016.html #### Github - https://github.com/mudongliang/LinuxFlaw - https://github.com/oneoy/cve-