blob: c5dc9cae3391d38017f6cbe68024ef2c6e32467a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201401-11">
<title>Perl, Locale Maketext Perl module: Multiple vulnerabilities </title>
<synopsis>Multiple vulnerabilities have been found in Perl and
Locale::Maketext Perl module, the worst of which could allow a
context-dependent attacker to execute arbitrary code.
</synopsis>
<product type="ebuild">perl</product>
<announced>January 19, 2014</announced>
<revised>January 19, 2014: 1</revised>
<bug>384887</bug>
<bug>448632</bug>
<bug>460444</bug>
<bug>483448</bug>
<access>local, remote</access>
<affected>
<package name="dev-lang/perl" auto="yes" arch="*">
<unaffected range="ge">5.16.3</unaffected>
<vulnerable range="lt">5.16.3</vulnerable>
</package>
<package name="perl-core/locale-maketext" auto="yes" arch="*">
<unaffected range="ge">1.230.0</unaffected>
<vulnerable range="lt">1.230.0</vulnerable>
</package>
</affected>
<background>
<p>Perl is Larry Wall’s Practical Extraction and Report Language.
Locale::Maketext is a Perl module - framework for localization.
</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in Perl and
Locale::Maketext Perl module. Please review the CVE identifiers
referenced below for details.
</p>
</description>
<impact type="normal">
<p>A context-dependent attacker could possibly execute arbitrary code with
the privileges of the process or cause a Denial of Service condition.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All Perl users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-lang/perl-5.16.3"
</code>
<p>All Locale::Maketext users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
">=perl-core/locale-maketext-1.230.0"
</code>
</resolution>
<references>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2728">CVE-2011-2728</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2939">CVE-2011-2939</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-5195">CVE-2012-5195
</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1667">CVE-2013-1667</uri>
</references>
<metadata tag="requester" timestamp="Thu, 19 Dec 2013 14:48:00 +0000">Zlogene</metadata>
<metadata tag="submitter" timestamp="Sun, 19 Jan 2014 16:14:53 +0000">Zlogene</metadata>
</glsa>
|