diff options
author | Alec Warner <antarus@scriptkitty.com> | 2011-03-03 14:17:24 -0800 |
---|---|---|
committer | Alec Warner <antarus@scriptkitty.com> | 2011-03-03 14:17:24 -0800 |
commit | 7a6bf8effcade2d8cb9a38b299711e951d1ca44c (patch) | |
tree | b19cbd9ab942932fba6713c20410c7c5d61b1b4b /xml/htdocs/security/en/glsa/glsa-200407-23.xml | |
parent | Commit images from cvs into git. (diff) | |
download | www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.tar.gz www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.tar.bz2 www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.zip |
Add main/ proj/ rdf/ security/
Purge commited CVS dirs in images.
Don't add more CVS dirs
Diffstat (limited to 'xml/htdocs/security/en/glsa/glsa-200407-23.xml')
-rw-r--r-- | xml/htdocs/security/en/glsa/glsa-200407-23.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/xml/htdocs/security/en/glsa/glsa-200407-23.xml b/xml/htdocs/security/en/glsa/glsa-200407-23.xml new file mode 100644 index 00000000..3e7f35b6 --- /dev/null +++ b/xml/htdocs/security/en/glsa/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> |