Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200909-03.xml
Date: Wed, 09 Sep 2009 13:13:36
Message-Id: E1MlMzO-0000kt-RZ@stork.gentoo.org
1 a3li 09/09/09 13:13:34
2
3 Added: glsa-200909-03.xml
4 Log:
5 GLSA 200909-03
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200909-03.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200909-03.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200909-03.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200909-03.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
20 <glsa id="200909-03">
21 <title>Apache Portable Runtime, APR Utility Library: Execution of arbitrary code</title>
22 <synopsis>
23 Multiple integer overflows in the Apache Portable Runtime and its Utility
24 Library might allow for the remote execution of arbitrary code.
25 </synopsis>
26 <product type="ebuild">apr apr-util</product>
27 <announced>September 09, 2009</announced>
28 <revised>September 09, 2009: 01</revised>
29 <bug>280514</bug>
30 <access>remote</access>
31 <affected>
32 <package name="dev-libs/apr" auto="yes" arch="*">
33 <unaffected range="ge">1.3.8</unaffected>
34 <vulnerable range="lt">1.3.8</vulnerable>
35 </package>
36 <package name="dev-libs/apr-util" auto="yes" arch="*">
37 <unaffected range="ge">1.3.9</unaffected>
38 <vulnerable range="lt">1.3.9</vulnerable>
39 </package>
40 </affected>
41 <background>
42 <p>
43 The Apache Portable Runtime (aka APR) provides a set of APIs for
44 creating platform-independent applications. The Apache Portable Runtime
45 Utility Library (aka APR-Util) provides an interface to functionality
46 such as XML parsing, string matching and databases connections.
47 </p>
48 </background>
49 <description>
50 <p>
51 Matt Lewis reported multiple Integer overflows in the apr_rmm_malloc(),
52 apr_rmm_calloc(), and apr_rmm_realloc() functions in misc/apr_rmm.c of
53 APR-Util and in memory/unix/apr_pools.c of APR, both occurring when
54 aligning memory blocks.
55 </p>
56 </description>
57 <impact type="normal">
58 <p>
59 A remote attacker could entice a user to connect to a malicious server
60 with software that uses the APR or act as a malicious client to a
61 server that uses the APR (such as Subversion or Apache servers),
62 possibly resulting in the execution of arbitrary code with the
63 privileges of the user running the application.
64 </p>
65 </impact>
66 <workaround>
67 <p>
68 There is no known workaround at this time.
69 </p>
70 </workaround>
71 <resolution>
72 <p>
73 All Apache Portable Runtime users should upgrade to the latest version:
74 </p>
75 <code>
76 # emerge --sync
77 # emerge --ask --oneshot --verbose =dev-libs/apr-1.3.8</code>
78 <p>
79 All APR Utility Library users should upgrade to the latest version:
80 </p>
81 <code>
82 # emerge --sync
83 # emerge --ask --oneshot --verbose =dev-libs/apr-util-1.3.9</code>
84 </resolution>
85 <references>
86 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2412">CVE-2009-2412</uri>
87 </references>
88 <metadata tag="requester" timestamp="Thu, 06 Aug 2009 13:32:21 +0000">
89 a3li
90 </metadata>
91 <metadata tag="submitter" timestamp="Thu, 06 Aug 2009 13:46:29 +0000">
92 a3li
93 </metadata>
94 <metadata tag="bugReady" timestamp="Mon, 24 Aug 2009 20:40:13 +0000">
95 a3li
96 </metadata>
97 </glsa>