diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200407-23.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200407-23.xml')
-rw-r--r-- | metadata/glsa/glsa-200407-23.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200407-23.xml b/metadata/glsa/glsa-200407-23.xml new file mode 100644 index 000000000000..dd782192a59e --- /dev/null +++ b/metadata/glsa/glsa-200407-23.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200407-23"> + <title>SoX: Multiple buffer overflows</title> + <synopsis> + SoX contains two buffer overflow vulnerabilities in the WAV header parser + code. + </synopsis> + <product type="ebuild">SoX</product> + <announced>July 30, 2004</announced> + <revised>May 22, 2006: 02</revised> + <bug>58733</bug> + <access>remote</access> + <affected> + <package name="media-sound/sox" auto="yes" arch="*"> + <unaffected range="ge">12.17.4-r2</unaffected> + <vulnerable range="le">12.17.4-r1</vulnerable> + </package> + </affected> + <background> + <p> + SoX is a command line utility that can convert various formats of + computer audio files in to other formats. + </p> + </background> + <description> + <p> + Ulf Harnhammar discovered two buffer overflows in the sox and play + commands when handling WAV files with specially crafted header fields. + </p> + </description> + <impact type="normal"> + <p> + By enticing a user to play or convert a specially crafted WAV file an + attacker could execute arbitrary code with the permissions of the user + running SoX. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. All users are encouraged to + upgrade to the latest available version of SoX. + </p> + </workaround> + <resolution> + <p> + All SoX users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=media-sound/sox-12.17.4-r2" + # emerge ">=media-sound/sox-12.17.4-r2"</code> + </resolution> + <references> + <uri link="http://archives.neohapsis.com/archives/fulldisclosure/2004-07/1141.html">Full Disclosure Announcement</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0557">CVE-2004-0557</uri> + </references> + <metadata tag="submitter"> + jaervosz + </metadata> +</glsa> |