diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200407-23.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200407-23.xml')
-rw-r--r-- | glsa-200407-23.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/glsa-200407-23.xml b/glsa-200407-23.xml new file mode 100644 index 000000000000..3e7f35b66f34 --- /dev/null +++ b/glsa-200407-23.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!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> |