Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76494 - media-gfx/xv statically links to vulnerable tiff library
Summary: media-gfx/xv statically links to vulnerable tiff library
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Security
URL: http://bugs.gentoo.org/show_bug.cgi?i...
Whiteboard: B2 [ebuild] koon
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-03 02:34 UTC by Thierry Carrez (RETIRED)
Modified: 2005-01-03 04:21 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 2005-01-03 02:34:11 UTC
xv is linked statically to the tiff library, so it suffers from the vulnerabilities described in bug 75213 and it will not be fixed when the tiff library will be upgraded.

We need to have a new depend (>=media-libs/tiff-3.7.1-r1) and an ebuild bump to be secure here.
Comment 1 Thierry Carrez (RETIRED) gentoo-dev 2005-01-03 02:35:00 UTC
Tavis : please bump with new dependency.
Comment 2 Tavis Ormandy (RETIRED) gentoo-dev 2005-01-03 02:59:57 UTC
$ ldd `which xv`
        linux-gate.so.1 =>  (0xffffe000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40025000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x400ea000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x40106000)
        ^^^^----------------------------------------------
        libpng.so.3 => /usr/lib/libpng.so.3 (0x40155000)
        libz.so.1 => /lib/libz.so.1 (0x40185000)
        libm.so.6 => /lib/libm.so.6 (0x40195000)
        libc.so.6 => /lib/libc.so.6 (0x401b6000)
        libdl.so.2 => /lib/libdl.so.2 (0x402c0000)
        libstdc++.so.5 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.so.5 (0x402c3000)
        libgcc_s.so.1 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libgcc_s.so.1 (0x4038d000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

It looks like it's dynamically linked here, will experiment to see if there's some logic that might change that.
Comment 3 Thierry Carrez (RETIRED) gentoo-dev 2005-01-03 04:21:59 UTC
Thanks Tavis, looks like we're OK on this side.