diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-07-29 23:03:53 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-07-29 23:03:53 +0000 |
commit | d83d46502ac45a9ee596c233a572ec87daf030b9 (patch) | |
tree | bc0b8922cf874f8ae00ef0b131fcadbc3e2aaa1e /security/vuxml/vuln.xml | |
parent | cfdadd1d6c4f4eb06e82f2a25b3cab48d7c5d998 (diff) | |
download | ports-d83d46502ac45a9ee596c233a572ec87daf030b9.tar.gz ports-d83d46502ac45a9ee596c233a572ec87daf030b9.zip |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 663f66e4a708..81db8d07aa7c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,41 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="43024078-9b63-11df-8983-001d60d86f38"> + <topic>libmspack -- infinite loop denial of service</topic> + <affects> + <package> + <name>libmspack</name> + <range><le>0.0.20060920</le></range> + </package> + <package> + <name>cabextract</name> + <range><lt>1.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>There is a denial of service vulnerability in libmspack. The + libmspack code is built into cabextract, so it is also + vulnerable.</p> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/40719/"> + <p>The vulnerability is caused due to an error when copying data + from an uncompressed block (block type 0) and can be exploited + to trigger an infinite loop by tricking an application using the + library into processing specially crafted MS-ZIP archives.</p> + </blockquote> + </body> + </description> + <references> + <url>http://secunia.com/advisories/40719/</url> + </references> + <dates> + <discovery>2010-07-26</discovery> + <entry>2010-07-30</entry> + </dates> + </vuln> + <vuln vid="28a7310f-9855-11df-8d36-001aa0166822"> <topic>apache -- Remote DoS bug in mod_cache and mod_dav</topic> <affects> |