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] Opera Software Opera Web Browser URL Parsing Heap Overflow

Subject: [NEWS] Opera Software Opera Web Browser URL Parsing Heap Overflow
Date: 18 Oct 2006 11:47:58 +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 

- - - - - - - - -



  Opera Software Opera Web Browser URL Parsing Heap Overflow
------------------------------------------------------------------------


SUMMARY

Opera is a "cross-platform web browser". Remote exploitation of a heap 
overflow vulnerability within version 9 of Opera Software's Opera Web 
browser could allow an attacker to execute arbitrary code on the affected 
host.

DETAILS

Vulnerable Systems:
 * Opera versions 9.0 and 9.01

Immune Systems:
 * Opera version 8.0

A flaw exists within Opera when parsing a tag that contains a URL. A heap 
buffer with a constant size of 256 bytes is allocated to store the URL, 
and the tag's URL is copied into this buffer without sufficient bounds 
checking of its length. The vulnerable code would look something like this 
in C/C++:

char *local_url = malloc(256);

strcpy(local_url, tag_url);

This URL can be inserted into any tag, such as an iframe.  The range of 
characters that can be used to overflow the buffer is limited.

Vendor response:
Opera has addressed this vulnerability with version 9.02 of the Opera Web 
Browser.  More information can be found in Opera's advisory at  
<http://www.opera.com/support/search/supsearch.dml?index=848> 
http://www.opera.com/support/search/supsearch.dml?index=848.

CVE Information:
 <http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4819> 
CVE-2006-4819

Disclosure Timeline:
09/15/2006 - Initial vendor notification
09/29/2006 - Initial vendor response
10/17/2006 - Coordinated public disclosure


ADDITIONAL INFORMATION

The information has been provided by  
<mailto:idlabs-advisories@idefense.com> iDefense Labs Security Advisories.
The original article can be found at:  
<http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=424> 
http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=424



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


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] Opera Software Opera Web Browser URL Parsing Heap Overflow, SecuriTeam <=