Vulnerabilities > Python > Python > 1.2

DATE CVE VULNERABILITY TITLE RISK
2010-10-19 CVE-2010-3492 Denial-Of-Service vulnerability in Python
The asyncore module in Python before 3.2 does not properly handle unsuccessful calls to the accept function, and does not have accompanying documentation describing how daemon applications should handle unsuccessful calls to the accept function, which makes it easier for remote attackers to conduct denial of service attacks that terminate these applications via network connections.
network
low complexity
python
5.0
2008-08-01 CVE-2008-3142 Classic Buffer Overflow vulnerability in multiple products
Multiple buffer overflows in Python 2.5.2 and earlier on 32bit platforms allow context-dependent attackers to cause a denial of service (crash) or have unspecified other impact via a long string that leads to incorrect memory allocation during Unicode string processing, related to the unicode_resize function and the PyMem_RESIZE macro.
network
low complexity
python canonical debian CWE-120
7.5
2008-04-18 CVE-2008-1887 Classic Buffer Overflow vulnerability in multiple products
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.
network
python canonical debian CWE-120
critical
9.3