diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-04-24 22:11:34 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-04-24 22:11:34 +0800 |
commit | ada424b3190b02fd7c3f7386ac15e85ce2496d52 (patch) | |
tree | 1051fd17259624081ef1d0a668e6bf34e8bc7b49 /security/vuxml | |
parent | bc7a0ab3cffc815f9f87eb795c3faff229fef76b (diff) | |
download | freebsd-ports-graphics-ada424b3190b02fd7c3f7386ac15e85ce2496d52.tar.gz freebsd-ports-graphics-ada424b3190b02fd7c3f7386ac15e85ce2496d52.tar.zst freebsd-ports-graphics-ada424b3190b02fd7c3f7386ac15e85ce2496d52.zip |
- Document libxine -- array index vulnerability
Reviewed by: remko, miwi
Diffstat (limited to 'security/vuxml')
-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 d752cf94099..55cf14c3cc1 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> |