Exploitation Summary
EIP tracks 2 public exploits for CVE-2005-1924. PoCs published by Backdoored, jmp-esp.
AI-analyzed exploit summary This Ruby script exploits a command injection vulnerability in SquirrelMail's GPG plugin (CVE-2005-1924) by injecting arbitrary commands via the 'fpr' parameter in a POST request. It supports both HTTP and HTTPS connections and requires a valid session cookie for authentication.
Description
The G/PGP (GPG) Plugin 2.1 and earlier for Squirrelmail allow remote authenticated users to execute arbitrary commands via shell metacharacters in (1) the fpr parameter to the deleteKey function in gpg_keyring.php, as called by (a) import_key_file.php, (b) import_key_text.php, and (c) keyring_main.php; and (2) the keyserver parameter to the gpg_recv_key function in gpg_key_functions.php, as called by gpg_options.php. NOTE: this issue may overlap CVE-2007-3636.
Exploits (2)
This Ruby script exploits a command injection vulnerability in SquirrelMail's GPG plugin (CVE-2005-1924) by injecting arbitrary commands via the 'fpr' parameter in a POST request. It supports both HTTP and HTTPS connections and requires a valid session cookie for authentication.
This exploit demonstrates a command injection vulnerability in SquirrelMail's G/PGP Encryption Plug-in via the 'fpr' parameter in keyring_main.php. The PoC shows how an attacker can execute arbitrary commands (e.g., 'touch /tmp/w00t') by injecting shell metacharacters.