Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68551 - wxGTK might contain vulnerable libtiff
Summary: wxGTK might contain vulnerable libtiff
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo Security
URL: http://www.mandrakesoft.com/security/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-22 08:15 UTC by Thierry Carrez (RETIRED)
Modified: 2004-10-22 08:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Carrez (RETIRED) gentoo-dev 2004-10-22 08:15:26 UTC
From Mandrake advisory :
-----------------------------------
 Several vulnerabilities have been discovered in the libtiff package;
 wxGTK2 uses a libtiff code tree, so it may have the same
 vulnerabilities:
 
 Chris Evans discovered several problems in the RLE (run length
 encoding) decoders that could lead to arbitrary code execution.
 (CAN-2004-0803)
 
 Matthias Clasen discovered a division by zero through an integer
 overflow. (CAN-2004-0804)
 
 Dmitry V. Levin discovered several integer overflows that caused
 malloc issues which can result to either plain crash or memory    
 corruption. (CAN-2004-0886)
----------------------------------------

Our version looks dynamically linked:

# ldd /usr/lib/libwx_gtk2* | grep libtiff
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x409a8000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x409a8000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x409a8000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x404d2000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x404d2000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x404d2000)

however to be sure I prefer to ask you to confirm that the libtiff code in wxGTK is ignored by Gentoo builds :)
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2004-10-22 08:35:27 UTC
I checked all our ebuilds and I can confirm none give the user any option to compile with wxGTK's tiff code.
Comment 2 Thierry Carrez (RETIRED) gentoo-dev 2004-10-22 08:39:04 UTC
Perfect :)
Thanks for this quick answer.