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]

[UNIX] Multiple Vendor libgsf Heap Overflow

Subject: [UNIX] Multiple Vendor libgsf Heap Overflow
Date: 4 Dec 2006 14:08:51 +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 Vendor libgsf Heap Overflow
------------------------------------------------------------------------


SUMMARY

The  <http://freshmeat.net/projects/libgsf/> GNOME Structured File Library 
is a utility library for reading and writing structured file formats. This 
library replaces libole2 and is used in projects such as gnumeric, 
mrproject, abiword, libwv2 and koffice. It is generally used to access MS 
OLE2 streams.

Remote exploitation of a heap overflow vulnerability in libgsf, as 
included in various vendors' operating system distributions, could allow 
an attacker to execute arbitrary code.

DETAILS

Vulnerable Systems:
 * Gnome Structured File library(libgsf) version 1.14.0

Immune Systems:
 * Gnome Structured File library(libgsf) version 1.14.2

The problem specifically exists in the 'ole_init_info' function; the 
function only obtains enough for the number specified in 'num_bat' when 
allocating memory. Later, when reading the file contents, the number 
specified in 'num_metabat' is used as the bounds for a loop. Due to 
insufficient validation of the aforementioned variables, an attacker could 
cause a heap overflow.

Successful exploitation of this vulnerability requires an attacker to 
persuade a user into opening a specially crafted OLE document. If 
successful, the attacker could execute arbitrary code with the permissions 
of the victim.

Inside of the 'ole_info_read_metabat' function, values read from the file 
are validated to be within a range which depends on the size of the file. 
Successful exploitation may be somewhat mitigated by this validation. 
However, as file size increases, the number of allowed values increases.

Vendor Status:
The libgsf maintainers have addressed this problem with version 1.14.2.

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

Disclosure Timeline:
 * 08/17/2006 - Initial vendor notification
 * 08/17/2006 - Initial vendor response
 * 11/30/2006 - Coordinated public disclosure


ADDITIONAL INFORMATION

The information has been provided by iDefense.
The original article can be found at:
 
<http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=446> 
http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=446



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


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>
  • [UNIX] Multiple Vendor libgsf Heap Overflow, SecuriTeam <=