exploit-db-mirror/platforms/php/webapps/21901.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

12 lines
No EOL
461 B
Text
Executable file

source: http://www.securityfocus.com/bid/5866/info
MySimpleNews stores the administrative password in clear text in a remotely viewable HTML file.
Any remote user can view the contents of the HTML file to determine the administrator password.
The administrator password can be found in the HTML code for admin.html below:
moncode = prompt('MySimpleNews - Administration','');
if (moncode != "[ADMINPASSWORD]")
{
location.href="about:Erreur 403";
}