diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-04-24 14:11:34 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-04-24 14:11:34 +0000 |
commit | e4b40c2d94ecb37b216ffb0a34974ef8a5f0831c (patch) | |
tree | d8dc246e85c275dec2c2fec854f1b0472a80a831 /security | |
parent | c942cd56acd79a93a1ddd932d21d376ad727adb1 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d752cf94099f..55cf14c3cc10 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,36 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="7a7c5853-10a3-11dd-8eb8-00163e000016"> + <topic>libxine -- array index vulnerability</topic> + <affects> + <package> + <name>libxine</name> + <range><lt>1.1.12</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>xine Team reports:</p> + <blockquote cite="http://www.xinehq.de/index.php/news"> + <p>A new xine-lib version is now available. This release contains a + security fix (an unchecked array index that could allows remote + attackers to execute arbitrary code via a header structure + containing a negative offset, which is used to dereference a + function pointer.)</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-1686</cvename> + <url>http://www.xinehq.de/index.php/news</url> + </references> + <dates> + <discovery>2008-04-06</discovery> + <entry>2008-04-24</entry> + </dates> + </vuln> + <vuln vid="589d8053-0b03-11dd-b4ef-00e07dc4ec84"> <topic>clamav -- Multiple Vulnerabilities</topic> <affects> |