<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE vuxml PUBLIC "-//vuxml.org//DTD VuXML 1.1//EN" "http://www.vuxml.org/dtd/vuxml-1/vuxml-11.dtd">
<!--
$Id: vuln.xml,v 1.1.1.1 2006/09/20 09:37:36 robert Exp $

Copyright 2004-2006 Robert Nagy and contributors

Redistribution and use in source (VuXML) and 'compiled' forms (SGML,
HTML, PDF, PostScript, RTF and so forth) with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code (VuXML) must retain the above
   copyright notice, this list of conditions and the following
   disclaimer as the first lines of this file unmodified.
2. Redistributions in compiled form (transformed to other DTDs,
   published online in any format, converted to PDF, PostScript,
   RTF and other formats) must reproduce the above copyright
   notice, this list of conditions and the following disclaimer
   in the documentation and/or other materials provided with the
   distribution.

THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">

  <vuln vid="8e8a1166-8432-11da-899e-00065bd5b0b6">
	<topic>clamav -- heap overflow in the UPX code</topic>
	<affects>
	  <package>
		<name>clamav</name>
		<range><lt>0.88</lt></range>
	  </package>
	</affects>
	<description>
	  <body xmlns="http://www.w3.org/1999/xhtml">
		<blockquote cite="http://secunia.com/advisories/18379">
		  <p>A vulnerability has been reported in ClamAV,
		  which potentially can be exploited by malicious
		  people with an unknown impact.</p>
		  <p>The vulnerability is caused due to an unspecified
		  boundary error in "libclamav/upx.c".
		  This can potentially be exploited to cause a heap-based
		  buffer overflow via a specially-crafted UPX packed file.</p>
		</blockquote>
	  </body>
	</description>
    <references>
	  <cvename>CVE-2006-0162</cvename>
	  <url>http://secunia.com/advisories/18379</url>
	</references>
	<dates>
	  <discovery>2006-01-10</discovery>
	  <entry>2006-01-10</entry>
	</dates>
  </vuln>

  <vuln vid="4c7b5bd4-372c-11da-a14b-00065bd5b0b6">
	<topic>imap-uw -- buffer verflow vulnerability</topic>
	<affects>
	  <package>
		<name>imap-uw</name>
		<range><lt>2004g</lt></range>
	  </package>
	</affects>
	<description>
	  <body xmlns="http://www.w3.org/1999/xhtml">
		<blockquote cite="http://www.idefense.com/application/poi/displa?id=313&amp;type=vulnerabilities&amp;flashstatus=true">
		  <p>Remote exploitation of a buffer overflow vulnerability
		  in the University of Washington's IMAP Server (UW-IMAP) allows
		  attackers to execute arbitrary code.
		  The vulnerability specifically exists due to insufficient bounds
		  checking on user-supplied values. The mail_valid_net_parse_work()
		  function in src/c-client/mail.c is responsible for obtaining and
		  validating the specified mailbox name from user-supplied data. An error
		  in the parsing of supplied mailbox names will continue to copy memory
		  after a " character has been parsed until another " character is found.
		  </p>
		</blockquote>
	  </body>
	</description>
	<references>
	  <cvename>CAN-2005-2933</cvename>
	  <url>http://www.idefense.com/application/poi/displa?id=313&amp;type=vulnerabilities&amp;flashstatus=true</url>
	</references>
	<dates>
	  <discovery>2005-10-04</discovery>
	  <entry>2005-10-07</entry>
	</dates>
  </vuln>

  <vuln vid="b552a55a-136d-11da-a0d4-00065bd5b0b6">
	<topic>pcre -- heap overflow</topic>
	<affects>
	  <package>
		<name>pcre</name>
		<range><lt>4.5p0</lt></range>
	  </package>
	</affects>
	<description>
	  <body xmlns="http://www.w3.org/1999/xhtml">
		<blockquote cite="http://securitytracker.com/alerts/2005/Aug/1014744.html">
		  <p>A remote or local user may be able to supply a
		  specially crafted regular expression to trigger a
		  heap integer overflow in PCRE. The impact depends
		  on the application that uses the library.
		  Applications that parse untrusted regular expressions
		  may be vulnerable.</p>
		</blockquote>
      </body>
	</description>
	<references>
	  <url>http://securitytracker.com/alerts/2005/Aug/1014744.html</url>
	  <cvename>CAN-2005-2491</cvename>
	</references>
	<dates>
	  <discovery>2005-08-20</discovery>
	  <entry>2005-08-22</entry>
	</dates>
  </vuln>

  <vuln vid="a7ce7b3c-136a-11da-bb92-00065bd5b0b6">
	<topic>openvpn -- several vulnerabilities</topic>
	<affects>
	  <package>
		<name>openvpn</name>
	    <range><lt>2.0.1</lt></range>
	  </package>
	</affects>
	<description>
	  <body xmlns="http://www.w3.org/1999/xhtml">
		<blockquote cite="http://openvpn.net/changelog.html">
		  <p>If two or more client machines try to connect to
		  the server at the same time via TCP, using the same
		  client certificate, and when --duplicate-cn is not
		  enabled on the server, a race condition can crash the
		  server with "Assertion failed at mtcp.c:411"</p>
		</blockquote>
		<blockquote cite="http://openvpn.net/changelog.html">
		  <p>If the client sends a packet which fails to decrypt
		  on the server, the OpenSSL error queue is not properly
		  flushed, which can result in another unrelated client
		  instance on the server seeing the error and responding
		  to it, resulting in disconnection of the unrelated client.</p>
		</blockquote>
		<blockquote cite="http://openvpn.net/changelog.html">
		  <p>A malicious [authenticated] client in "dev tap"
		  ethernet bridging mode could theoretically flood the
		  server with packets appearing to come from hundreds of
		  thousands of different MAC addresses, causing the OpenVPN
		  process to deplete system virtual memory as it expands its
		  internal routing table.</p>
		</blockquote>
		<blockquote cite="http://openvpn.net/changelog.html">
		  <p>DoS attack against server when run with "verb 0"
		  and without "tls-auth".
		  If a client connection to the server fails certificate
		  verification, the OpenSSL error queue is not properly
		  flushed, which can result in another unrelated client
		  instance on the server seeing the error and responding to it,
		  resulting in disconnection of the unrelated client.</p>
		</blockquote>
	  </body>
	</description>
	<references>
	  <cvename>CAN-2005-2534</cvename>
	  <cvename>CAN-2005-2532</cvename>
	  <cvename>CAN-2005-2533</cvename>
	  <cvename>CAN-2005-2531</cvename>
	  <url>http://openvpn.net/changelog.html</url>
	</references>
	<dates>
	  <discovery>2005-08-16</discovery>
	  <entry>2005-08-23</entry>
	</dates>
  </vuln>

  <vuln vid="5c518cb6-1159-11da-a4ba-000b5d77b0f5">
    <topic>acroread -- buffer overflow</topic>
    <affects>
      <package>
        <name>acroread</name>
        <range><lt>7.0.1</lt></range> 
      </package> 
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://www.adobe.com/support/techdocs/321644.html">
          <p>The identified vulnerability is a buffer overflow within a core
          application plug-in, which is part of Adobe Acrobat and Adobe Reader.
          If a malicious file were opened it could trigger a buffer overflow as
          the file is being loaded into Adobe Acrobat and Adobe Reader. A
          buffer overflow can cause the application to crash and increase the
          risk of malicious code execution.</p>
        </blockquote>
      </body> 
    </description> 
    <references>
      <url>http://www.adobe.com/support/techdocs/321644.html</url>
    </references>
    <dates> 
      <discovery>2005-08-16</discovery>
      <entry>2005-08-20</entry> 
    </dates>
  </vuln>

  <vuln vid="0dfcb310-0f38-11da-ba28-00065bd5b0b6">
    <topic>gaim -- remote execution of arbitrary code</topic>
    <affects>
      <package>
        <name>gaim</name>
	<range><lt>1.5.0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://gaim.sourceforge.net/security/?id=20">
	  <p>There was a memory alignment bug in the library
	  Gaim uses to access the Gadu-Gadu network.
	  This bug can not be exploited on x86 architectures.
	  This bug was recently fixed in the libgadu library,
	  but also needed to be fixed in Gaim because Gaim includes
	  a copy of the libgadu library.</p>
	</blockquote>
	<blockquote cite="http://gaim.sourceforge.net/security/?id=21">
	  <p>A remote user could cause Gaim to crash on some
	  systems by sending the Gaim user a file whose filename
	  contains certain invalid characters.
	  It is unknown what combination of systems are affected,
	  but it is suspected that Windows users and systems with
	  older versions of GTK+ are especially susceptible.</p>
	</blockquote>
	<blockquote cite="http://gaim.sourceforge.net/security/?id=22">
	  <p>A remote AIM or ICQ user can cause a buffer overflow
	  in Gaim by setting an away message containing many AIM
	  substitution strings (such as %t or %n).</p>
	</blockquote>
      </body>
    </description>
    <references>
      <url>http://gaim.sourceforge.net/security/?id=20</url>
      <url>http://gaim.sourceforge.net/security/?id=21</url>
      <url>http://gaim.sourceforge.net/security/?id=22</url>
    </references>
    <dates>
      <discovery>2005-08-11</discovery>
      <entry>2005-08-17</entry>
    </dates>
  </vuln>

  <vuln vid="e5d8e2be-0825-11da-a6c1-00065bd5b0b6">
    <topic>tor -- critical security bug</topic>
    <affects>
      <package>
	<name>tor</name>
	<range><lt>0.1.0.14</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://archives.seul.org/or/announce/Aug-2005/msg00000.html">
          <p>Tor 0.1.0.13 fixes a CRITICAL bug in the security 
          of our crypto handshakes. All clients should upgrade IMMEDIATELY.</p>
        </blockquote>
      </body>
    </description>
    <references>
      <url>http://archives.seul.org/or/announce/Aug-2005/msg00000.html</url>
      <url>http://archives.seul.org/or/announce/Aug-2005/msg00001.html</url>
    </references>
    <dates>
      <discovery>2005-08-04</discovery>
      <entry>2005-08-09</entry>
    </dates>
  </vuln>

  <vuln vid="e362ef7a-043d-11da-a2dc-000b5d77b0f5">
    <topic>jabberd -- buffer overflow vulnerabilities</topic>
    <affects>
      <package>
        <name>jabberd</name>
        <range><lt>2.0s9</lt></range> 
      </package> 
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Michael has reported some vulnerabilities in jabberd, which
        potentially can be exploited by malicious users to compromise a
        vulnerable system.</p>

        <p>The vulnerabilities are caused due to three boundary errors in
        jid.c when parsing JID strings with overly long user, host, or
        resource components. This can be exploited to crash the server or
        potentially execute arbitrary code.</p>
      </body> 
    </description> 
    <references>
      <url>http://secunia.com/advisories/16291/</url>
    </references>
    <dates> 
      <discovery>2005-08-01</discovery>
      <entry>2005-08-02</entry> 
    </dates>
  </vuln>

  <vuln vid="fed84e4c-ffa8-11d9-b09a-000b5d77b0f5">
    <topic>opera -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>opera</name>
        <range><lt>8.02</lt></range> 
      </package> 
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Secunia reports a download dialog spoofing issue, an image
        dragging issue and a link hijacking issue in Secunia Advisories
        SA15870, SA15756 and SA15781.</p>
      </body> 
    </description> 
    <references>
      <url>http://secunia.com/advisories/15870/</url>
      <url>http://secunia.com/advisories/15756/</url>
      <url>http://secunia.com/advisories/15781/</url>
    </references>
    <dates> 
      <discovery>2005-07-28</discovery>
      <entry>2005-07-28</entry> 
    </dates>
  </vuln>

  <vuln vid="7d55ff5a-ffa7-11d9-a07e-000b5d77b0f5">
    <topic>vim -- modelines execute arbitrary shell code</topic>
    <affects>
      <package>
        <name>vim</name>
        <range><lt>6.3.082</lt></range> 
      </package> 
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>im 6.3 before 6.3.082, with modelines enabled, allows attackers
        to execute arbitrary commands via shell metacharacters in the (1)
        glob or (2) expand commands of a foldexpr expression for calculating
        fold levels.</p>
      </body> 
    </description> 
    <references>
      <cvename>CAN-2005-2368</cvename>
      <url>http://www.guninski.com/where_do_you_want_billg_to_go_today_5.html</url>
    </references>
    <dates> 
      <discovery>2005-07-25</discovery>
      <entry>2005-07-27</entry> 
    </dates>
  </vuln>

  <vuln vid="1558170a-ffa5-11d9-ae9e-000b5d77b0f5">
    <topic>clamav -- multiple buffer overflows</topic>
    <affects>
      <package>
        <name>clamav</name>
        <range><lt>0.86.2</lt></range> 
      </package> 
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Clamav provides file format support for virus analysis. During
        analysis ClamAV Antivirus Library is vulnerable to buffer overflows
        allowing attackers complete control of the system. These
        vulnerabilities can be exploited remotely without user interaction
        or authentication through common protocols such as SMTP, SMB, HTTP,
        FTP, etc.</p>
      </body> 
    </description> 
    <references>
      <url>http://www.security.nnov.ru/Jdocument282.html</url>
    </references>
    <dates> 
      <discovery>2005-07-25</discovery>
      <entry>2005-07-27</entry> 
    </dates>
  </vuln>

  <vuln vid="aee27100-fcf2-11d9-b3c7-00065bd5b0b6">
    <topic>fetchmail -- remote code injection vulnerability</topic>
    <affects>
      <package>
        <name>fetchmail</name>
	<range><lt>6.2.5.2</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>fetchmail's POP3/UIDL code does not truncate received UIDs
	properly. A malicious or compromised POP3 server can thus corrupt
	fetchmail's stack and inject code when fetchmail is using UIDL,
	either through configuration, or as a result of certain server
	capabilities. Note that fetchmail is run as root on some sites, so
	an attack might compromise the root account and thus the whole
	machine.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-2335</cvename>
      <url>http://fetchmail.berlios.de/fetchmail-SA-2005-01.txt</url>
      <url>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212762</url>
    </references>
    <dates>
      <discovery>2005-07-20</discovery>
      <entry>2005-07-25</entry>
    </dates>
  </vuln>
  
  <vuln vid="b9d96cbe-f2d2-11d9-82d5-00065bd5b0b6">
    <topic>php4-pear -- PHP script injection vulnerability</topic>
    <affects>
      <package>
        <name>php4-pear</name>
	<range><lt>4.4.0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>James Bercegay of GulfTech Security Research discovered that
	the PEAR XML-RPC library fails to sanatize input sent using the
	"POST" method. A remote attacker could exploit this
	vulnerability to execute arbitrary PHP script code by sending
	a specially crafted XML document to web applications making
	use of these libraries.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-1921</cvename>
      <url>http://www.gulftech.org/?node=research&amp;article_id=00088-07022005</url>
    </references>
    <dates>
      <discovery>2005-07-02</discovery>
      <entry>2005-07-12</entry>
    </dates>
  </vuln>
  
  <vuln vid="f007c016-f128-11d9-b34e-080020f8e4df">
    <topic>p5-Mail-SpamAssassin -- denial of service vulnerability</topic>
    <affects>
      <package>
        <name>p5-Mail-SpamAssassin</name>
        <range>
          <ge>3.0.1</ge>
          <lt>3.0.4</lt>
        </range> 
      </package> 
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Apache SpamAssassin Security Team reports</p>
        <blockquote cite="http://marc.theaimsgroup.com/?l=spamassassin-announce&amp;m=111886630726077&amp;w=2">
	<p>Apache SpamAssassin 3.0.4 was recently released, and fixes a denial
          of service vulnerability in versions 3.0.1, 3.0.2, and 3.0.3.  The
          vulnerability allows certain misformatted long message headers to
          cause spam checking to take a very long time.</p>
        <p> While the exploit has yet to be seen in the wild, we are concerned
          that there may be attempts to abuse the vulnerability in the future.
          Therefore, we strongly recommend all users of these versions upgrade
          to Apache SpamAssassin 3.0.4 as soon as possible.</p>
        </blockquote>
      </body> 
    </description> 
    <references>
      <url>http://marc.theaimsgroup.com/?l=spamassassin-announce&amp;m=111886630726077&amp;w=2</url>
      <cvename>CAN-2005-1266</cvename>
    </references>
    <dates> 
      <discovery>2005-06-15</discovery>
      <entry>2005-07-10</entry> 
    </dates>
  </vuln>


  <vuln vid="af6d7600-eaf6-11d9-99db-00065bd5b0b6">
    <topic>tor -- server disregards exit policies</topic>
    <affects>
      <package>
        <name>tor</name>
        <range><lt>0.1.0.11</lt></range> 
      </package> 
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Tor 0.1.0.11 fixes a security problem where servers disregard
	their exit policies in some circumstances.</p>
      </body> 
    </description> 
    <references>
      <url>http://archives.seul.org/or/announce/Jul-2005/msg00000.html</url>
    </references>
    <dates> 
      <discovery>2005-07-01</discovery>
      <entry>2005-07-02</entry> 
    </dates>
  </vuln>

  <vuln vid="e80d814e-e9b6-11d9-a5c1-00065bd5b0b6">
    <topic>ruby -- arbitrary command execution on XMLRPC server</topic>
    <affects>
      <package>
	<name>ruby</name>
	<range><lt>1.8.1p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Nobuhiro IMAI reports:</p>
	<blockquote cite="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/5237">
	  <p>the default value modification on
	    Module#public_instance_methods (from false to true) breaks
	    s.add_handler(XMLRPC::iPIMethods("sample"), MyHandler.new) style
	    security protection.</p>
	  <p>This problem could allow a remote attacker to execute arbitrary
	    commands on XMLRPC server of libruby.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-1992</cvename>
      <url>http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/5237</url>
      <url>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=315064</url>
    </references>
    <dates>
      <discovery>2005-06-22</discovery>
      <entry>2005-07-01</entry>
    </dates>
  </vuln>
  
  <vuln vid="0e1d83ba-e887-11d9-a1e0-00065bd5b0b6">
    <topic>clamav -- denial of service vulnerability</topic>
    <affects>
      <package>
        <name>clamav</name>
	<range><lt>0.86.1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Andrew Toller and Stefan Kanthak discovered that a flaw in
        libmspack's Quantum archive decompressor renders Clam
        AntiVirus vulnerable to a Denial of Service attack.</p>
      </body>
    </description>
    <references>
      <url>http://sourceforge.net/project/shownotes.php?release_id=337279</url>
      <url>http://www.gentoo.org/security/en/glsa/glsa-200506-23.xml</url>
    </references>
    <dates>
      <discovery>2005-06-23</discovery>
      <entry>2005-06-28</entry>
    </dates>
  </vuln>

  <vuln vid="10085106-e2a5-11d9-824c-00065bd5b0b6">
    <topic>tor -- information disclosure vunlerability</topic>
    <affects>
      <package>
        <name>tor</name>
	<range><lt>0.1.0.10</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A bug in Tor allows attackers to view arbitrary memory
	contents from an exit server's process space.
	A remote attacker could exploit the memory disclosure to
	gain sensitive information and possibly even private keys.</p>
      </body>
    </description>
    <references>
      <url>http://archives.seul.org/or/announce/Jun-2005/msg00001.html</url>
      <url>http://www.gentoo.org/security/en/glsa/glsa-200506-18.xml</url>
    </references>
    <dates>
      <discovery>2005-06-16</discovery>
      <entry>2005-06-22</entry>
    </dates>
  </vuln>
  
  <vuln vid="3f283964-d905-11d9-b5e0-00065bd5b0b6">
    <topic>leafnode -- denial of service vulnerability</topic>
    <affects>
      <package>
        <name>leafnode</name>
	<range><lt>1.11.3</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>The leafnode security page notes:</p>
	<blockquote cite="http://leafnode.sourceforge.net/leafnode-SA-2005-02.txt">
	  <p>A vulnerability was found in the fetchnews program (the NNTP client) that
	  may under some circumstances cause a wait for input that never arrives,
	  fetchnews "hangs". This hang does not cost CPU.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-1911</cvename>
      <url>http://leafnode.sourceforge.net/leafnode-SA-2005-02.txt</url>
    </references>
    <dates>
      <discovery>2005-06-08</discovery>
      <entry>2005-06-09</entry>
    </dates>
  </vuln>

  <vuln vid="cf9986f2-cd8d-11d9-a230-00065bd5b0b6">
    <topic>squid -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>squid</name>
	<range><lt>2.5.STABLE10</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>The squid patches page notes:</p>
	<blockquote cite="http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE9-dns_query">
	  <p>Malicious users may spoof DNS lookups if the DNS client
	  UDP port (random, assigned by OS as startup) is unfiltered
	  and your network is not protected from IP spoofing.</p>
	</blockquote>
        <blockquote cite="http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE9-cachemgr_conf">
	  <p>This patch adds access controls to the cachemgr.cgi
	  script, preventing it from being abused to reach other
	  servers than allowed in a local configuration file.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CVE-1999-0710</cvename>
      <cvename>CAN-2005-1519</cvename>
      <url>http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE9-cachemgr_conf</url>
      <url>http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE9-dns_reply</url>
      <url>http://www.squid-cache.org/bugs/show_bug.cgi?id=1094</url>
      <url>http://secunia.com/advisories/15294</url>
    </references>
    <dates>
      <discovery>2005-05-11</discovery>
      <entry>2005-05-25</entry>
    </dates>
  </vuln> 

  <vuln vid="75ecb34c-cc7d-11d9-8e94-00065bd5b0b6">
    <topic>net-snmp -- fixproc insecure temporary file creation</topic>
    <affects>
      <package>
        <name>net-snmp</name>
	<range><lt>5.1.2p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A malicious local attacker could exploit a race
	condition to change the content of the temporary
	files before they are executed by fixproc, possibly
	leading to the execution of arbitrary code.
	A local attacker could also create symbolic links in
	the temporary files directory, pointing to a valid file
	somewhere on the filesystem.
	When fixproc is executed, this would result in the file
	being overwritten.</p>
      </body>
    </description>
    <references>
      <url>http://www.gentoo.org/security/en/glsa/glsa-200505-18.xml</url>
    </references>
    <dates>
      <discovery>2005-05-23</discovery>
      <entry>2005-05-25</entry>
    </dates>
  </vuln>
  
  <vuln vid="63f4c28a-c85c-11d9-a130-00065bd5b0b6">
    <topic>nasm -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>nasm</name>
	<range><lt>0.98.38p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Two stack based buffer overflow bugs have been
	found in nasm. An attacker could create an ASM file
	in such a way that when compiled by a victim,
	could execute arbitrary code on their machine.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-1287</cvename>
      <cvename>CAN-2005-1194</cvename>
    </references>
    <dates>
      <discovery>2005-05-04</discovery>
      <entry>2005-05-19</entry>
    </dates>
  </vuln>
  
  <vuln vid="d9ee77da-c3f0-11d9-b2f0-00065bd5b0b6">
    <topic>gaim -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>gaim</name>
	<range><lt>1.3.0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://gaim.sourceforge.net/security/index.php?id=16">
          <p>It is possible for a remote user to overflow a static
	  buffer by sending an IM containing a very large URL
	  (greater than 8192 bytes) to the Gaim user.
	  This is not possible on all protocols, due to message length
	  restrictions. Jabber are SILC are known to be
	  vulnerable.</p>
	</blockquote>
	<blockquote cite="http://gaim.sourceforge.net/security/index.php?id=17">
	  <p>Potential remote denial of service bug resulting from
	  not checking a pointer for non-NULL before passing it to
	  strncmp, which results in a crash.
	  This can be triggered by a remote client sending an SLP
	  message with an empty body.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-1261</cvename>
      <cvename>CAN-2005-1262</cvename>
      <url>http://gaim.sourceforge.net/security/index.php?id=16</url>
      <url>http://gaim.sourceforge.net/security/index.php?id=17</url>
    </references>
    <dates>
      <discovery>2005-05-10</discovery>
      <entry>2005-05-13</entry>
    </dates>
  </vuln>
    
  <vuln vid="086072e4-c180-11d9-aaa3-00065bd5b0b6">
    <topic>gnutls -- denial of service vulnerability</topic>
    <affects>
      <package>
        <name>gnutls</name>
	<range><lt>1.0.25</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A vulnerability has been discovered in the record
	packet parsing in the GnuTLS library.
	Additionally, a flaw was also found in the RSA key export
	functionality.</p>
	<p>A remote attacker could exploit this vulnerability and
	cause a Denial of Service to any application that utilizes
	the GnuTLS library.</p>
	<p>Previously exported RSA keys can be fixed by executing
	the following command on the key files:</p>
	<p><code># certtool -k infile outfile</code></p>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-1431</cvename>
      <url>http://lists.gnupg.org/pipermail/gnutls-dev/2005-April/000858.html</url>
    </references>
    <dates>
      <discovery>2005-04-28</discovery>
      <entry>2005-05-11</entry>
    </dates>
  </vuln>
  
  <vuln vid="92248e4e-bd88-11d9-985a-00065bd5b0b6">
    <topic>leafnode -- denial of service vulnerability</topic>
    <affects>
      <package>
        <name>leafnode</name>
	<range><lt>1.11.2</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://leafnode.sourceforge.net/leafnode-SA-2005-01.txt">
          <p>Two vulnerabilities were found in the fetchnews
	  program (the NNTP client).
	  These can cause the fetchnews program to crash when the
	  upstream server closes the connection while leafnode is
	  receiving an article header, or an article body.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <url>http://leafnode.sourceforge.net/leafnode-SA-2005-01.txt</url>
    </references>
    <dates>
      <discovery>2005-05-04</discovery>
      <entry>2005-05-05</entry>
    </dates>
  </vuln>
  
  <vuln vid="9bf5aad8-ba14-11d9-9e14-00065bd5b0b6">
    <topic>ImageMagick -- ReadPNMImage() heap overflow vulnerability</topic>
    <affects>
      <package>
	<name>ImageMagick</name>
	<range><lt>6.2.2-0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Damian Put reports about ImageMagick:</p>
	<blockquote cite="http://marc.theaimsgroup.com/?l=bugtraq&amp;m=111445767107869">
	  <p>Remote exploitation of a heap overflow vulnerability
	    could allow execution of arbitrary code or course denial
	    of service.</p>
	  <p>A heap overflow exists in ReadPNMImage() function, that
	    is used to decode a PNM image files.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <bid>13351</bid>
      <url>http://marc.theaimsgroup.com/?l=bugtraq&amp;m=111445767107869</url>
    </references>
    <dates>
      <discovery>2005-04-25</discovery>
      <entry>2005-05-01</entry>
    </dates>
  </vuln>

  <vuln vid="304e1dec-b69a-11d9-bf80-00065bd5b0b6">
    <topic>p5-Convert-UUlib -- buffer overflow</topic>
    <affects>
      <package>
        <name>p5-Convert-UUlib</name>
	<range><lt>1.051</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A vulnerability has been reported in Convert-UUlib where a
	malformed parameter can be provided by an attacker allowing a read
	operation to overflow a buffer. The vendor credits Mark Martinec and
	Robert Lewis with the discovery.</p>
      </body>
    </description>
    <references>
      <url>http://www.gentoo.org/security/en/glsa/glsa-200504-26.xml</url>
    </references>
    <dates>
      <discovery>2005-04-26</discovery>
      <entry>2005-04-27</entry>
    </dates>
  </vuln>
  
  <vuln vid="7612fe54-b00c-11d9-9c1d-00065bd5b0b6">
    <topic>php5 -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>php5</name>
	<range><lt>5.0.4</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://secunia.com/advisories/14792">
	  <p>Multiple vulnerabilities have been reported in PHP,
	  where some have an unknown impact and others can be
	  exploited by malicious people to cause a DoS
	  (Denial of Service) and potentially compromise a
	  vulnerable system.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0524</cvename>
      <cvename>CAN-2005-0525</cvename>
    </references>
    <dates>
      <discovery>2005-04-01</discovery>
      <entry>2005-04-04</entry>
    </dates>
  </vuln>
  
  <vuln vid="c6f452e8-b00a-11d9-825c-00065bd5b0b6">
    <topic>php4 -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>php4</name>
	<range><lt>4.3.11</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<blockquote cite="http://secunia.com/advisories/14792">
	  <p>Multiple vulnerabilities have been reported in PHP,
	  where some have an unknown impact and others can be
	  exploited by malicious people to cause a DoS
	  (Denial of Service) and potentially compromise a
	  vulnerable system.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-1042</cvename>
      <cvename>CAN-2005-1043</cvename>
      <cvename>CAN-2005-0524</cvename>
      <cvename>CAN-2005-0525</cvename>
    </references>
    <dates>
      <discovery>2005-04-01</discovery>
      <entry>2005-04-04</entry>
    </dates>
  </vuln>

  <vuln vid="e9b45990-abff-11d9-a42d-080020f8e4df">
    <topic>xv -- multiple buffer overflows</topic>
    <affects>
      <package>
        <name>xv</name>
        <range><lt>3.10ap1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://www.securityfocus.com/archive/1/395529/2005-04-10/2005-04-16/0">
          <p>Greg Roelofs reports, that the fixes for several input-validation
          vulnerabilities, reported in August 2004, where incomplete.</p>
        </blockquote>
      </body>
    </description>
    <references>
      <certvu>622622</certvu>
      <mlist msgid="200504111621.j3BGLxuP026312@bolt.sonic.net">http://www.securityfocus.com/archive/1/395529</mlist>
      <mlist msgid="20040820032605.360e43e3.infamous41md@hotpop.com">http://www.securityfocus.com/archive/1/372345</mlist>
    </references>
    <dates>
      <discovery>2005-04-11</discovery>
      <entry>2005-04-12</entry>
    </dates>
  </vuln>

  <vuln vid="c606260a-aa87-11d9-8af3-00065bd5b0b6">
    <topic>rsnapshot -- local privilege escalation</topic>
    <affects>
      <package>
        <name>rsnapshot</name>
	<range><lt>1.2.1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://www.rsnapshot.org/security/2005/001.html">
          <p>The copy_symlink() subroutine in rsnapshot incorrectly
	  changes file ownership on the files pointed to by symlinks,
	  not on the symlinks themselves.
	  This would allow, under certain circumstances, an arbitrary
	  user to take ownership of a file on the main filesystem.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <url>http://www.rsnapshot.org/security/2005/001.html</url>
    </references>
    <dates>
      <discovery>2005-04-10</discovery>
      <entry>2005-04-11</entry>
    </dates>
  </vuln>
  
  <vuln vid="99158684-a791-11d9-93dc-00065bd5b0b6">
    <topic>gaim -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>gaim</name>
	<range><lt>1.2.1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://gaim.sourceforge.net/security/?id=13">
    	  <p>The gaim_markup_strip_html function in Gaim 1.2.0, and
	  possibly earlier versions, allows remote attackers to cause
	  a denial of service (application crash) via a string that
	  contains malformed HTML, which causes an out-of-bounds
	  read.</p>
	</blockquote>
	<blockquote cite="http://gaim.sourceforge.net/security/?id=14">
	  <p>The IRC protocol plugin in Gaim 1.2.0, and possibly
	  earlier versions, allows (1) remote attackers to inject
	  arbitrary Gaim markup via irc_msg_kick, irc_msg_mode,
	  irc_msg_part, irc_msg_quit, (2) remote attackers to inject
	  arbitrary Pango markup and pop up empty dialog boxes via
	  irc_msg_invite, or (3) malicious IRC servers to cause a
	  denial of service (application crash) by injecting certain
	  Pango markup into irc_msg_badmode, irc_msg_banned,
	  irc_msg_unknown, irc_msg_nochan functions.</p>
	</blockquote>
	<blockquote cite="http://gaim.sourceforge.net/security/?id=15">
	  <p>Sending a Gaim Jabber user a certain invalid file
	  transfer request triggers an out-of-bounds read which
	  causes Gaim to crash.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0965</cvename>
      <cvename>CAN-2005-0966</cvename>
      <cvename>CAN-2005-0967</cvename>
      <url>http://gaim.sourceforge.net/security/?id=13</url>
      <url>http://gaim.sourceforge.net/security/?id=14</url>
      <url>http://gaim.sourceforge.net/security/?id=15</url>
    </references>
    <dates>
      <discovery>2005-04-04</discovery>
      <entry>2005-04-07</entry>
    </dates>
  </vuln>
  
  <vuln vid="9236ec86-a53e-11d9-b004-00065bd5b0b6">
    <topic>sylpheed -- message reply buffer overflow vulnerability</topic>
    <affects>
      <package>
        <name>sylpheed</name>
	<range><lt>1.0.4</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://secunia.com/advisories/14491">
	  <p>A vulnerability has been reported in Sylpheed,
	  which potentially can be exploited by malicious people
	  to compromise a user's system.</p>
	  <p>The vulnerability is caused due to a boundary error
	  in the handling of certain unspecified headers containing
	  non-ASCII characters.
	  This may be exploited to execute arbitrary code by tricking
	  a user into replying to a malicious message.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0667</cvename>
      <url>http://secunia.com/advisories/14491</url>
    </references>
    <dates>
      <discovery>2005-03-07</discovery>
      <entry>2005-04-04</entry>
    </dates>
  </vuln>
  
  <vuln vid="be6057f4-9ecf-11d9-82a1-00065bd5b0b6">
    <topic>gnupg -- OpenPGP protocol attack</topic>
    <affects>
      <package>
        <name>gnupg</name>
	<range><lt>1.4.1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://www.kb.cert.org/vuls/id/303094">
	  <p>A vulnerability in OpenPGP can be used by attackers to
	  recover partial plaintexts from messages employing symmetric
	  encryption.
	  Researchers Serge Mister and Robert Zuccherato of Entrust have
	  developed a chosen-ciphertext attack method that can be
	  used against OpenPGP messages encrypted using cipher
	  feedback (CFB) mode. The attack takes advantage of an integrity check feature
	  that is intended to save time by aborting futile and
	  possibly lengthy decryption attempts.</p>
        </blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0366</cvename>
      <url>http://www.kb.cert.org/vuls/id/303094</url>
    </references>
    <dates>
      <discovery>2005-03-24</discovery>
      <entry>2005-03-27</entry>
    </dates>
  </vuln>
  
  <vuln vid="d045aeb6-9ea6-11d9-9623-00065bd5b0b6">
    <topic>tiff -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>tiff</name>
	<range><lt>3.6.1p6</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://secunia.com/advisories/13728/">
	  <p>Dmitry V. Levin has reported a vulnerability in LibTIFF,
	  which potentially can be exploited by malicious people to
	  compromise a user's system.</p>
	</blockquote>
	<blockquote cite="http://www.ciac.org/ciac/bulletins/p-082.shtml">
	  <p>infamous41md discovered a problem in libtiff, the Tag Image File Format
	  library for processing TIFF graphics files. Upon reading a TIFF file it is
	  possible to allocate a zero sized buffer and write to it which would lead to
	  the execution of arbitrary code.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-1183</cvename>
      <cvename>CAN-2004-1308</cvename>
    </references>
    <dates>
      <discovery>2004-12-29</discovery>
      <entry>2005-03-27</entry>
    </dates>
  </vuln>

  <vuln vid="52619d3a-9bf3-11d9-afb3-00065bd5b0b6">
    <topic>jabberd -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>jabberd</name>
	<range><lt>2.0s6</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>We do not have much information about these vulnerabilites, so
	we can only provide some numbers:</p>
	<p>32 segmentation fault fixes</p>
	<p>38 incorrect buffer lenght calculation fixes</p>
	<p>58 buffer overflow fixes</p>
      </body>
    </description>
    <references>
      <url>http://www.jabberstudio.org/projects/jabberd2/releases/view.php?id=698</url>
    </references>
    <dates>
      <discovery>2004-12-11</discovery>
      <entry>2005-03-23</entry>
    </dates>
  </vuln>
   
  <vuln vid="bd003c68-9ae1-11d9-862b-00065bd5b0b6">
    <topic>grip -- CDDB response multiple matches buffer overflow vulnerability</topic>
    <affects>
      <package>
	<name>grip</name>
	<range><lt>3.0.7p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Joseph VanAndel reports that grip is vulnerability to a
	  buffer overflow vulnerability when receiving more than 16
	  CDDB responses.  This could lead to a crash in grip and
	  potentially execution arbitrary code.</p>
	<p>A workaround is to disable CDDB lookups.</p>
      </body>
    </description>
    <references>
      <bid>12770</bid>
      <cvename>CAN-2005-0706</cvename>
      <url>http://sourceforge.net/tracker/index.php?func=detail&amp;aid=834724&amp;group_id=3714&amp;atid=103714</url>
    </references>
    <dates>
      <discovery>2003-11-02</discovery>
      <entry>2005-03-22</entry>
    </dates>
  </vuln>

  <vuln vid="4d960e7a-9537-11d9-9fda-080020fe8945">
    <topic>xv -- filename handling vulnerability</topic>
    <affects>
      <package>
        <name>xv</name>
	<range><lt>3.10ap0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Tavis Ormandy of the Gentoo Linux Security Audit Team
        identified a flaw in the handling of image filenames by xv.
	Successful exploitation would require a victim to process a
        specially crafted image with a malformed filename, potentially
        resulting in the execution of arbitrary code.</p>
      </body>
    </description>
    <references>
      <url>http://www.gentoo.org/security/en/glsa/glsa-200503-09.xml</url>
      <url>http://bugs.gentoo.org/show_bug.cgi?id=83686</url>
    </references>
    <dates>
      <discovery>2005-03-02</discovery>
      <entry>2005-03-15</entry>
    </dates>
  </vuln>
  
  <vuln vid="531c3456-94dc-11d9-a433-080020fe8945">
    <topic>curl -- authentication buffer overflow vulnerability</topic>
    <affects>
      <package>
	<name>curl</name>
	<range><lt>7.11.2p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Two iDEFENSE Security Advisories reports:</p>
	<blockquote cite="http://marc.theaimsgroup.com/?l=bugtraq&amp;m=110902601221592">
	  <p>An exploitable stack-based buffer overflow condition
	    exists when using NT Lan Manager (NTLM)
	    authentication. The problem specifically exists within
	    <code>Curl_input_ntlm()</code> defined in
	    lib/http_ntlm.c.</p>
	  <p>Successful exploitation allows remote attackers to
	    execute arbitrary code under the privileges of the target
	    user. Exploitation requires that an attacker either coerce
	    or force a target to connect to a malicious server using
	    NTLM authentication.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <bid>12615</bid>
      <cvename>CAN-2005-0490</cvename>
      <mlist msgid="FB24803D1DF2A34FA59FC157B77C970503E2462D@idserv04.idef.com">http://marc.theaimsgroup.com/?l=bugtraq&amp;m=110902850731457</mlist>
    </references>
    <dates>
      <discovery>2004-12-21</discovery>
      <entry>2005-03-14</entry>
    </dates>
  </vuln>

  <vuln vid="e6b4a1ae-9404-11d9-8c05-080020fe8945">
    <topic>libexif -- buffer overflow vulnerability</topic>
    <affects>
      <package>
        <name>libexif</name>
        <range><lt>0.5.9p2</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Sylvain Defresne reports that libexif is vulnerable to a
	buffer overflow vulnerability due to insufficient input
	checking.  This could lead crash of applications using
	libexif.</p>
      </body>
    </description>
    <references>
      <bid>12744</bid>
      <cvename>CAN-2005-0664</cvename>
      <url>https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152</url>
    </references>
    <dates>
      <discovery>2005-03-03</discovery>
      <entry>2005-03-13</entry>
    </dates>
  </vuln>
  
  <vuln vid="23ac1dfa-9273-11d9-ac88-080020fe8945">
    <topic>mlterm -- integer overflow vulnerability</topic>
    <affects>
      <package>
        <name>mlterm</name>
	<range><lt>2.9.0p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>mlterm is vulnerable to an integer overflow that can
	be triggered by specifying a large image file as a background.
	An attacker can create a specially-crafted image file which,
	when used as a background by the victim, can lead to the execution
	of arbitrary code with the privileges of the user running mlterm.</p>
      </body>
    </description>
    <references>
      <url>https://sourceforge.net/project/shownotes.php?release_id=310416</url>
    </references>
    <dates>
      <discovery>2005-03-07</discovery>
      <entry>2005-03-11</entry>
    </dates>
  </vuln>
  
  <vuln vid="f46673fc-84e8-11d9-abde-080020fe8945">
    <topic>unace -- multiple buffer overflows</topic>
    <affects>
      <package>
        <name>unace</name>
	<range><lt>1.2bp0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Ulf Harnhammar wrote:</p>
        <p>(1) There are buffer overflows when extracting, testing or
	listing specially prepared ACE archives.</p>
	<p>(2) There are directory traversal bugs when extracting ACE
	archives.</p>
	<p>(3) There are buffer overflows when dealing with long
	(>17000 characters) command line arguments.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0160</cvename>
      <cvename>CAN-2005-0161</cvename>
    </references>
    <dates>
      <discovery>2005-02-22</discovery>
      <entry>2005-02-22</entry>
    </dates>
  </vuln>
  
  <vuln vid="3f170d64-84c9-11d9-bc42-00065bd5b0b6">
    <topic>mod_auth_radius -- remote integer overflow</topic>
    <affects>
      <package>
        <name>mod_auth_radius</name>
	<range><lt>1.5.7p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>When mod_auth_radius authenticates user against remote RADIUS server,
	it will send RADIUS packet with RADIUS_ACCESS_REQUEST code.
	Server can respond with RADIUS packet with RADIUS_ACCESS_CHALLENGE code.
	When mod_auth_radius gets RADIUS_ACCESS_CHALLENGE with attribute code set
	to RADIUS_STATE and another attribute code in same packet set to RADIUS_REPLY_MESSAGE,
	RADIUS server reply will be copied in the local buffer with function radcpy().
	Size of the data to be copied in local buffer is taken from 'length' value of the packet
	attribute received from RADIUS server.</p>
      </body>
    </description>
    <references>
      <url>http://security.lss.hr/en/index.php?page=details&amp;ID=LSS-2005-01-02</url>
    </references>
    <dates>
      <discovery>2005-01-10</discovery>
      <entry>2005-01-24</entry>
    </dates>
  </vuln>
  
  <vuln vid="4ccf3184-812c-11d9-b5a5-080020fe8945">
    <topic>mc -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>mc</name>
        <range><lt>4.6.1pre1p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Midnight Commander contains several format string errors, buffer
	overflows and one buffer underflow leading to execution of arbitrary
	code. An attacker could exploit these vulnerabilities to execute arbitrary
	code with the permissions of the user running Midnight Commander or
	cause Denial of Service by freeing unallocated memory.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-1004</cvename>
      <cvename>CAN-2004-1005</cvename>
      <cvename>CAN-2004-1092</cvename>
      <cvename>CAN-2004-1176</cvename>
    </references>
    <dates>
      <discovery>2005-02-17</discovery>
      <entry>2005-02-17</entry>
    </dates>
  </vuln>

  <vuln vid="96fd6bc2-7cb8-11d9-abaf-080020fe8945">
    <topic>gcpio -- broken file permissions</topic>
    <affects>
      <package>
        <name>gcpio</name>
        <range><lt>2.5p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>It has been discovered, that cpio, a program to manage archives of files,
	creates output files with -O and -F with broken permissions due to a reset
	zero umask which allows local users to read or overwrite those files.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-1999-1572</cvename>
      <url>http://www.debian.org/security/2005/dsa-664</url>
    </references>
    <dates>
      <discovery>2005-02-04</discovery>
      <entry>2005-02-11</entry>
    </dates>
  </vuln>
  
  <vuln vid="739b674e-7c75-11d9-8f68-080020fe8945">
    <topic>enscript -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>enscript</name>
        <range><lt>1.6.3p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Erik Sjolund discovered several issues in enscript.
	It suffers from several buffer overflows, quotes and shell
	escape characters are insufficiently sanitized in filenames,
	and it supported taking input from an arbitrary command pipe,
	with unwanted side effects.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-1184</cvename>
      <cvename>CAN-2004-1185</cvename>
      <cvename>CAN-2004-1186</cvename>
    </references>
    <dates>
      <discovery>2005-02-02</discovery>
      <entry>2005-02-11</entry>
    </dates>
  </vuln>

  <vuln vid="2b173998-7b9f-11d9-9d2e-080020f8e4df">
    <topic>(X)emacs -- format string vulnerability</topic>
    <affects>
      <package>
        <name>emacs</name>
        <range><lt>21.3p1</lt></range>
      </package>
      <package>
        <name>Xemacs</name>
        <range><lt>21.4.15p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote>
           <p>Max Vozeler discovered a format string vulnerability in the
           "movemail" utility of Emacs. By sending specially crafted packets,
           a malicious POP3 server could cause a buffer overflow, which could
           have been exploited to execute arbitrary code with the privileges
           of the user.</p>
        </blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0100</cvename>
    </references>
    <dates>
      <discovery>2005-02-08</discovery>
      <entry>2005-02-09</entry>
    </dates>
  </vuln>

  <vuln vid="b735b5b2-7b7c-11d9-b18e-080020fe8945">
    <topic>mailman -- directory traversal vulnerability</topic>
    <affects>
      <package>
        <name>mailman</name>
        <name>mailman-postfix</name>
        <range><lt>2.1.5p3</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote cite="http://lists.netsys.com/pipermail/full-disclosure/2005-February/031562.html">
           <p>On 7th February 2005 I was notified of a number of potentially -
	   compromised Full-Disclosure subscriber accounts. Following an 
	   investigation it appears that the Mailman configuration database was 
           obtained from lists.netsys.com on 2nd January 2005 using a remote 
           directory traversal exploit for a previously unpublished 
           vulnerability in Mailman 2.1.5.</p>
        </blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0202</cvename>
      <url>http://lists.netsys.com/pipermail/full-disclosure/2005-February/031562.html</url>
    </references>
    <dates>
      <discovery>2005-02-09</discovery>
      <entry>2005-02-10</entry>
    </dates>
  </vuln>

  <vuln vid="a37de4b6-7a9d-11d9-b49f-080020fe8945">
    <topic>dante -- fd_set structure bitmap array index overflow</topic>
    <affects>
      <package>
        <name>dante</name>
        <range><lt>1.1.15</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A problem has been discovered where it's possible to,
        under certain circumstance, perform a DOS (denial of 
	service) attack against the Dante server, leading it
	to crash or become unable to provide service to clients.
        The problem was recently made public by a source unrelated
        to Inferno Nettverk.</p>
      </body>
    </description>
    <references>
      <url>http://www.inet.no/dante/advisory-2005-01-28</url>
      <url>http://www.securityfocus.com/archive/1/388201/2005-01-18/2005-01-24/0</url>
    </references>
    <dates>
      <discovery>2004-12-12</discovery>
      <entry>2005-01-31</entry>
    </dates>
  </vuln>

  <vuln vid="ba5cd8e4-7788-11d9-bdc2-080020f8e4df">
    <topic>postgresql -- privilege escalation via LOAD</topic>
    <affects>
      <package>
        <name>postgresql-server</name>
        <range><lt>7.4.3p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote>
          <p>Low privileged users can invoke the LOAD extension to load
            arbitrary libraries into the postgres process space.</p>
        </blockquote>
      </body>
    </description>
    <references>
      <url>http://archives.postgresql.org/pgsql-bugs/2005-01/msg00269.php</url>
    </references>
    <dates>
      <discovery>2005-01-21</discovery>
      <entry>2005-02-05</entry>
    </dates>
  </vuln>

  <vuln vid="fda7f504-7777-11d9-8045-080020f8e4df">
    <topic>opera -- Data URLs with executables and misleading download dialog</topic>
    <affects>
      <package>
        <name>opera</name>
        <range><lt>7.54u2</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote>
          <p>A data URL (RCF 2397) containing an executable file may cause
            Opera to mislead the user. Opera's download dialog will in some
            cases say "Open with NOTEPAD.EXE". But clicking "Open" will run
            the executable.</p>
        </blockquote>
      </body>
    </description>
    <references>
      <url>http://www.opera.com/support/search/supsearch.dml?index=784</url>
    </references>
    <dates>
      <discovery>2005-01-12</discovery>
      <entry>2005-02-05</entry>
    </dates>
  </vuln>

  <vuln vid="84dd64b0-72cc-11d9-a56c-00065bd5b0b6">
    <topic>evolution -- arbitrary code execution vulnerability</topic>
    <affects>
      <package>
	<name>evolution</name>
	<range><lt>1.2.4p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Martin <q>Joey</q> Schulze reports:</p>
	<blockquote>
	  <p>Max Vozeler discovered an integer overflow in the helper
	    application camel-lock-helper which runs setuid root or
	    setgid mail inside of Evolution, a free groupware suite.
	    A local attacker can cause the setuid root helper to
	    execute arbitrary code with elevated privileges via a
	    malicious POP server.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0102</cvename>
      <url>http://cvs.gnome.org/viewcvs/evolution/camel/camel-lock-helper.c?rev=1.7&amp;view=log#rev1.5.74.1</url>
    </references>
    <dates>
      <discovery>2005-01-20</discovery>
      <entry>2005-01-30</entry>
    </dates>
  </vuln>

  <vuln vid="a55ce9b2-720a-11d9-8a67-00065bd5b0b6">
    <topic>imap-uw -- inappropriate user authentication (CRAM-MD5)</topic>
    <affects>
      <package>
        <name>imap-uw</name>
	<range><lt>2004.357</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A vulnerablility in an authentication method for the
	University of Washington IMAP server could allow a
	remote attacker to access any user's mailbox.</p>
	<p>The Internet Message Access Protocol (IMAP) is a method
	of accessing electronic messages kept on a remote mail server
	and is specified in RFC3501. 
	The University of Washington IMAP server features multiple user
	authentication methods, including the 
	Challenge-Response Authentication Mechanism with MD5 (CRAM-MD5)
	as defined by RFC2195. 
	A logic error in the code that handles CRAM-MD5 incorrectly specifies
	the conditions of successful authentication.
	This error results in a vulnerability that could allow a remote attacker
	to successfully authenticate as any user on the target system.</p>
      </body>
    </description>
    <references>
      <url>http://www.kb.cert.org/vuls/id/702777</url>
    </references>
    <dates>
      <discovery>2005-01-18</discovery>
      <entry>2005-01-29</entry>
    </dates>
  </vuln>
  	
  <vuln vid="29a17ee2-6fd9-11d9-a77b-080020f8e4df">
    <topic>exim -- two buffer overflow vulnerabilities</topic>
    <affects>
      <package>
        <name>exim</name>
        <range><lt>4.44</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>1. The function host_aton() can overflow a buffer
           if it is presented with an illegal IPv6 address
           that has more than 8 components.</p>
        <p>2. The second report described a buffer overflow
           in the function spa_base64_to_bits(), which is part
           of the code for SPA authentication.</p>
      </body>
    </description>
    <references>
      <mlist msgid="Pine.SOC.4.61.0501041452540.1114@draco.cus.cam.ac.uk">http://www.
      exim.org/mail-archives/exim-announce/2005/msg00000.html</mlist>
      <mlist msgid="1CE07882ECEE894CA2D5A89B8DEBC4011CFDE5@porgy.admin.idefense.com">
      http://marc.theaimsgroup.com/?l=bugtraq&amp;m=110573573800377</mlist>
      <cvename>CAN-2005-0021</cvename>
      <cvename>CAN-2005-0022</cvename>
      <bid>12185</bid>
      <bid>12188</bid>
      <bid>12268</bid>
    </references>
    <dates>
      <discovery>2005-01-05</discovery>
      <entry>2005-01-26</entry>
    </dates>
  </vuln>

  <vuln vid="1781a0b8-6fa5-11d9-8c73-080020fe8945">
    <topic>squid -- several vulnerabilites</topic>
    <affects>
      <package>
        <name>squid</name>
        <range><lt>2.5.STABLE7p1</lt></range>
      </package>
    </affects>
      <description>
	<body xmlns="http://www.w3.org/1999/xhtml">
 	  <blockquote cite="http://secunia.com/advisories/13825">
            <p>infamous41md has reported two vulnerabilities in Squid,
	    which can be exploited by malicious people to cause a DoS (Denial of Service)
	    or potentially compromise a vulnerable system.</p>
	  </blockquote>
	</body>
      </description>
      <references>
        <cvename>CAN-2005-0094</cvename>
        <cvename>CAN-2005-0095</cvename>
	<url>http://secunia.com/advisories/13825</url>
      </references>
      <dates>
        <discovery>2005-01-03</discovery>
        <entry>2005-01-26</entry>
      </dates>
  </vuln>

  <vuln vid="d47b6772-6f81-11d9-909c-080020fe8945">
    <topic>mailman -- cross-site scripting vulnerability</topic>
    <affects>
      <package>
        <name>mailman</name>
	<range><lt>2.1.5p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Florian Weimer has discovered a cross-site scripting
	vulnerability in the error messages that are produced by Mailman.</p>
	<p>By enticing a user to visiting a specially-crafted URL,
	an attacker can execute arbitrary script code running in the context
	of the victim's browser</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-1177</cvename>
      <url>http://secunia.com/advisories/13603</url>
    </references>
    <dates>
      <discovery>2005-01-12</discovery>
      <entry>2005-01-26</entry>
    </dates>
  </vuln>

  <vuln vid="70857374-6c99-11d9-9b2f-00065bd5b0b6">
    <topic>cups -- stack overflow in included xpdf code</topic>
    <affects>
      <package>
        <name>cups</name>
	<range><lt>1.1.23p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>CUPS includes xpdf code and therefore is vulnerable to the recent
	stack overflow issue, potentially resulting in the remote execution
	of arbitrary code.</p>
	<p>The vulnerability specifically exists due to insufficient bounds
	checking while processing a PDF file that provides malicious values
	in the /Encrypt /Length tag. 
	The offending code can be found in the Decrypt::makeFileKey2 function.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0064</cvename>
      <url>http://www.idefense.com/application/poi/display?id=186&amp;type=vulnerabilities&amp;flashstatus=false</url>
    </references>
    <dates>
      <discovery>2005-01-18</discovery>
      <entry>2005-01-22</entry>
    </dates>
  </vuln>    
	
  <vuln vid="5efb4690-6abb-11d9-99e9-00065bd5b0b6">
    <topic>mysql-server -- mysqlaccess insecure temporary file creation</topic>
    <affects>
      <package>
	<name>mysql-server</name>
	<range><lt>4.0.23p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>The Debian Security Team reports:</p>
	<blockquote>
	  <p>Javier Fernandez-Sanguino Pena from the Debian Security
	    Audit Project discovered a temporary file vulnerability in
	    the mysqlaccess script of MySQL that could allow an
	    unprivileged user to let root overwrite arbitrary files
	    via a symlink attack and could also could unveil the
	    contents of a temporary file which might contain sensitive
	    information.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0004</cvename>
      <url>http://lists.mysql.com/internals/20600</url>
    </references>
    <dates>
      <discovery>2005-01-12</discovery>
      <entry>2005-01-19</entry>
    </dates>
  </vuln>

  <vuln vid="456f1b12-6a38-11d9-bc5d-00065bd5b0b6">
    <topic>xpdf -- multiple stack overflows in makeFileKey2();</topic>
    <affects>
      <package>
        <name>xpdf</name>
	<range><lt>3.00p3</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Remote exploitation of a buffer overflow vulnerability in the xpdf PDF
	viewer included in multiple Unix and Linux distributions could allow for
	arbitrary code execution as the user viewing a PDF file.</p>
	<p>The vulnerability specifically exists due to insufficient bounds
	checking while processing a PDF file that provides malicious values in
	the /Encrypt /Length tag. The offending code can be found in the
	Decrypt::makeFileKey2 function in the source file xpdf/Decrypt.cc.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2005-0064</cvename>
      <url>http://www.idefense.com/application/poi/display?id=186&amp;type=vulnerabilities&amp;flashstatus=false</url>
    </references>
    <dates>
      <discovery>2005-01-18</discovery>
      <entry>2005-01-19</entry>
    </dates>
  </vuln>
  
  <vuln vid="0393affc-68d8-11d9-9b34-00065bd5b0b6">
    <topic>unrtf -- buffer overflow vulnerability</topic>
    <affects>
      <package>
	<name>unrtf</name>
	<range><lt>0.18.1p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Yosef Klein and Limin Wang have found a buffer overflow
	  vulnerability in unrtf that can allow an attacker to execute
	  arbitrary code with the permissions of the user running
	  unrtf, by running unrtf on a specially crafted rtf
	  document.</p>
      </body>
    </description>
    <references>
      <bid>12030</bid>
      <cvename>CAN-2004-1297</cvename>
      <url>http://tigger.uic.edu/~jlongs2/holes/unrtf.txt</url>
    </references>
    <dates>
      <discovery>2004-12-15</discovery>
      <entry>2005-01-17</entry>
    </dates>
  </vuln>

  <vuln vid="f009a996-5c98-11d9-b1e2-080020f8e4df">
    <topic>gnomevfs -- unsafe URI handling</topic>
    <affects>
      <package>
        <name>gnome-vfs</name>
        <range><lt>1.0.5p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Alexander Larsson reports that some versions of gnome-vfs contain
        a number of `extfs' scripts that do not properly validate user input.
        If an attacker can cause her victim to process a specially-crafted
        URI, arbitrary commands can be executed with the privileges of the
        victim.</p>
        <p>Current versions of gnome-vfs2 do not support 'extfs' any more.</p>
      </body>
    </description>
    <references>
       <bid>10864</bid>
       <cvename>CAN-2004-0494</cvename>
       <url>http://www.ciac.org/ciac/bulletins/o-194.shtml</url>
       <url>http://xforce.iss.net/xforce/xfdb/16897</url>
       <url>https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=127263</url>
    </references>
    <dates> 
      <discovery>2004-08-04</discovery>
      <entry>2005-01-02</entry>
    </dates> 
  </vuln>

  <vuln vid="682743ae-5774-11d9-8c22-080020f8e4df">
    <topic>tetex -- buffer overflow vunerability in included xpdf</topic>
    <affects>
      <package>
        <name>teTeX_base</name>
	<name>teTeX_base-no_x11</name>
        <range><lt>2.0.2p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>teTeX includes its own version of xpdf in order to link pdftex and
        is affected by the following xpdf vulnerability.</p>
        <p>iDEFENSE reports:</p>
        <blockquote cite="http://www.idefense.com/application/poi/display?id=172&amp;type=vulnerabilities&amp;flashstatus=false">
          <p>Remote exploitation of a buffer overflow vulnerability in the xpdf PDF
          viewer, as included in multiple Linux distributions, could allow
          attackers to execute arbitrary code as the user viewing a PDF file. The
          offending code can be found in the Gfx::doImage() function in the source
          file xpdf/Gfx.cc.</p>
        </blockquote>
      </body>
    </description>
    <references>
       <url>http://www.idefense.com/application/poi/display?id=172&amp;type=vulnerabilities&amp;flashstatus=false</url>
    </references>
    <dates>
      <discovery>2004-12-21</discovery>
      <entry>2004-12-25</entry>
    </dates>
  </vuln>

  <vuln vid="4a667f60-5468-11d9-a47f-00065bd5b0b6">
    <topic>mplayer -- multiple overflow vulnerabilites</topic>
    <affects>
      <package>
        <name>mplayer</name>
	<name>mplayer-no_x11</name>
	<name>mplayer-sdl</name>
	<range><lt>1.0pre5try2</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>iDEFENSE, Ariel Berkman and the MPlayer development team found
           multiple vulnerabilities in MPlayer.
           These include potential heap overflows in Real RTSP and pnm streaming code,
           stack overflows in MMST streaming code and multiple buffer overflows
           in BMP demuxer and mp3lib code.</p>
      </body>
    </description>
    <references>
      <url>http://www.idefense.com/application/poi/display?id=168&amp;type=vulnerabilities</url>
      <url>http://www.idefense.com/application/poi/display?id=167&amp;type=vulnerabilities</url>
      <url>http://www.idefense.com/application/poi/display?id=166&amp;type=vulnerabilities</url>
      <url>http://tigger.uic.edu/~jlongs2/holes/mplayer.txt</url>
    </references>
    <dates>
      <discovery>2004-12-16</discovery>
      <entry>2004-12-22</entry>
    </dates>
  </vuln>

  <vuln vid="477ae7a2-545c-11d9-b950-00065bd5b0b6">
    <topic>acroread -- mailListIsPdf() buffer overflow vulnerability</topic>
    <affects>
      <package>
        <name>acroread</name>
        <range><lt>5.010</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>An iDEFENSE Security Advisory reports:</p>
        <blockquote cite="http://www.idefense.com/application/poi/display?id=161&amp;type=vulnerabilities">
          <p>Remote exploitation of a buffer overflow in version 5.09
	     of Adobe Acrobat Reader for Unix could allow for execution
	     of arbitrary code.</p>
	  <p>The vulnerability specifically exists in a the function
	     mailListIsPdf().  This function checks if the input file
	     is an email message containing a PDF. It unsafely copies
	     user supplied data using strcat into a fixed sized
	     buffer.</p>
         </blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-1152</cvename>
      <url>http://www.adobe.com/support/techdocs/331153.html</url>
      <url>http://www.idefense.com/application/poi/display?id=161&amp;type=vulnerabilities</url>
    </references>
    <dates>
      <discovery>2004-10-14</discovery>
      <entry>2004-12-22</entry>
    </dates>
  </vuln>

  <vuln vid="9317ac06-5441-11d9-8ad2-00065bd5b0b6">
    <topic>xpdf -- buffer overflow vunerability</topic>
    <affects>
      <package>
        <name>xpdf</name>
	<range><lt>3.00p2</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>iDEFENSE reports:</p>
        <blockquote cite="http://www.idefense.com/application/poi/display?id=172&amp;type=vulnerabilities&amp;flashstatus=false">
          <p>Remote exploitation of a buffer overflow vulnerability in the xpdf PDF
	  viewer, as included in multiple Linux distributions, could allow
	  attackers to execute arbitrary code as the user viewing a PDF file. The
	  offending code can be found in the Gfx::doImage() function in the source
	  file xpdf/Gfx.cc.</p>
        </blockquote>
      </body>
    </description>
    <references>
       <url>http://www.idefense.com/application/poi/display?id=172&amp;type=vulnerabilities&amp;flashstatus=false</url>
    </references>
    <dates>
      <discovery>2004-12-21</discovery>
      <entry>2004-12-22</entry>
    </dates>
  </vuln>
  
  <vuln vid="4d8e22dc-52ca-11d9-a89b-00065bd5b0b6">
    <topic>php5 -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>php5</name>
        <range><lt>5.0.3</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Secunia reports:</p>
        <blockquote cite="http://secunia.com/advisories/13481/">
          <p>Multiple vulnerabilities have been reported in PHP,
             which can be exploited to gain escalated privileges,
             bypass certain security restrictions, gain knowledge
             of sensitive information, or compromise a vulnerable
             system.</p>
        </blockquote>
      </body>
    </description>
    <references>
       <url>http://secunia.com/advisories/13481/</url>
       <cvename>CAN-2004-1019</cvename>
       <cvename>CAN-2004-1065</cvename>
    </references>
    <dates>
      <discovery>2004-12-16</discovery>
      <entry>2004-12-20</entry>
    </dates>
  </vuln>

  <vuln vid="9fc8eb84-5209-11d9-98b6-00065bd5b0b6">
    <topic>opera -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>opera</name>
        <range><lt>7.54u1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Secunia reports:</p>
        <blockquote cite="http://secunia.com/advisories/12981/">
          <p>Secunia Research has discovered a vulnerability in Opera,
             which can be exploited by malicious people to trick
             users into executing malicious files.
             The vulnerability is caused due to the filename and
	     the "Content-Type" header not being sufficiently validated
             before being displayed in the file download dialog.
             This can be exploited to spoof file types in the download dialog
             by passing specially crafted "Content-Disposition" and "Content-Type"
             headers containing dots and ASCII character code 160.</p>
        </blockquote>
        <blockquote cite="http://secunia.com/advisories/13253/">
          <p>Secunia Research has reported a vulnerability in Opera,
             which can be exploited by malicious people to spoof the content of websites.
             The problem is that a website can inject content into another
             site's window if the target name of the window is known.
             This can e.g. be exploited by a malicious website to spoof the content of
             a pop-up window opened on a trusted website.</p>
        </blockquote>
      </body>
    </description>
    <references>
      <url>http://secunia.com/advisories/13253/</url>
      <url>http://secunia.com/advisories/12981/</url>
      <url>http://www.opera.com/linux/changelogs/754u1/</url>
    </references>
    <dates>
      <discovery>2004-12-08</discovery>
      <entry>2004-12-18</entry>
    </dates>
  </vuln>

  <vuln vid="86ec9d8c-50ff-11d9-87a4-00065bd5b0b6">
    <topic>php4 -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>php4</name>
        <range><lt>4.3.10</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Secunia reports:</p>
	<blockquote cite="http://secunia.com/advisories/13481/">
          <p>Multiple vulnerabilities have been reported in PHP,
             which can be exploited to gain escalated privileges,
             bypass certain security restrictions, gain knowledge
             of sensitive information, or compromise a vulnerable
             system.</p>
	</blockquote>
      </body>
    </description>
    <references>
       <url>http://secunia.com/advisories/13481/</url>
       <cvename>CAN-2004-1019</cvename>
       <cvename>CAN-2004-1065</cvename>
    </references>
    <dates>
      <discovery>2004-12-16</discovery>
      <entry>2004-12-18</entry>
    </dates>
  </vuln>
 
  <vuln vid="81c7db10-4609-11d9-981c-00065bd5b0b6">
    <topic>zip -- long path buffer overflow</topic>
    <affects>
      <package>
	<name>zip</name>
	<range><lt>2.3p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>A HexView security advisory reports:</p>
	<blockquote cite="http://www.hexview.com/docs/20041103-1.txt">
	  <p>When zip performs recursive folder compression, it does
	    not check for the length of resulting path. If the path is
	    too long, a buffer overflow occurs leading to stack
	    corruption and segmentation fault.	It is possible to
	    exploit this vulnerability by embedding a shellcode in
	    directory or file name. While the issue is not of primary
	    concern for regular users, it can be critical for
	    environments where zip archives are re-compressed
	    automatically using Info-Zip application.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-1010</cvename>
      <url>http://www.hexview.com/docs/20041103-1.txt</url>
    </references>
    <dates>
      <discovery>2004-10-03</discovery>
      <entry>2004-12-04</entry>
    </dates>
  </vuln>

  <vuln vid="72004e00-3363-11d9-b968-00065bd5b0b6">
    <topic>bnc -- buffer overflow vulnerability</topic>
    <affects>
      <package>
        <name>bnc</name>
	<range><lt>2.9.1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>There is a buffer overflow vulnerability in getnickuserhost() function that
	is called when BNC is processing response from some IRC server. When BNC is
	connected to some IRC server, it will send 'USER' and 'NICK' command. Server
	response is at some point processed with getnickuserhost() function.</p>
      </body>
    </description>
    <references>
      <mlist msgid="20041110131046.GA21604.cecilija@zesoi.fer.hr">http://marc.theaimsgroup.com/?l=bugtraq&amp;m=110011817627839&amp;w=2</mlist>
    </references>
    <dates>
      <discovery>2004-11-10</discovery>
      <entry>2004-11-10</entry>
    </dates>
  </vuln>
  
  <vuln vid="d79a032a-2763-11d9-a0f4-00065bd5b0b6">
    <topic>xpdf -- integer overflow vulnerabilities</topic>
    <affects>
      <package>
        <name>xpdf</name>
	<range><lt>3.00p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Chris Evans discovered several integer arithmetic
	overflows in the xpdf 2 and xpdf 3 code bases.
	The flaws have impacts ranging from denial-of-service
	to arbitrary code execution.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0888</cvename>
      <cvename>CAN-2004-0889</cvename>
      <url>http://scary.beasts.org/security/CESA-2004-002.txt</url>
      <url>http://scary.beasts.org/security/CESA-2004-007.txt</url>
    </references>
    <dates>
      <discovery>2004-10-21</discovery>
      <entry>2004-10-23</entry>
    </dates>
  </vuln>

  <vuln vid="a48626fa-2509-11d9-a3b1-00065bd5b0b6">
    <topic>cabextract -- directory-traversal issue</topic>
    <affects>
      <package>
        <name>cabextract</name>
	<range><lt>1.1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A directory-traversal issue exists in cabextract
	that could overwrite any file on the system when extracting 
	a malicious cab file.</p>
      </body>
    </description>
    <references>
      <url>http://www.kyz.uklinux.net/cabextract.php#changes</url>
    </references>
    <dates>
      <discovery>2004-10-22</discovery>
      <entry>2004-10-23</entry>
    </dates>
  </vuln>
  
  <vuln vid="f5663aea-248e-11d9-8d81-00065bd5b0b6">
    <topic>squid -- SNMP related denial of service</topic>
    <affects>
      <package>
        <name>squid</name>
	<range><lt>2.5.STABLE7</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A parsing error exists in the SNMP module of Squid where a
	specially-crafted UDP packet can potentially cause the server to
	restart, closing all current connections.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0918</cvename>
      <url>http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE6-SNMP_core_dump</url>
    </references>
    <dates>
      <discovery>2004-09-29</discovery>
      <entry>2004-10-20</entry>
    </dates>
  </vuln>
  
  <vuln vid="25d2ae6a-248b-11d9-9edf-00065bd5b0b6">
    <topic>gaim -- DOS and buffer overflow vulnerabilities</topic>
    <affects>
      <package>
        <name>gaim</name>
	<name>gaim-audio</name>
	<name>gaim-audio-gtkspell</name>
	<name>gaim-gtkspell</name>
	<range><lt>1.0.2</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>From Gaim's security issue list:</p>
	<blockquote cite="http://gaim.sourceforge.net/security/?id=9">
	  <p>Buffer overflow. memcpy(); was used without checking the
	  size of the buffer before copying to it.
	  Additionally, a logic flaw was causing the wrong buffer to
	  be used as the destination for the copy under certain circumstances.</p>
	</blockquote>
	<blockquote cite="http://gaim.sourceforge.net/security/?id=8">
	  <p>Remote crash. Gaim allocates a buffer for the payload of
	  each message received based on the size field in the
	  header of the message.
	  A malicious peer could specify an invalid size that exceeds
	  the amount of available memory.</p>
	</blockquote>
	<blockquote cite="http://gaim.sourceforge.net/security/?id=7">
	  <p>Remote crash. After accepting a file transfer request,
	  Gaim will attempt to allocate a buffer of a size equal
	  to the entire filesize, this allocation attempt will cause
	  Gaim to crash if the size exceeds the amount of available memory.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0891</cvename>
      <url>http://gaim.sourceforge.net/security/</url>
    </references>
    <dates>
      <discovery>2004-10-19</discovery>
      <entry>2004-10-22</entry>
    </dates>
  </vuln>
	
  <vuln vid="62e68efa-2357-11d9-a317-00065bd5b0b6">
    <topic>bnc -- input validation flaw</topic>
    <affects>
      <package>
        <name>bnc</name>
	<range><lt>2.8.9</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A flaw exists in the input parsing of BNC where part
	of the sbuf_getmsg() function handles the backspace
	character incorrectly.
	A remote user could issue commands using fake authentication
	credentials and possibly gain access to scripts running
	on the client side.</p>
      </body>
    </description>
    <references>
      <url>http://www.gotbnc.com/changes.html#2.8.9</url>
    </references>
    <dates>
      <discovery>2004-10-15</discovery>
      <entry>2004-10-16</entry>
    </dates>
  </vuln>
   
  <vuln vid="0e6e1208-1f6a-11d9-bd52-00065bd5b0b6">
    <topic>icecast -- HTTP header overflow</topic>
    <affects>
      <package>
        <name>icecast</name>
	<range><lt>2.0.2</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>It is possible to execute remote code simply using
	HTTP request plus 31 headers followed by a shellcode that will be
	executed directly.</p>
      </body>
    </description>
    <references>
      <mlist msgid="20040928184943.0a82b6f6.aluigi@autistici.org">http://marc.theaimsgroup.com/?l=full-disclosure&amp;m=109646043512722</mlist>
    </references>
    <dates>
      <discovery>2004-09-29</discovery>
      <entry>2004-10-16</entry>
    </dates>
  </vuln>

  <vuln vid="08d4fef6-2032-11d9-9fa6-00065bd5b0b6">
    <topic>cyrus-sasl -- dynamic library loading and set-user-ID
      applications</topic>
    <affects>
      <package>
	<name>cyrus-sasl</name>
	<range><le>2.1.19p2</le></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>The Cyrus SASL library, libsasl, contains functions which
          may load dynamic libraries.  These libraries may be loaded
          from the path specified by the environmental variable
          SASL_PATH, which in some situations may be fully controlled
          by a local attacker.  Thus, if a set-user-ID application
          (such as chsh) utilizes libsasl, it may be possible for a
          local attacker to gain superuser privileges.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0884</cvename>
      <url>https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sasl/lib/common.c#rev1.104</url>
    </references>
    <dates>
      <discovery>2004-09-22</discovery>
      <entry>2004-10-08</entry>
    </dates>
  </vuln>

  <vuln vid="ff473784-f80c-11d8-a555-00304f19272c">
    <topic>kdelibs -- konqueror cross-domain cookie injection</topic>
    <affects>
      <package>
        <name>kdelibs</name>
        <range><lt>3.2.3p?</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>According to a KDE Security Advisory:</p>
	<blockquote cite="http://www.kde.org/info/security/advisory-20040823-1.txt">
          <p>WESTPOINT internet reconnaissance services alerted the
            KDE security team that the KDE web browser Konqueror
            allows websites to set cookies for certain country
            specific secondary top level domains.</p>
          <p>Web sites operating under the affected domains can
           set HTTP cookies in such a way that the Konqueror web
           browser will send them to all other web sites operating
           under the same domain.  A malicious website can use
           this as part of a session fixation attack. See e.g.
           http://www.acros.si/papers/session_fixation.pdf</p>
         <p>Affected are all country specific secondary top level
          domains that use more than 2 characters in the secondary
          part of the domain name and that use a secondary part other
          than com, net, mil, org, gov, edu or int. Examples of
          affected domains are .ltd.uk, .plc.uk and .firm.in</p>
	<p>It should be noted that popular domains such as .co.uk, .co.in
	  and .com are NOT affected.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0746</cvename>
      <url>http://www.kde.org/info/security/advisory-20040823-1.txt</url>
      <url>http://www.osvdb.org/9117</url>
      <url>http://secunia.com/advisories/12341</url>
      <url>http://www.acros.si/papers/session_fixation.pdf</url>
    </references>
    <dates>
      <discovery>2004-08-23</discovery>
      <entry>2004-08-25</entry>
    </dates>
  </vuln>

  <vuln vid="046e2950-f28d-11d8-87d5-00304f19272c">
    <topic>mysql-server -- insecure file creation in mysqlhotcopy</topic>
    <affects>
      <package>
      <name>mysql-server</name>
      <range><lt>4.0.18p2</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Jeroen van Wolffelaar discovered an insecure
           temporary file vulnerability in the mysqlhotcopy script
           when using the scp method.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0457</cvename>
      <url>http://www.debian.org/security/2004/dsa-540</url>
    </references>
    <dates>
      <discovery>2004-08-19</discovery>
      <entry>2004-08-20</entry>
    </dates>
  </vuln>

  <vuln vid="81639df2-efe8-11d8-a1f0-00304f19272c">
    <topic>ruby -- insecure file permissions</topic>
    <affects>
      <package>
        <name>ruby</name>
        <range><lt>1.8.1p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Andres Salomon noticed a problem in the CGI session management of Ruby, 
        an object-oriented scripting language. CGI::Session's FileStore 
        (and presumably PStore) implementations store session information insecurely. 
        They simply create files, ignoring permission issues. 
        This can lead an attacker who has also shell access to the webserver to take over a session.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0755</cvename>
      <url>http://www.nl.debian.org/security/2004/dsa-537</url>
    </references>
    <dates>
      <discovery>2004-07-22</discovery>
      <entry>2004-08-17</entry>
    </dates>
  </vuln>

  <vuln vid="8f635e70-ee5c-11d8-8e25-00304f19272c">
    <topic>rsync -- path-sanitizing bug that affects daemon mode if chroot is disabled</topic>
    <affects>
      <package>
        <name>rsync</name>
        <range><lt>2.6.2p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>There is a path-sanitizing bug that affects daemon, but only if
           chroot is disabled. It does NOT affect the normal send/receive 
           filenames that specify what files should be transferred 
           (this is because these names happen to get sanitized twice, 
           and thus the second call removes any lingering leading slash(es) 
           that the first call left behind). 
           It does affect certain option paths that cause auxilliary files 
           to be read or written.</p>
      </body>
    </description>
    <references>
      <url>http://samba.org/rsync/#security_aug04</url>
    </references>
    <dates>
      <discovery>2004-08-12</discovery>
      <entry>2004-08-14</entry>
    </dates>
  </vuln>

  <vuln vid="0903c1ee-ed8f-11d8-85d9-00304f19272c">
    <topic>jftpgw -- format string vulnerability</topic>
    <affects>
      <package>
        <name>jftpgw</name>
        <range><lt>0.13.5</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>The log functions in jftpgw may allow
	  remotely authenticated user to execute
	  arbitrary code via the format string
	  specifiers in certain syslog messages.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0448</cvename>
      <url>http://www.debian.org/security/2004/dsa-510</url>
      <url>http://www.securityfocus.com/bid/10438</url>
      <url>http://xforce.iss.net/xforce/xfdb/16271</url>
    </references>
    <dates>
      <discovery>2004-05-30</discovery>
      <entry>2004-08-12</entry>
    </dates>
  </vuln>

  <vuln vid="6be50b40-e72e-11d8-8bde-00304f19272c">
    <topic>png -- stack-based buffer overflow and other code concerns</topic>
    <affects>
      <package>
        <name>png</name>
        <range><lt>1.2.5p5</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Chris Evans has discovered multiple vulnerabilities in libpng,
          which can be exploited by malicious people to compromise a
          vulnerable system or cause a DoS (Denial of Service).</p>
      </body>
    </description>
    <references>
      <mlist msgid="Pine.LNX.4.58.0408041840080.20655@sphinx.mythic-beasts.com">http://www.securityfocus.com/archive/1/370853</mlist>
      <url>http://scary.beasts.org/security/CESA-2004-001.txt</url>
      <url>http://www.osvdb.org/8312</url>
      <url>http://www.osvdb.org/8313</url>
      <url>http://www.osvdb.org/8314</url>
      <url>http://www.osvdb.org/8315</url>
      <url>http://www.osvdb.org/8316</url>
      <cvename>CAN-2004-0597</cvename>
      <cvename>CAN-2004-0598</cvename>
      <cvename>CAN-2004-0599</cvename>
      <certvu>388984</certvu>
      <certvu>236656</certvu>
      <certvu>160448</certvu>
      <certvu>477512</certvu>
      <certvu>817368</certvu>
      <certvu>286464</certvu>
      <url>http://bugzilla.mozilla.org/show_bug.cgi?id=251381</url>
    </references>
    <dates>
      <discovery>2004-08-04</discovery>
      <entry>2004-08-04</entry>
      <modified>2004-08-05</modified>
    </dates>
  </vuln>

  <vuln vid="1bb61f4e-e31c-11d8-835a-00304f19272c">
    <topic>sox -- buffer overflows while handling malicious WAV files</topic>
    <affects>
      <package>
        <name>sox</name>
        <range><lt>12.17.4p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Ulf Harnhammar discovered two buffer overflows in SoX. 
	They occur when the sox or play commands handle malicious .WAV files.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0557</cvename>
    </references>
    <dates>
      <discovery>2004-07-28</discovery>
      <entry>2004-07-31</entry>
      <modified>2005-02-21</modified>
    </dates>
  </vuln>

  <vuln vid="194d4b1e-dcce-11d8-8ec2-00304f19272c">
    <topic>samba -- potential buffer overrun with 'mangling method = hash'</topic>
    <affects>
      <package>
        <name>samba</name>
        <range><lt>2.2.10</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A buffer overrun has been located in the code used to support
           the 'mangling method = hash' smb.conf option.
	   The default setting for this parameter is "mangling method = hash2" 
	   and therefore not vulnerable.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0686</cvename>
      <url>http://www.samba.org/samba/whatsnew/samba-2.2.10.html</url>
    </references>
    <dates>
      <discovery>2004-07-14</discovery>
      <entry>2004-07-23</entry>
      <modified>2005-02-21</modified>
    </dates>
  </vuln>

  <vuln vid="87443336-d787-11d8-97dd-00304f19272c">
    <topic>php4 -- memory_limit remote vulnerability</topic>
    <affects>
      <package>
        <name>php4-core</name>
        <range><lt>4.3.8</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>During a reaudit of the memory_limit problematic it was discovered 
	that it is possible for a remote attacker to trigger the memory_limit 
	request termination in places where an interruption is unsafe. 
	This can be abused to execute arbitrary code on remote PHP servers.</p>
      </body>
    </description>
    <references>
      <url>http://security.e-matters.de/advisories/112004.html</url>
    </references>
    <dates>
      <discovery>2004-07-14</discovery>
      <entry>2004-07-15</entry>
      <modified>2005-02-21</modified>
    </dates>
  </vuln>

  <vuln vid="c3abac88-d029-11d8-92cb-00304f19272c">
    <topic>opera -- frame injection vulnerability</topic>
    <affects>
      <package>
        <name>opera</name>
        <range><lt>7.52</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A 6 year old vulnerability has been discovered in multiple browsers, 
           allowing malicious people to spoof the content of websites.
           The problem is that the browsers don't check if a target frame belongs 
           to a website containing a malicious link, which therefore doesn't prevent 
           one browser window from loading content in a named frame in another window.
           Successful exploitation allows a malicious website to load arbitrary content 
           in an arbitrary frame in another browser window owned by e.g. a trusted site.</p>
      </body>
    </description>
    <references>
      <url>http://secunia.com/advisories/11978</url>
    </references>
    <dates>
      <discovery>2003-07-01</discovery>
      <entry>2004-07-07</entry>
    </dates>
  </vuln>

  <vuln vid="b77e53aa-cf9f-11d8-b426-00304f19272c">
    <topic>png -- buffer overflow vulnerability on the row buffers</topic>
    <affects>
      <package>
        <name>png</name>
        <range><lt>1.2.5p4</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>The starting offsets for the loops are
           calculated incorrectly which may cause
           a buffer overrun beyond the beginning of the row buffer.
           This will allow remote attackers to cause a denial of service 
           (crash) and possibly execute arbitrary code via a buffer overflow 
           attack on the row buffers.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2002-1363</cvename>
      <url>http://www.openpkg.org/security/OpenPKG-SA-2004.030-png.html</url>
    </references>
    <dates>
      <discovery>2003-07-07</discovery>
      <entry>2004-07-07</entry>
    </dates>
  </vuln>

  <vuln vid="a917147c-cd02-11d8-bfb3-00304f19272c">
    <topic>mailman -- member password disclosure vulnerability</topic>
    <affects>
      <package>
        <name>mailman</name>
	<name>mailman-postfix</name>
	<range><lt>2.1.5</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Mailman contains an unspecified vulnerability in the handling of
	   request emails. By sending a carefully crafted email request to 
	   the mailman server an attacker could obtain member passwords.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0412</cvename>
      <url>http://mail.python.org/pipermail/mailman-announce/2004-May/000072.html</url>
    </references>
    <dates>
      <discovery>2004-05-15</discovery>
      <entry>2004-05-31</entry>
    </dates>
  </vuln>

  <vuln vid="96097a9c-c3d3-11d8-9e2f-00304f19272c">
    <topic>pure-ftpd -- potential DoS when maximum connections is reached</topic>
    <affects>
      <package>
        <name>pure-ftpd</name>
	<range><lt>1.0.19</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A possible denial of service when the max number of connection is reached
	   existed in versions prior to 1.0.19.</p>
      </body>
    </description>
    <references>
      <url>http://www.pureftpd.org/</url>
    </references>
    <dates>
      <discovery>2004-06-20</discovery>
      <entry>2004-06-20</entry>
    </dates>
  </vuln>
      
  <vuln vid="6b90f21a-c246-11d8-b7bd-00304f19272c">
    <topic>aspell -- buffer overflow in word-list-compress</topic>
    <affects>
      <package>
        <name>aspell</name>
	<range><lt>0.50.5p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>aspell includes a utility for handling wordlists called
	   word-list-compress. This utility fails to do proper bounds checking
	   when processing words longer than 256 bytes.
	   If an attacker could entice a user to handle a wordlist containing very
           long word lengths it could result in the execution of arbitrary code
           with the permissions of the user running the program.</p>
      </body>
    </description>
    <references>
      <url>http://nettwerked.mg2.org/advisories/wlc</url>
    </references>
    <dates>
      <discovery>2004-06-08</discovery>
      <entry>2004-06-19</entry>
    </dates>
  </vuln>
  
  <vuln vid="a5fce9ae-aef5-11d8-a988-00304f19272c">
    <topic>opera -- telnet URI handler file creation/truncation vulnerability</topic>
    <affects>
      <package>
        <name>opera</name>
        <range><lt>7.50</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>The telnet URI handler in Opera does not check for leading '-'
           characters in the host name. Consequently, a maliciously-crafted
           telnet:// link may be able to pass options to the telnet program itself.
           For example telnet://-nMyFile. If MyFile exists in the user's home directory
           and the user clicking on the link has write permissions to it, the contents
           of the file will be overwritten with the output of the telnet trace information.
           If MyFile does not exist, the file will be created in the user's home directory.</p> 
      </body>
    </description>
    <references>
      <url>http://www.idefense.com/application/poi/display?id=104&amp;type=vulnerabilities&amp;flashstatus=true</url>
    </references>
    <dates>
      <discovery>2004-05-12</discovery>
      <entry>2004-05-15</entry>
    </dates>
  </vuln>
 
  <vuln vid="2c31b38c-a9c5-11d8-a4d3-00304f19272c">
    <topic>cadaver -- buffer overflow in included libneon</topic>
    <affects>
      <package>
        <name>cadaver</name>
        <range><lt>0.22.2</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Stefan Esser reports:</p>
	<blockquote
	  cite="http://security.e-matters.de/advisories/062004.html">
          <p>A vulnerability within a libneon date parsing function
            could cause a heap overflow which could lead to remote
            code execution, depending on the application using
            libneon.</p>
	</blockquote>
        <p>The vulnerability is in the function ne_rfc1036_parse,
          which is in turn used by the function ne_httpdate_parse.
          Applications using either of these neon functions may be
          vulnerable. This update is needed because the cadaver port
          uses an included version of libneon.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0398</cvename>
      <url>http://security.e-matters.de/advisories/062004.html</url>
    </references>
    <dates>
      <discovery>2004-05-19</discovery>
      <entry>2004-05-19</entry>
    </dates>
  </vuln>

  <vuln vid="ccd8f644-a9c3-11d8-b3ce-00304f19272c">
    <topic>neon -- buffer overflow</topic>
    <affects>
      <package>
        <name>neon</name>
	<range><lt>0.24.6</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Stefan Esser reports:</p>
	<blockquote
	  cite="http://security.e-matters.de/advisories/062004.html">
          <p>A vulnerability within a libneon date parsing function
            could cause a heap overflow which could lead to remote
            code execution, depending on the application using
            libneon.</p>
	</blockquote>
        <p>The vulnerability is in the function ne_rfc1036_parse,
          which is in turn used by the function ne_httpdate_parse.
          Applications using either of these neon functions may be
          vulnerable.</p>
      </body>    
    </description>
    <references>
      <cvename>CAN-2004-0398</cvename>
      <url>http://security.e-matters.de/advisories/062004.html</url>
    </references>
    <dates>
      <discovery>2004-05-19</discovery>
      <entry>2004-05-19</entry>
    </dates>
  </vuln>
  
  <vuln vid="08d1eaa2-a357-11d8-a9d2-00304f19272c">
    <topic>exim -- buffer overflow when verify = header_syntax is used</topic>
    <affects>
      <package>
        <name>exim</name>
        <name>exim-ldap</name>
        <name>exim-ldap-no_x11</name>
        <name>exim-mysql</name>
	<name>exim-mysql-no_x11</name>
	<name>exim-mysql,postgresql-ldap-no_x11</name>
	<name>exim-no_x11</name>
	<name>exim-postgresql</name>
	<name>exim-postgresql-no_x11</name>
        <range><lt>3.36p3</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A remote exploitable buffer overflow has been discovered
          in exim when verify = header_syntax is used in the
          configuration file. This does not affect the default
          configuration.</p>
      </body>
    </description>
    <references>
      <url>http://www.guninski.com/exim1.html</url>
      <cvename>CAN-2004-0400</cvename>
    </references>
    <dates>
      <discovery>2004-05-06</discovery>
      <entry>2004-05-10</entry>
    </dates>
  </vuln>
  
  <vuln vid="7eeb6f46-a12d-11d8-8c01-00304f19272c">
    <topic>mplayer -- buffer overflow in Real RTSP streaming</topic>
    <affects>
      <package>
        <name>mplayer</name>
	<name>mplayer-no_x11</name>
	<name>mplayer-sdl</name>
	<range><lt>1.0pre4</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Multiple vulnerabilities have being found and fixed in
	the Real-Time Streaming Protocol (RTSP) client for
	RealNetworks servers, including a series of potentially
	remotely exploitable buffer overflows.
	Arbitrary remote code execution maybe possilbe under
	the user ID running the player when playing Real RTSP streams.</p>
      </body>
    </description>
    <references>
      <url>http://xinehq.de/index.php/security/XSA-2004-3</url>
    </references>
    <dates>
      <discovery>2004-04-28</discovery>
      <entry>2004-05-06</entry>
    </dates>
  </vuln>
  
  <vuln vid="dd10c062-a029-11d8-b3db-00304f19272c">
    <topic>lha -- buffer overflows and path traversal issues</topic>
    <affects>
      <package>
	<name>lha</name>
	<range><lt>1.14i.p0</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Ulf Harnhammar discovered several vulnerabilities in
	  LHa for UNIX's path name handling code.  Specially constructed
	  archive files may cause LHa to overwrite files or
	  execute arbitrary code with the privileges of the user
	  invoking LHa.  This could be particularly harmful for
	  automated systems that might handle archives such as
	  virus scanning processes.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0234</cvename>
      <cvename>CAN-2004-0235</cvename>
    </references>
    <dates>
      <discovery>2004-04-29</discovery>
      <entry>2004-05-06</entry>
    </dates>
  </vuln>

  <vuln vid="6b9d4376-9f4b-11d8-acd3-00304f19272c">
    <topic>xonix -- failure to drop privileges</topic>
    <affects>
      <package>
        <name>xonix</name>
	<range><lt>1.4p1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Steve Kemp discovered a vulnerability in xonix, a game,
	where an external program was invoked while retaining setgid privileges.
	A local attacker could exploit this vulnerability to gain gid "games".</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0157</cvename>
    </references>
    <dates>
      <discovery>2004-04-14</discovery>
      <entry>2004-05-06</entry>
    </dates>
  </vuln>

  <vuln vid="6892e9b2-9cf1-11d8-913e-00304f19272c">
    <topic>libpng -- out of bound access</topic>
    <affects>
      <package>
	<name>png</name>
	<range><lt>1.2.5p3</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Steve Grubb reports a buffer read overrun in
	  libpng's png_format_buffer function.  A specially
	  constructed PNG image processed by an application using
	  libpng may trigger the buffer read overrun and possibly
	  result in an application crash.</p>
      </body>
    </description>
    <references>
      <cvename>CAN-2004-0421</cvename>
      <url>http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=120508</url>
    </references>
    <dates>
      <discovery>2004-04-29</discovery>
      <entry>2004-05-03</entry>
    </dates>
  </vuln>

  <vuln vid="cfaf74c2-92c3-11d8-94fd-00304f19272c">
    <topic>neon -- format string vulnerabilities</topic>
    <affects>
      <package>
        <name>neon</name>
	<range><lt>0.24.5</lt></range>
      </package>
    </affects>
    <description>
       <body xmlns="http://www.w3.org/1999/xhtml">
	 <p>Greuff reports that the neon WebDAV client library contains
          several format string bugs within error reporting code.  A
          malicious server may exploit these bugs by sending specially
          crafted PROPFIND or PROPPATCH responses.</p>
       </body>
     </description>
     <references>
       <cvename>CAN-2004-0179</cvename>
       <url>http://www.webdav.org/neon/</url>
     </references>
     <dates>
       <discovery>2004-04-14</discovery>
       <entry>2004-04-16</entry>
     </dates>
  </vuln>

  <vuln vid="5d1fded4-8ef3-11d8-8fa0-00304f19272c">
    <topic>mysql -- insecure temporary file creation</topic>
    <affects>
      <package>
        <name>mysql-server</name>
	<range><lt>4.0.18p1</lt></range>
      </package>
    </affects>
    <description>
       <body xmlns="http://www.w3.org/1999/xhtml">
	 <p>Shaun Colley reports that the script `mysqlbug' included
	    with MySQL sometimes creates temporary files in an unsafe
	    manner. As a result, an attacker may create a symlink in
	    /tmp so that if another user invokes `mysqlbug' and <em>quits
	    without making <strong>any</strong> changes</em>, an
	    arbitrary file may be overwritten with the bug report
	    template.</p>
       </body>
    </description>
    <references>
      <url>http://marc.theaimsgroup.com/?l=bugtraq&amp;m=108023246916294&amp;w=2</url>
      <bid>9976</bid>
      <cvename>CAN-2004-0381</cvename>
    </references>
    <dates>
      <discovery>2004-03-25</discovery>
      <entry>2004-04-15</entry>
    </dates>
  </vuln>
  
  <vuln vid="ef3340d0-8e40-11d8-8539-00304f19272c">
    <topic>cadaver -- format string vulnerabilities</topic>
    <affects>
      <package>
        <name>cadaver</name>
	<range><lt>0.22.1</lt></range>
      </package>
    </affects>
    <description>
       <body xmlns="http://www.w3.org/1999/xhtml">
         <p>Versions of the neon client library up to and including 0.24.4
	   have been found to contain a number of format string bugs.
	   An attacker could create a malicious WebDAV server in such
	   a way as to allow arbitrary code execution on the client
	   should a user connect to it using cadaver.</p>
	</body>
    </description>
    <references>
      <url>http://mailman.lyra.org/pipermail/cadaver/2004-April/000758.html</url>
      <cvename>CAN-2004-0179</cvename>
    </references>
    <dates>
      <discovery>2004-04-14</discovery>
      <entry>2004-04-14</entry>
    </dates>
  </vuln>

  <vuln vid="5b0a3876-8d8e-11d8-9680-00304f19272c">
    <topic>monit -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>monit</name>
	<range><lt>4.2.1</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Three vulnerabilities were found in Monit during a simple code review.
	  All of the vulnerabilities are in Monit's HTTP/HTTPS administration interfaces,
          and as such can only be exploited if the interface is enabled and
          accessible.  Two of the vulnerabilities lie in the Basic authentication
          code, while one vulnerability lies in the processing of POST requests.</p>
      </body>
    </description>
    <references>
      <url>http://www.tildeslash.com/monit/secadv_20040305.txt</url>
      <url>http://marc.theaimsgroup.com/?l=bugtraq&amp;m=108119149103696&amp;w=2</url>
    </references>
    <dates>
      <discovery>2004-04-05</discovery>
      <entry>2004-04-13</entry>
    </dates>
  </vuln>

  <vuln vid="7ede6b9a-8d8f-11d8-8738-00304f19272c">
    <topic>mplayer -- heap overflow in http requests</topic>
    <affects>
      <package>
	<name>mplayer</name>
	<name>mplayer-no_x11</name>
	<name>mplayer-sdl</name>
	<range><le>1.0pre3</le></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>A remotely exploitable heap buffer overflow vulnerability was
	  found in MPlayer's URL decoding code.  If an attacker can
	  cause MPlayer to visit a specially crafted URL, arbitrary code
	  execution with the privileges of the user running MPlayer may
	  occur.  A `visit' might be caused by social engineering, or a
	  malicious web server could use HTTP redirects which MPlayer
	  would then process.</p>
      </body>
    </description>
    <references>
      <url>http://www.mplayerhq.hu/homepage/design6/news.html</url>
      <url>http://marc.theaimsgroup.com/?l=bugtraq&amp;m=108066964709058</url>
    </references>
    <dates>
      <discovery>2004-03-30</discovery>
      <entry>2004-03-30</entry>
    </dates>
  </vuln>
  
  <vuln vid="921f8a04-8d8f-11d8-a2c4-00304f19272c">
    <topic>squid -- ACL bypass due to URL decoding bug</topic>
    <affects>
      <package>
        <name>squid</name>
	<name>squid-transparent</name>
	<range><lt>2.5.STABLE5</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>From the Squid advisory:</p>
	<blockquote cite="http://www.squid-cache.org/Advisories/SQUID-2004_1.txt">
	  <p>Squid versions 2.5.STABLE4 and earlier contain a bug
	  in the "%xx" URL decoding function.  It may insert a NUL
	  character into decoded URLs, which may allow users to bypass
	  url_regex ACLs.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <url>http://www.squid-cache.org/Advisories/SQUID-2004_1.txt</url>
      <cvename>CAN-2004-0189</cvename>
    </references>
    <dates>
      <discovery>2004-02-29</discovery>
      <entry>2004-03-03</entry>
    </dates>
  </vuln>

</vuxml>
