diff options
Diffstat (limited to 'metadata/glsa/glsa-201311-17.xml')
-rw-r--r-- | metadata/glsa/glsa-201311-17.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201311-17.xml b/metadata/glsa/glsa-201311-17.xml new file mode 100644 index 000000000000..30baf4f2b22c --- /dev/null +++ b/metadata/glsa/glsa-201311-17.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201311-17"> + <title>Perl: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities were found in Perl, the worst of which + could allow a local attacker to cause a Denial of Service condition. + </synopsis> + <product type="ebuild">perl</product> + <announced>2013-11-28</announced> + <revised count="1">2013-11-28</revised> + <bug>249629</bug> + <bug>313565</bug> + <bug>362025</bug> + <bug>386357</bug> + <access>local, remote</access> + <affected> + <package name="dev-lang/perl" auto="yes" arch="*"> + <unaffected range="ge">5.12.3-r1</unaffected> + <vulnerable range="lt">5.12.3-r1</vulnerable> + </package> + </affected> + <background> + <p>Perl is Larry Wall’s Practical Extraction and Report Language.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Perl. Please review the + CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>A local attacker could cause a Denial of Service condition or perform + symlink attacks to overwrite arbitrary files with the privileges of the + user running the application. A context-dependent attacker could 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.12.3-r1" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-5302">CVE-2008-5302</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-5303">CVE-2008-5303</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1158">CVE-2010-1158</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0761">CVE-2011-0761</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1487">CVE-2011-1487</uri> + </references> + <metadata tag="requester" timestamp="2011-10-07T23:37:30Z"> + underling + </metadata> + <metadata tag="submitter" timestamp="2013-11-28T08:18:07Z">craig</metadata> +</glsa> |