Exploitation Summary
EIP tracks 1 public exploit for CVE-2014-1912. PoCs published by Sha0.
AI-analyzed exploit summary This exploit demonstrates a remote buffer overflow in Python's socket.recvfrom_into() function (CVE-2014-1912). It crafts a malicious buffer to control EIP and execute a reverse shell shellcode, targeting Python 2.7 and 3 on Linux 32-bit systems.
Description
Buffer overflow in the socket.recvfrom_into function in Modules/socketmodule.c in Python 2.5 before 2.7.7, 3.x before 3.3.4, and 3.4.x before 3.4rc1 allows remote attackers to execute arbitrary code via a crafted string.
Exploits (1)
This exploit demonstrates a remote buffer overflow in Python's socket.recvfrom_into() function (CVE-2014-1912). It crafts a malicious buffer to control EIP and execute a reverse shell shellcode, targeting Python 2.7 and 3 on Linux 32-bit systems.