diff options
author | brooks <brooks@FreeBSD.org> | 2006-09-14 02:03:26 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-09-14 02:03:26 +0800 |
commit | d53ce9d85fbdb5142e1ad48690e1ba6a5ceb9297 (patch) | |
tree | 36628c7e7c00a940a35f8903563110a3e8a6b48d /security | |
parent | 0f395413a2726a71cd8cab0bbcca1596e98f3291 (diff) | |
download | freebsd-ports-gnome-d53ce9d85fbdb5142e1ad48690e1ba6a5ceb9297.tar.gz freebsd-ports-gnome-d53ce9d85fbdb5142e1ad48690e1ba6a5ceb9297.tar.zst freebsd-ports-gnome-d53ce9d85fbdb5142e1ad48690e1ba6a5ceb9297.zip |
Upgrade drupal-pubcookie to the latest version fixing a security hole
allowing anyone to bypass the authenication system and become an
arbitrary drupal user.
Security: vid:c0fd7890-4346-11db-89cc-000ae42e9b93
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 8b4834a86777..b1e8b5866b29 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c0fd7890-4346-11db-89cc-000ae42e9b93"> + <topic>drupal-pubcookie -- authentication may be bypassed</topic> + <affects> + <package> + <name>drupal-pubcookie</name> + <range><le>4.6.0_20060210</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Drupal Project reports:</p> + <blockquote cite="http://drupal.org/node/83064"> + <p>It is possible for a malicious user to spoof a user's + identity by bypassing the login redirection mechanism in the + pubcookie module. The malicious user may gain the privileges + of the user they are spoofing, including the administrative + user.</p> + </blockquote> + </body> + </description> + <references> + <url>http://drupal.org/node/83064</url> + </references> + <dates> + <discovery>2006-09-08</discovery> + <entry>2006-09-13</entry> + </dates> + </vuln> + <vuln vid="7c75d48c-429b-11db-afae-000c6ec775d9"> <topic>linux-flashplugin7 -- arbitrary code execution vulnerabilities</topic> <affects> |