diff options
Diffstat (limited to 'metadata/glsa/glsa-201408-07.xml')
-rw-r--r-- | metadata/glsa/glsa-201408-07.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201408-07.xml b/metadata/glsa/glsa-201408-07.xml new file mode 100644 index 000000000000..c3d308c6429d --- /dev/null +++ b/metadata/glsa/glsa-201408-07.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201408-07"> + <title>ModPlug XMMS Plugin: Multiple vulnerabilities</title> + <synopsis> + + Multiple vulnerabilities have been found in ModPlug XMMS Plugin, worst of + which allows remote attackers to execute arbitrary code. + </synopsis> + <product type="ebuild">modplug</product> + <announced>2014-08-16</announced> + <revised count="1">2014-08-16</revised> + <bug>480388</bug> + <access>remote</access> + <affected> + <package name="media-libs/libmodplug" auto="yes" arch="*"> + <unaffected range="ge">0.8.8.5</unaffected> + <vulnerable range="lt">0.8.8.5</vulnerable> + </package> + </affected> + <background> + <p>ModPlug XMMS Plugin is a library for playing MOD-like music files</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in ModPlug XMMS Plugin. + 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, or cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All ModPlug XMMS Plugin users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/libmodplug-0.8.8.5" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4233">CVE-2013-4233</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4234">CVE-2013-4234</uri> + </references> + <metadata tag="requester" timestamp="2014-08-15T23:38:01Z"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="2014-08-16T17:57:57Z">Zlogene</metadata> +</glsa> |