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: | [NEWS] Multiple Browsers Dialog Origin Vulnerability (Test) |
|---|---|
| Date: | 23 Jun 2005 13:18:35 +0200 |
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com - - promotion The SecuriTeam alerts list - Free, Accurate, Independent. Get your security news from a reliable source. http://www.securiteam.com/mailinglist.html - - - - - - - - - Multiple Browsers Dialog Origin Vulnerability (Test) ------------------------------------------------------------------------ SUMMARY By crafting a special JavaScript code attackers can steal information from users by mimicking the look and feel of a trusted web site, and preforming a man in the middle attack. DETAILS Vulnerable Systems: * Internet Explorer for Mac version 5.x * Internet Explorer version 6.x * Opera version 7.x * Opera version 8.x * Safari version 1.x * iCab version 2.x * Mozilla version 1.7.x * FireFox version 0.x * FireFox version 1.x * Camino version 0.x * NetCaptor version 7.5.4 The problem is that JavaScript dialog boxes do not display or include their origin, which allows a new window to open e.g. a prompt dialog box, which appears to be from a trusted site. Proof of Concept: < script language="JavaScript" type="text/javascript"> var o_height = 768; var o_width = 1024; if ( screen.width > 100 ) { o_width = screen.width; } if ( screen.height > 100 ) { o_height = screen.height; } function run() { if ( window.opera ) { window.open('http://www.google.com.secunia.com/tests/origin_spoof.php', '_blank', height=1,width=1,left=3000,top=3000,resizable=no,scrollbars=no'); } else { window.open('http://www.google.com.secunia.com/tests/origin_spoof.php', '_blank', 'height=1,width=1,resizable=no,scrollbars=no,left=' + ((o_width / 2) - 50) + ',top=' + ((o_height / 2) - 150) ); } window.focus(); } </script> This demonstration will open the Google.com web site. After a while, a JavaScript dialog will be displayed in front of the Google.com web site. < a href="http://www.google.com/" onclick="run();">< font color="#000000">Test Now - Left Click On This Link</font></a> You are vulnerable, if a JavaScript dialog box appears in front of the Google.com web site without displaying information about its origin. Workaround: Disable Javascript support with your web browser. And do not mix your surfing of trusted sites with untrusted web sites. Vendors Status: None of the vendors has released any fixes for this issue. ADDITIONAL INFORMATION The information has been provided by <mailto:juha-matti.laurio@netti.fi> Juha-Matti Laurio . The original article can be found at: <http://secunia.com/multiple_browsers_dialog_origin_vulnerability_test/> http://secunia.com/multiple_browsers_dialog_origin_vulnerability_test/ ======================================== This bulletin is sent to members of the SecuriTeam mailing list. To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com ==================== ==================== DISCLAIMER: The information in this bulletin is provided "AS IS" without warranty of any kind. In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [EXPL] MercuryBoard SQL Injection (User-Agent), SecuriTeam |
|---|---|
| Next by Date: | [UNIX] Sudo Race Condition Vulnerability, SecuriTeam |
| Previous by Thread: | [EXPL] MercuryBoard SQL Injection (User-Agent), SecuriTeam |
| Next by Thread: | [UNIX] Sudo Race Condition Vulnerability, SecuriTeam |
| Indexes: | [Date] [Thread] [Top] [All Lists] |