CVE-2008-0210
Uebimiau Webmail 2.7.10 and 2.7.2 - Unauthenticated Authentication Bypass via sess[auth] Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-0210. PoCs published by Eugene Minaev.
AI-analyzed exploit summary This exploit leverages a combination of register_globals being enabled and insecure use of extract() on $_GET to bypass authentication and read arbitrary local files on the server. The PoC demonstrates how to manipulate the selected_theme parameter to traverse directories and read files.
Description
Uebimiau Webmail 2.7.10 and 2.7.2 does not protect authentication state variables from being set through HTTP requests, which allows remote attackers to bypass authentication via a sess[auth]=1 parameter settting. NOTE: this can be leveraged to conduct directory traversal attacks without authentication by using CVE-2008-0140.
Exploits (1)
This exploit leverages a combination of register_globals being enabled and insecure use of extract() on $_GET to bypass authentication and read arbitrary local files on the server. The PoC demonstrates how to manipulate the selected_theme parameter to traverse directories and read files.