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 xzgv PRF Parsing Integer Overflow Vulnerability

Subject: [UNIX] Multiple Vendor xzgv PRF Parsing Integer Overflow Vulnerability
Date: 15 Dec 2004 19:35:07 +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 xzgv PRF Parsing Integer Overflow Vulnerability
------------------------------------------------------------------------


SUMMARY

xzgv is "a picture viewer for X, with a thumbnail-based file selector. It 
uses GTK+ and Imlib 1.x. Most file formats are supported, and the 
thumbnails used are compatible with xv, zgv and the Gimp".

Remote exploitation of an integer overflow vulnerability in various 
vendors' implementations of the read_prf_file method in the xzgv program 
could allow for arbitrary code execution. The vulnerability specifically 
exists due to an integer overflow while allocating memory for an image 
file.

DETAILS

The vulnerable code is as follows:
xzgv-0.8/src/readprf.c:
if((*theimageptr=malloc(width*height*3))==NULL)
[...]

The values width and height are integers that are ultimately supplied by 
the image file. With certain values for height and width set in an image 
file, not enough memory is allocated due to an integer overflow. The under 
allocated memory is later written to, causing heap corruption and possible 
arbitrary code execution with the privileges of the user viewing the image 
file.

Analysis:
Exploitation allows attackers to gain the privileges of the user viewing 
the image file. If a user can be convinced to view a malicious file, this 
vulnerability can be exploited remotely.

Detection:
The following vendors have confirmed the availability of susceptible xzgv 
packages within their respective operating system distributions:
        SuSE
        Debian
        Gentoo
        FreeBSD

Workaround:
Only accept image files from trusted sources. Use a different image viewer 
program to view untrusted images.

Vendor Response:
The vulnerability has been addressed in the following patch:  
<http://rus.members.beeb.net/xzgv-0.8-integer-overflow-fix.diff> 
http://rus.members.beeb.net/xzgv-0.8-integer-overflow-fix.diff

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

Disclosure Timeline:
11/05/2004 - Initial vendor notification
12/10/2004 - Secondary vendor notification
12/10/2004 - Initial vendor response
12/13/2004 - Coordinated public disclosure


ADDITIONAL INFORMATION

The information has been provided by  
<mailto:idlabs-advisories@idefense.com> iDEFENSE.
The original article can be found at:  
<http://www.idefense.com/application/poi/display?id=160&type=vulnerabilities&flashstatus=false>
 
http://www.idefense.com/application/poi/display?id=160&type=vulnerabilities&flashstatus=false



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


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 xzgv PRF Parsing Integer Overflow Vulnerability, SecuriTeam <=