diff options
author | sat <sat@FreeBSD.org> | 2006-09-26 14:12:16 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-26 14:12:16 +0800 |
commit | 06bdbf04689451cc0a9a8e56809fadea14446aa3 (patch) | |
tree | 2e7ba97d133ae84afac80633c2de063b23c07cac /security | |
parent | ca617cea2a567f78e4edead2df845669392ad5c4 (diff) | |
download | freebsd-ports-gnome-06bdbf04689451cc0a9a8e56809fadea14446aa3.tar.gz freebsd-ports-gnome-06bdbf04689451cc0a9a8e56809fadea14446aa3.tar.zst freebsd-ports-gnome-06bdbf04689451cc0a9a8e56809fadea14446aa3.zip |
- Document Packet Parsing Denial of Service Vulnerability in freeciv
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index fa7fcf17a283..46d70e3cbf53 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,42 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="339fbbc1-4d23-11db-b48d-00508d6a62df"> + <topic>freeciv -- Packet Parsing Denial of Service Vulnerability</topic> + <affects> + <package> + <name>freeciv</name> + <name>freeciv-gtk</name> + <name>freeciv-gtk2</name> + <name>freeciv-nox11</name> + <range><lt>2.0.8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/19120/"> + <p>Luigi Auriemma has reported a vulnerability in Freeciv, which + can be exploited by malicious people to cause a DoS (Denial of + Service).</p> + <p>The vulnerability is caused due to an error within the + handling of the packet length in "common/packets.c". This can + be exploited to crash the Freeciv server via a specially- + crafted packet with the size set to "0xffff".</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2006-0047</cvename> + <url>http://secunia.com/advisories/19120/</url> + <url>http://aluigi.altervista.org/adv/freecivdos-adv.txt</url> + </references> + <dates> + <discovery>2006-03-06</discovery> + <entry>2006-09-26</entry> + </dates> + </vuln> + <vuln vid="1709084d-4d21-11db-b48d-00508d6a62df"> <topic>plans -- multiple vulnerabilities</topic> <affects> |