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

[NEWS] Gecko Based Browser IDN Buffer Overflow

Subject: [NEWS] Gecko Based Browser IDN Buffer Overflow
Date: 13 Sep 2005 16:09:02 +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 

- - - - - - - - -



  Gecko Based Browser IDN Buffer Overflow
------------------------------------------------------------------------


SUMMARY

A buffer overflow vulnerability exists within Gecko based web browsers 
that allows for a remote attacker to execute arbitrary code on a remote 
host.

DETAILS

Vulnerable Systems:
 * Firefox version 1.0.6 and prior
 * Firefox version 1.5 Beta 1 (Deer Park Alpha 2)
 * Mozilla Suite version 1.7.11 and prior
 * Netscape version 7.x
 * Netscape version 8.x

The problem seems to be when a hostname which has all dashes causes the 
NormalizeIDN call in nsStandardURL::BuildNormalizedSpec to return true, 
but is sets encHost to an empty string. Meaning, Firefox appends 0 to 
approxLen and then appends the long string of dashes to the buffer 
instead.

Debug information:
(gdb) x/i $eip
0x867926c <_ZN16nsTypedSelection5ClearEP14nsIPresContext+2236>:
    call *0x4(%eax)
(gdb) info reg eax
eax 0x61616161 1633771873

Proof of Concept:
Create a link as followed:
< A HREF=https:--------------------------------------------- >

Vendor Status:
Mozilla foundeation has released a patch for Firefox:  
<http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.6/patches/307259.xpi>
 
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.6/patches/307259.xpi

Installing the Patch:
 1. In the Software Installation window, click the "Install Now" button.
 2. Exit and restart your Mozilla or Firefox browser.
 3. To verify the fix in Firefox and the Mozilla Suite, be sure to restart 
the browser and then follow these steps:
 4. In Firefox Click Help -> About Mozilla Firefox and verify that the 
user agent string contains "(noIDN)"
 5. In the Mozilla Suite Click Help -> About Mozilla and verify that the 
user agent string contains "(noIDN)"

Manually Configuring the Browser:
To manually change the browser configuration for Firefox or the Mozilla 
Suite, follow these instructions:
 1. Type about:config into the address field and hit Enter.
 2. In the Filter toolbar, type network.enableIDN.
 3. Right click on the the network.enableIDN item and select toggle to 
change value to false.

To verify the fix in your Firefox or Mozilla application, be sure to 
restart the browser and then follow these steps.
 1. Type about:config into the address field and hit Enter.
 2. In the Filter toolbar, type network.enableIDN.
 3. Ensure that the the value for this item is set to false.

CVE Information:
 <http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2871> 
CAN-2005-2871

Disclosure Timeline:
September 4, 2005 Reported
September 4, 2005 Public Released


ADDITIONAL INFORMATION

The information has been provided by  <mailto:juha-matti.laurio@netti.fi> 
Juha-Matti Laurio,
 <mailto:venglin@freebsd.lublin.pl> Przemyslaw Frasunek
The vendor advisory can be found at:  
<https://addons.mozilla.org/messages/307259.html> 
https://addons.mozilla.org/messages/307259.html
The vendor bug report can be found at:  
<https://bugzilla.mozilla.org/show_bug.cgi?id=307259> 
https://bugzilla.mozilla.org/show_bug.cgi?id=307259
The CERT advisory can be found at:  
<http://www.kb.cert.org/vuls/id/573857> 
http://www.kb.cert.org/vuls/id/573857
The original advisory can be found at:  
<http://security-protocols.com/advisory/sp-x17-advisory.txt> 
http://security-protocols.com/advisory/sp-x17-advisory.txt



======================================== 


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>
  • [NEWS] Gecko Based Browser IDN Buffer Overflow, SecuriTeam <=