Exploitation Summary
EIP tracks 1 public exploit for CVE-2012-1502. PoCs published by Markus Vervier.
AI-analyzed exploit summary The exploit demonstrates a double-free vulnerability in PyPAM (Python bindings for PAM) by supplying a password containing a NULL-byte, leading to undefined behavior and potential remote code execution. The PoC script triggers the issue by calling PAM authentication functions with a malformed password.
Description
Double free vulnerability in the PyPAM_conv in PAMmodule.c in PyPam 0.5.0 and earlier allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a NULL byte in a password string.
Exploits (1)
The exploit demonstrates a double-free vulnerability in PyPAM (Python bindings for PAM) by supplying a password containing a NULL-byte, leading to undefined behavior and potential remote code execution. The PoC script triggers the issue by calling PAM authentication functions with a malformed password.