First published: Tue Jul 18 2006(Updated: )
SquirrelMail 1.4.6 and earlier, with register_globals enabled, allows remote attackers to hijack cookies in src/redirect.php via unknown vectors. NOTE: while "cookie theft" is frequently associated with XSS, the vendor disclosure is too vague to be certain of this.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
SquirrelMail | =1.4.6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2006-3665 is considered a medium severity vulnerability due to its potential for cookie hijacking.
To fix CVE-2006-3665, disable register_globals in your PHP configuration and consider updating to a newer version of SquirrelMail.
CVE-2006-3665 affects SquirrelMail version 1.4.6 and earlier.
CVE-2006-3665 does not directly lead to remote code execution, but it can allow attackers to hijack cookies.
The primary workaround for CVE-2006-3665 is to disable register_globals and implement secure coding practices.