diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-03-26 20:49:39 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-03-26 20:49:39 +0000 |
commit | 3ea2a15c21dc705a9c84b6c1e84f8d99b1aabda0 (patch) | |
tree | fda643508d9d1238c9dea0b0cc6df155e09162ff /security/vuxml/vuln.xml | |
parent | 8d7a878243f77bb498d92e340fa160c1513acec0 (diff) | |
download | ports-3ea2a15c21dc705a9c84b6c1e84f8d99b1aabda0.tar.gz ports-3ea2a15c21dc705a9c84b6c1e84f8d99b1aabda0.zip |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-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 3334d190cc59..0eb26f3a4fe0 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,36 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="70b62f5e-9e2e-11d9-a256-0001020eed82"> + <topic>clamav -- zip handling DoS vulnerability</topic> + <affects> + <package> + <name>clamav</name> + <range><lt>0.81</lt></range> + </package> + <package> + <name>clamav-devel</name> + <range><gt>0</gt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The clamav daemon is vulnerable to a DoS vulnerability due + to insufficient handling of malformed zip files which can + crash the clamav daemon.</p> + </body> + </description> + <references> + <bid>12408</bid> + <cvename>CAN-2005-0133</cvename> + <url>http://sourceforge.net/project/shownotes.php?release_id=300116</url> + </references> + <dates> + <discovery>2005-01-27</discovery> + <entry>2005-03-26</entry> + </dates> + </vuln> + <vuln vid="48a59c96-9c6e-11d9-a040-000a95bc6fae"> <topic>wine -- information disclosure due to insecure temporary file handling</topic> |