CVE-2008-1721
Python < 2.4.6 - Remote Code Execution via Integer Signedness Error in zlib Extension
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-1721. PoCs published by Justin Ferguson.
AI-analyzed exploit summary This exploit demonstrates a buffer overflow vulnerability in the Python zlib module (CVE-2008-1721) by passing invalid negative values to the `flush` method of a decompressobj, leading to potential arbitrary code execution or denial-of-service.
Description
Integer signedness error in the zlib extension module in Python 2.5.2 and earlier allows remote attackers to execute arbitrary code via a negative signed integer, which triggers insufficient memory allocation and a buffer overflow.
Exploits (1)
This exploit demonstrates a buffer overflow vulnerability in the Python zlib module (CVE-2008-1721) by passing invalid negative values to the `flush` method of a decompressobj, leading to potential arbitrary code execution or denial-of-service.