diff options
author | Remko Lodder <remko@FreeBSD.org> | 2007-12-12 15:48:01 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2007-12-12 15:48:01 +0000 |
commit | 120e3e0e0544e41b8ea61dfc063f177c07d9f493 (patch) | |
tree | 9ce20fb729a5d63fc98051ee1b440ec47a173e2d /security | |
parent | 856b6e9e7875f4763095cec5119edbbb9fca5cc8 (diff) | |
download | ports-120e3e0e0544e41b8ea61dfc063f177c07d9f493.tar.gz ports-120e3e0e0544e41b8ea61dfc063f177c07d9f493.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 37 |
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> |