Exploitation Summary
EIP tracks 1 public exploit for CVE-2009-0544. PoCs published by Mike Wiacek.
AI-analyzed exploit summary This is a unit test for PyCrypto's ARC2 cipher that includes a test case for a buffer overflow vulnerability (CVE-2009-0544). The test verifies that an overly long key (16384 bytes) raises a ValueError, which was the fix for the vulnerability.
Description
Buffer overflow in the PyCrypto ARC2 module 2.0.1 allows remote attackers to cause a denial of service and possibly execute arbitrary code via a large ARC2 key length.
Exploits (1)
This is a unit test for PyCrypto's ARC2 cipher that includes a test case for a buffer overflow vulnerability (CVE-2009-0544). The test verifies that an overly long key (16384 bytes) raises a ValueError, which was the fix for the vulnerability.