aboutsummaryrefslogtreecommitdiffstats
path: root/security/vuxml
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-01-12 02:16:00 +0800
committermiwi <miwi@FreeBSD.org>2009-01-12 02:16:00 +0800
commit9b5b4f15fec1c959490eab2c30d930977fd71616 (patch)
treee7ef04460cbbb8e035261faecff12295a2609691 /security/vuxml
parent41935e893b612bb9b74b7ce34794b1a89e0a739c (diff)
downloadfreebsd-ports-graphics-9b5b4f15fec1c959490eab2c30d930977fd71616.tar.gz
freebsd-ports-graphics-9b5b4f15fec1c959490eab2c30d930977fd71616.tar.zst
freebsd-ports-graphics-9b5b4f15fec1c959490eab2c30d930977fd71616.zip
- Document mysql -- empty bit-string literal denial of service
PR: based on 129978 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Diffstat (limited to 'security/vuxml')
-rw-r--r--security/vuxml/vuln.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 945adbc457b..d4201fc0f9a 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -34,6 +34,40 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="66a770b4-e008-11dd-a765-0030843d3802">
+ <topic>mysql -- empty bit-string literal denial of service</topic>
+ <affects>
+ <package>
+ <name>mysql-server</name>
+ <range><ge>5.0</ge><lt>5.0.66</lt></range>
+ <range><ge>5.1</ge><lt>5.1.26</lt></range>
+ <range><ge>6.0</ge><lt>6.0.6</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>MySQL reports:</p>
+ <blockquote cite="http://bugs.mysql.com/bug.php?id=35658">
+ <p>The vulnerability is caused due to an error when processing an
+ empty bit-string literal and can be exploited to crash the server via
+ a specially crafted SQL statement.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2008-3963</cvename>
+ <url>http://bugs.mysql.com/bug.php?id=35658</url>
+ <url>http://dev.mysql.com/doc/refman/5.0/en/releasenotes-es-5-0-66.html</url>
+ <url>http://dev.mysql.com/doc/refman/5.1/en/news-5-1-26.html</url>
+ <url>http://dev.mysql.com/doc/refman/6.0/en/news-6-0-6.html</url>
+ <url>http://secunia.com/advisories/31769</url>
+ </references>
+ <dates>
+ <discovery>2008-09-11</discovery>
+ <entry>2009-01-11</entry>
+ </dates>
+ </vuln>
+
<vuln vid="8c451386-dff3-11dd-a765-0030843d3802">
<topic>mysql -- privilege escalation and overwrite of the system table information</topic>
<affects>