diff options
Diffstat (limited to 'metadata/glsa/glsa-200703-11.xml')
-rw-r--r-- | metadata/glsa/glsa-200703-11.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200703-11.xml b/metadata/glsa/glsa-200703-11.xml new file mode 100644 index 000000000000..a2819eb1d418 --- /dev/null +++ b/metadata/glsa/glsa-200703-11.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200703-11"> + <title>Amarok: User-assisted remote execution of arbitrary code</title> + <synopsis> + The Magnatune component shipped with Amarok is vulnerable to the injection + of arbitrary shell code from a malicious Magnatune server. + </synopsis> + <product type="ebuild">amarok</product> + <announced>2007-03-13</announced> + <revised count="01">2007-03-13</revised> + <bug>166901</bug> + <access>remote</access> + <affected> + <package name="media-sound/amarok" auto="yes" arch="*"> + <unaffected range="ge">1.4.5-r1</unaffected> + <vulnerable range="lt">1.4.5-r1</vulnerable> + </package> + </affected> + <background> + <p> + Amarok is an advanced music player. + </p> + </background> + <description> + <p> + The Magnatune downloader doesn't quote the "m_currentAlbumFileName" + parameter while calling the "unzip" shell command. + </p> + </description> + <impact type="normal"> + <p> + A compromised or malicious Magnatune server can remotely execute + arbitrary shell code with the rights of the user running Amarok on a + client that have previously registered for buying music. + </p> + </impact> + <workaround> + <p> + Do not use the Magnatune component of Amarok. + </p> + </workaround> + <resolution> + <p> + All Amarok users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-sound/amarok-1.4.5-r1"</code> + </resolution> + <references> + <uri link="https://secunia.com/advisories/24159">SA24159</uri> + </references> + <metadata tag="requester" timestamp="2007-02-23T17:45:23Z"> + falco + </metadata> + <metadata tag="bugReady" timestamp="2007-02-27T13:56:19Z"> + falco + </metadata> + <metadata tag="submitter" timestamp="2007-02-27T14:11:31Z"> + falco + </metadata> +</glsa> |