diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-31 04:39:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-31 04:39:39 +0800 |
commit | b8d5ff71d12ea1350948adbf876de6eda3e535cd (patch) | |
tree | 7720e357e66e896ba197d5ec3a07cd24d1c9e73d /security | |
parent | 401d9b9528bf7065ee636db656c62090e0286bfa (diff) | |
download | freebsd-ports-gnome-b8d5ff71d12ea1350948adbf876de6eda3e535cd.tar.gz freebsd-ports-gnome-b8d5ff71d12ea1350948adbf876de6eda3e535cd.tar.zst freebsd-ports-gnome-b8d5ff71d12ea1350948adbf876de6eda3e535cd.zip |
- Document eggdrop -- denial of service vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index e75e52ce74e9..820c2408fa62 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,37 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="399f4cd7-4d59-11de-8811-0030843d3802"> + <topic>eggdrop -- denial of service vulnerability</topic> + <affects> + <package> + <name>eggdrop</name> + <range><lt>1.6.19_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/35104/"> + <p>The vulnerability is caused due to an error in the processing of + private messages within the server module + (/mod/server.mod/servrmsg.c). This can be exploited to cause a + crash by sending a specially crafted message to the bot.</p> + </blockquote> + </body> + </description> + <references> + <bid>34985</bid> + <cvename>CVE-2009-1789</cvename> + <url>http://www.eggheads.org/news/2009/05/14/35</url> + <url>http://secunia.com/advisories/35104/</url> + </references> + <dates> + <discovery>2009-05-15</discovery> + <entry>2009-05-30</entry> + </dates> + </vuln> + <vuln vid="a2d4a330-4d54-11de-8811-0030843d3802"> <topic>wireshark -- PCNFSD Dissector Denial of Service Vulnerability</topic> <affects> |