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-28.xml
Date: Mon, 19 Nov 2007 21:04:51
Message-Id: E1IuDnS-0002Qd-TR@stork.gentoo.org
1 py 07/11/19 21:04:46
2
3 Added: glsa-200711-28.xml
4 Log:
5 GLSA 200711-28
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200711-28.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200711-28.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200711-28.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200711-28.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-28">
21 <title>Perl: Buffer overflow</title>
22 <synopsis>
23 A buffer overflow in the Regular Expression engine in Perl possibly allows
24 for the execution of arbitrary code.
25 </synopsis>
26 <product type="ebuild">perl</product>
27 <announced>November 19, 2007</announced>
28 <revised>November 19, 2007: 01</revised>
29 <bug>198196</bug>
30 <access>remote</access>
31 <affected>
32 <package name="dev-lang/perl" auto="yes" arch="*">
33 <unaffected range="ge">5.8.8-r4</unaffected>
34 <vulnerable range="lt">5.8.8-r4</vulnerable>
35 </package>
36 </affected>
37 <background>
38 <p>
39 Perl is a stable, cross-platform programming language created by Larry
40 Wall.
41 </p>
42 </background>
43 <description>
44 <p>
45 Tavis Ormandy and Will Drewry (Google Security Team) discovered a
46 heap-based buffer overflow in the Regular Expression engine (regcomp.c)
47 that occurs when switching from byte to Unicode (UTF-8) characters in a
48 regular expression.
49 </p>
50 </description>
51 <impact type="normal">
52 <p>
53 A remote attacker could either entice a user to compile a specially
54 crafted regular expression or actively compile it in case the script
55 accepts remote input of regular expressions, possibly leading to the
56 execution of arbitrary code with the privileges of the user running
57 Perl.
58 </p>
59 </impact>
60 <workaround>
61 <p>
62 There is no known workaround at this time.
63 </p>
64 </workaround>
65 <resolution>
66 <p>
67 All Perl users should upgrade to the latest version:
68 </p>
69 <code>
70 # emerge --sync
71 # emerge --ask --oneshot --verbose &quot;&gt;=dev-lang/perl-5.8.8-r4&quot;</code>
72 </resolution>
73 <references>
74 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5116">CVE-2007-5116</uri>
75 </references>
76 <metadata tag="requester" timestamp="Wed, 14 Nov 2007 01:27:30 +0000">
77 rbu
78 </metadata>
79 <metadata tag="submitter" timestamp="Thu, 15 Nov 2007 00:34:08 +0000">
80 rbu
81 </metadata>
82 <metadata tag="bugReady" timestamp="Mon, 19 Nov 2007 14:24:28 +0000">
83 rbu
84 </metadata>
85 </glsa>
86
87
88
89 --
90 gentoo-commits@g.o mailing list