Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201401-29.xml
Date: Sun, 26 Jan 2014 19:11:32
Message-Id: 20140126191127.DFE8D2004C@flycatcher.gentoo.org
1 zlogene 14/01/26 19:11:27
2
3 Added: glsa-201401-29.xml
4 Log:
5 GLSA 201401-29
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-201401-29.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201401-29.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201401-29.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-201401-29.xml
14 ===================================================================
15 <?xml version="1.0" encoding="UTF-8"?>
16 <?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
19 <glsa id="201401-29">
20 <title>VIPS: Privilege Escalation</title>
21 <synopsis>A vulnerability in VIPS could result in privilege escalation.</synopsis>
22 <product type="ebuild">vips</product>
23 <announced>January 26, 2014</announced>
24 <revised>January 26, 2014: 1</revised>
25 <bug>344561</bug>
26 <access>local</access>
27 <affected>
28 <package name="media-libs/vips" auto="yes" arch="*">
29 <unaffected range="ge">7.22.4</unaffected>
30 <vulnerable range="lt">7.22.4</vulnerable>
31 </package>
32 </affected>
33 <background>
34 <p>VIPS is a free image processing system.</p>
35 </background>
36 <description>
37 <p>VIPS places a zero-length directory name in the LD_LIBRARY_PATH, which
38 might result in the current working directory (.) to be included when
39 searching for dynamically linked libraries.
40 </p>
41 </description>
42 <impact type="normal">
43 <p>A local attacker could gain escalated privileges via a specially crafted
44 shared library.
45 </p>
46 </impact>
47 <workaround>
48 <p>There is no known workaround at this time.</p>
49 </workaround>
50 <resolution>
51 <p>All VIPS users should upgrade to the latest version:</p>
52
53 <code>
54 # emerge --sync
55 # emerge --ask --oneshot --verbose "&gt;=media-libs/vips-7.22.4"
56 </code>
57
58 <p>NOTE: This is a legacy GLSA. Updates for all affected architectures are
59 available since November 23, 2010. It is likely that your system is
60 already no longer affected by this issue.
61 </p>
62
63 </resolution>
64 <references>
65 <uri link="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-3364">
66 CVE-2010-3364
67 </uri>
68 </references>
69 <metadata tag="requester" timestamp="Fri, 07 Oct 2011 23:38:13 +0000">
70 underling
71 </metadata>
72 <metadata tag="submitter" timestamp="Sun, 26 Jan 2014 19:04:41 +0000">Zlogene</metadata>
73 </glsa>