diff options
Diffstat (limited to 'metadata/glsa/glsa-201309-14.xml')
-rw-r--r-- | metadata/glsa/glsa-201309-14.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201309-14.xml b/metadata/glsa/glsa-201309-14.xml new file mode 100644 index 000000000000..c95032945c2d --- /dev/null +++ b/metadata/glsa/glsa-201309-14.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201309-14"> + <title>MoinMoin: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been reported in MoinMoin, the worst + of which may allow execution of arbitrary code. + </synopsis> + <product type="ebuild">moinmoin</product> + <announced>September 24, 2013</announced> + <revised>September 24, 2013: 1</revised> + <bug>449314</bug> + <access>remote</access> + <affected> + <package name="www-apps/moinmoin" auto="yes" arch="*"> + <unaffected range="ge">1.9.6</unaffected> + <vulnerable range="lt">1.9.6</vulnerable> + </package> + </affected> + <background> + <p>MoinMoin is a Python WikiEngine.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in MoinMoin. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>A remote attacker may be able to execute arbitrary code with the + privileges of the process, overwrite arbitrary files, or conduct + Cross-Site Scripting (XSS) attacks. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All MoinMoin users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/moinmoin-1.9.6" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-6080">CVE-2012-6080</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-6081">CVE-2012-6081</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-6082">CVE-2012-6082</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-6495">CVE-2012-6495</uri> + </references> + <metadata tag="requester" timestamp="Sun, 06 Jan 2013 17:22:55 +0000">ackle</metadata> + <metadata tag="submitter" timestamp="Tue, 24 Sep 2013 22:32:39 +0000">ackle</metadata> +</glsa> |