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

[Full-disclosure] CVE-2007-3694: Cross site scripting (XSS) in broadcast

Subject: [Full-disclosure] CVE-2007-3694: Cross site scripting (XSS) in broadcast machine
Date: Mon, 12 Nov 2007 13:55:02 +0100
Source:
http://int21.de/cve/CVE-2007-3694-bm.html

Cross site scripting (XSS) in broadcast machine

References
 http://www.getmiro.com/create/broadcast/
 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3694

Description
 Cross site scripting describes attacks that allow to insert malicious html or 
 javascript code via get or post forms. This can be used to steal session
 cookies.
 Broadcast machine is a web-based video platform tool. It's login form is
 vulnerable to XSS.

Sample code
 <form action="http://somesite.com/login.php"; method="post">
 <input type="text" name="username" value='"<script>alert(1)</script>'>
 <input type="submit"></form>

Workaround/Fix
 Vendor consideres broadcast machine dead software and won't provide any
 updates. However it's still used on some live sites in the internet.

CVE Information
 The Common Vulnerabilities and Exposures (CVE) project has assigned the name
 CVE-2007-3694 to this issue. This is a candidate for inclusion in the CVE
 list (http://cve.mitre.org/), which standardizes names for security problems.

Credits and copyright
 This vulnerability was discovered by Hanno Boeck of schokokeks.org
 webhosting. It's licensed under the creative commons attribution license.

Hanno Boeck, 2007-11-12, http://www.hboeck.de

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
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] CVE-2007-3694: Cross site scripting (XSS) in broadcast machine, Hanno BÃck <=