Gentoo Archives: gentoo-commits

From: "Pierre-Yves Rofes (py)" <py@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200711-10.xml
Date: Wed, 07 Nov 2007 22:54:39
Message-Id: E1Iptn2-0004af-A5@stork.gentoo.org
1 py 07/11/07 22:54:28
2
3 Added: glsa-200711-10.xml
4 Log:
5 GLSA 200711-10
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200711-10.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200711-10.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200711-10.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200711-10.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="200711-10">
21 <title>Mono: Buffer overflow</title>
22 <synopsis>
23 Mono's BigInteger implementation contains a buffer overflow vulnerability
24 that might lead to the execution of arbitrary code.
25 </synopsis>
26 <product type="ebuild">mono</product>
27 <announced>November 07, 2007</announced>
28 <revised>November 07, 2007: 01</revised>
29 <bug>197067</bug>
30 <access>remote</access>
31 <affected>
32 <package name="dev-lang/mono" auto="yes" arch="*">
33 <unaffected range="ge">1.2.5.1-r1</unaffected>
34 <vulnerable range="lt">1.2.5.1-r1</vulnerable>
35 </package>
36 </affected>
37 <background>
38 <p>
39 Mono provides the necessary software to develop and run .NET client and
40 server applications on various platforms.
41 </p>
42 </background>
43 <description>
44 <p>
45 IOActive discovered an error in the Mono.Math.BigInteger class, in the
46 reduction step of the Montgomery-based Pow methods, that could lead to
47 a buffer overflow.
48 </p>
49 </description>
50 <impact type="high">
51 <p>
52 A remote attacker could exploit this vulnerability by sending specially
53 crafted data to Mono applications using the BigInteger class, which
54 might lead to the execution of arbitrary code with the privileges of
55 the user running the application (possibly root) or a Denial of
56 Service.
57 </p>
58 </impact>
59 <workaround>
60 <p>
61 There is no known workaround at this time.
62 </p>
63 </workaround>
64 <resolution>
65 <p>
66 All Mono users should upgrade to the latest version:
67 </p>
68 <code>
69 # emerge --sync
70 # emerge --ask --oneshot --verbose &quot;&gt;=dev-lang/mono-1.2.5.1-r1&quot;</code>
71 </resolution>
72 <references>
73 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5197">CVE-2007-5197</uri>
74 </references>
75 <metadata tag="submitter" timestamp="Sat, 03 Nov 2007 23:52:57 +0000">
76 rbu
77 </metadata>
78 <metadata tag="bugReady" timestamp="Wed, 07 Nov 2007 22:49:37 +0000">
79 p-y
80 </metadata>
81 </glsa>
82
83
84
85 --
86 gentoo-commits@g.o mailing list