aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2007-12-12 23:48:01 +0800
committerremko <remko@FreeBSD.org>2007-12-12 23:48:01 +0800
commit3b8427b6e7d90fbbbdbc21684caf438ac2dbd349 (patch)
treedb4dbef2ef51e78a9bb4e67b9beab4094b5f6e98
parent95be9a6a7b763e7c1d0bc7f3eedbf54d8f011db0 (diff)
downloadfreebsd-ports-gnome-3b8427b6e7d90fbbbdbc21684caf438ac2dbd349.tar.gz
freebsd-ports-gnome-3b8427b6e7d90fbbbdbc21684caf438ac2dbd349.tar.zst
freebsd-ports-gnome-3b8427b6e7d90fbbbdbc21684caf438ac2dbd349.zip
Document drupal -- SQL injection vulnerability
Submitted by: Nick Hilliard <nick at netability dot ie>
-rw-r--r--security/vuxml/vuln.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 8edd42072906..5f0ecc8c03ee 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -34,6 +34,43 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="fa708908-a8c7-11dc-b41d-000fb5066b20">
+ <topic>drupal -- SQL injection vulnerability</topic>
+ <affects>
+ <package>
+ <name>drupal5</name>
+ <range><lt>5.4</lt></range>
+ </package>
+ <package>
+ <name>drupal4</name>
+ <range><lt>4.7.9</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The Drupal Project reports:</p>
+ <blockquote cite="http://drupal.org/node/198162">
+ <p>The function taxonomy_select_nodes() directly injects variables
+ into SQL queries instead of using placeholders. While taxonomy
+ module itself validates the input passed to
+ taxonomy_select_nodes(), this is a weakness in Drupal core.
+ Several contributed modules, such as taxonomy_menu, ajaxLoader,
+ and ubrowser, directly pass user input to taxonomy_select_nodes(),
+ enabling SQL injection attacks by anonymous users.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2007-6299</cvename>
+ <url>http://drupal.org/node/198162</url>
+ <url>http://secunia.com/advisories/27932/</url>
+ </references>
+ <dates>
+ <discovery>2007-12-05</discovery>
+ <entry>2007-12-12</entry>
+ </dates>
+ </vuln>
+
<vuln vid="ffcbd42d-a8c5-11dc-bec2-02e0185f8d72">
<topic>samba -- buffer overflow vulnerability</topic>
<affects>