Python Buffer Copy without Checking Size of Input (Classic Buffer Overflow) Vulnerability - CVE-2008-1887 - Vulnerability Database

Python Buffer Copy without Checking Size of Input (Classic Buffer Overflow) Vulnerability - CVE-2008-1887

Critical
Reference: CVE-2008-1887
Title: Python Buffer Copy without Checking Size of Input (Classic Buffer Overflow) Vulnerability
Overview:

Python 2.5.2 and earlier allows context-dependent attackers to execute arbitrary code via multiple vectors that cause a negative size value to be provided to the PyString_FromStringAndSize function which allocates less memory than expected when assert() is disabled and triggers a buffer overflow.