diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-01-30 00:41:27 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-01-30 00:41:27 +0100 |
commit | 9bf6e6f4f20e4ffd85f3758e003a78116a2e438e (patch) | |
tree | 77e16abb81143587ff737d9e8189eabd59644e8f /glsa-201701-75.xml | |
parent | Add GLSA 201701-74 (diff) | |
download | gentoo-9bf6e6f4f20e4ffd85f3758e003a78116a2e438e.tar.gz gentoo-9bf6e6f4f20e4ffd85f3758e003a78116a2e438e.tar.bz2 gentoo-9bf6e6f4f20e4ffd85f3758e003a78116a2e438e.zip |
Add GLSA 201701-75
Diffstat (limited to 'glsa-201701-75.xml')
-rw-r--r-- | glsa-201701-75.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/glsa-201701-75.xml b/glsa-201701-75.xml new file mode 100644 index 000000000000..988e1d9dba6c --- /dev/null +++ b/glsa-201701-75.xml @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201701-75"> + <title>Perl: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Perl, the worst of + which could allow remote attackers to execute arbitrary code. + </synopsis> + <product type="ebuild">perl</product> + <announced>2017-01-29</announced> + <revised>2017-01-29: 1</revised> + <bug>580612</bug> + <bug>588592</bug> + <bug>589680</bug> + <bug>606750</bug> + <bug>606752</bug> + <access>local, remote</access> + <affected> + <package name="dev-lang/perl" auto="yes" arch="*"> + <unaffected range="ge">5.22.3_rc4</unaffected> + <vulnerable range="lt">5.22.3_rc4</vulnerable> + </package> + </affected> + <background> + <p>Perl is a highly capable, feature-rich programming 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="normal"> + <p>A remote attacker could possibly execute arbitrary code with the + privileges of the process, cause a Denial of Service condition, or + escalate privileges. + </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.22.3_rc4" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-8607">CVE-2015-8607</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-8853">CVE-2015-8853</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-1238">CVE-2016-1238</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-2381">CVE-2016-2381</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-6185">CVE-2016-6185</uri> + </references> + <metadata tag="requester" timestamp="2017-01-21T22:09:19Z">whissi</metadata> + <metadata tag="submitter" timestamp="2017-01-29T23:40:34Z">b-man</metadata> +</glsa> |