diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-31 03:16:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-31 03:16:34 +0800 |
commit | 387b0b1452aafd1064e8f9bbd42b8d23a600cc63 (patch) | |
tree | a8e3436efcb763a83ca8142c2790c12d4424d42a /security | |
parent | 028f1df488da450e0e2ecb27785622d29ac04226 (diff) | |
download | freebsd-ports-gnome-387b0b1452aafd1064e8f9bbd42b8d23a600cc63.tar.gz freebsd-ports-gnome-387b0b1452aafd1064e8f9bbd42b8d23a600cc63.tar.zst freebsd-ports-gnome-387b0b1452aafd1064e8f9bbd42b8d23a600cc63.zip |
- Document libsndfile -- multiple vulnerabilities
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d39d86e0fd3f..3cd6895c5355 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="6355efdb-4d4d-11de-8811-0030843d3802"> + <topic>libsndfile -- multiple vulnerabilities</topic> + <affects> + <package> + <name>libsndfile</name> + <range><lt>1.0.20</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/35076/"> + <p>Two vulnerabilities have been reported in libsndfile, which can be + exploited by malicious people to compromise an application using the + library.</p> + <p>A boundary error exists within the "voc_read_header()" function in + src/voc.c. This can be exploited to cause a heap-based buffer overflow + via a specially crafted VOC file.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2009-1788</cvename> + <cvename>CVE-2009-1791</cvename> + <url>http://secunia.com/advisories/35076/</url> + <url>http://www.trapkit.de/advisories/TKADV2009-006.txt</url> + </references> + <dates> + <discovery>2009-05-15</discovery> + <entry>2009-05-30</entry> + </dates> + </vuln> + <vuln vid="80f13884-4d4c-11de-8811-0030843d3802"> <topic>slim -- local disclosure of X authority magic cookie</topic> <affects> |