CVE-2005-2095
SquirrelMail <= 1.4.4 - Remote Code Execution via Extract Function
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-2095. PoCs published by GulfTech Security.
AI-analyzed exploit summary This is a writeup describing a variable overwriting vulnerability in SquirrelMail due to an unsafe extract() call in options_identities.php. The vulnerability allows attackers to overwrite critical variables by submitting crafted POST data.
Description
options_identities.php in SquirrelMail 1.4.4 and earlier uses the extract function to process the $_POST variable, which allows remote attackers to modify or read the preferences of other users, conduct cross-site scripting XSS) attacks, and write arbitrary files.
Exploits (1)
This is a writeup describing a variable overwriting vulnerability in SquirrelMail due to an unsafe extract() call in options_identities.php. The vulnerability allows attackers to overwrite critical variables by submitting crafted POST data.