diff options
Diffstat (limited to 'metadata/glsa/glsa-201308-04.xml')
-rw-r--r-- | metadata/glsa/glsa-201308-04.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201308-04.xml b/metadata/glsa/glsa-201308-04.xml new file mode 100644 index 000000000000..103ba6e2172c --- /dev/null +++ b/metadata/glsa/glsa-201308-04.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201308-04"> + <title>Puppet: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Puppet, the worst of + which could lead to execution of arbitrary code. + </synopsis> + <product type="ebuild">puppet</product> + <announced>2013-08-23</announced> + <revised count="1">2013-08-23</revised> + <bug>456002</bug> + <bug>461656</bug> + <bug>473720</bug> + <bug>481186</bug> + <access>remote</access> + <affected> + <package name="app-admin/puppet" auto="yes" arch="*"> + <unaffected range="ge">2.7.23</unaffected> + <vulnerable range="lt">2.7.23</vulnerable> + </package> + </affected> + <background> + <p>Puppet is a system configuration management tool written in Ruby.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Puppet. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>A remote attacker could possibly execute arbitrary code with the + privileges of the process, cause a Denial of Service condition, obtain + sensitive information, or bypass security restrictions. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Puppet users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-admin/puppet-2.7.23" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-6120">CVE-2012-6120</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1640">CVE-2013-1640</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1652">CVE-2013-1652</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1653">CVE-2013-1653</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1654">CVE-2013-1654</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1655">CVE-2013-1655</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2274">CVE-2013-2274</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2275">CVE-2013-2275</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-3567">CVE-2013-3567</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4761">CVE-2013-4761</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4956">CVE-2013-4956</uri> + </references> + <metadata tag="requester" timestamp="2013-03-17T21:39:55Z">ackle</metadata> + <metadata tag="submitter" timestamp="2013-08-23T18:13:33Z">ackle</metadata> +</glsa> |