Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201310-15.xml
Date: Fri, 25 Oct 2013 23:58:20
Message-Id: 20131025235815.A00B320036@flycatcher.gentoo.org
1 creffett 13/10/25 23:58:15
2
3 Added: glsa-201310-15.xml
4 Log:
5 GLSA 201310-15
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-201310-15.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201310-15.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201310-15.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-201310-15.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="201310-15">
20 <title>GNU Automake: Multiple vulnerabilities</title>
21 <synopsis>Multiple vulnerabilities have been found in GNU Automake, allowing
22 local arbitrary command execution with the privileges of the user running
23 an Automake-based build.
24 </synopsis>
25 <product type="ebuild">automake</product>
26 <announced>October 25, 2013</announced>
27 <revised>October 25, 2013: 1</revised>
28 <bug>295357</bug>
29 <bug>426336</bug>
30 <access>local</access>
31 <affected>
32 <package name="sys-devel/automake" auto="yes" arch="*">
33 <unaffected range="ge">1.11.6</unaffected>
34 <vulnerable range="lt">1.11.6</vulnerable>
35 </package>
36 </affected>
37 <background>
38 <p>GNU Automake is a tool for automatically generating Makefile.in files
39 compliant with the GNU Coding Standards.
40 </p>
41 </background>
42 <description>
43 <p>Multiple vulnerabilities have been discovered in GNU Automake. Please
44 review the CVE identifiers referenced below for details.
45 </p>
46 </description>
47 <impact type="normal">
48 <p>A local attacker could execute arbitrary commands with the privileges of
49 the user running an Automake-based build.
50 </p>
51 </impact>
52 <workaround>
53 <p>There is no known workaround at this time.</p>
54 </workaround>
55 <resolution>
56 <p>All Automake users should upgrade to the latest version:</p>
57
58 <code>
59 # emerge --sync
60 # emerge --ask --oneshot --verbose "&gt;=sys-devel/automake-1.11.6"
61 </code>
62 </resolution>
63 <references>
64 <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-4029">CVE-2009-4029</uri>
65 <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-3386">CVE-2012-3386</uri>
66 </references>
67 <metadata tag="requester" timestamp="Fri, 07 Oct 2011 23:37:36 +0000">
68 underling
69 </metadata>
70 <metadata tag="submitter" timestamp="Fri, 25 Oct 2013 23:54:51 +0000">
71 phajdan.jr
72 </metadata>
73 </glsa>