exploit-db-mirror/exploits/php/webapps/21901.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

12 lines
No EOL
461 B
Text

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";
}