From owner-svn-ports-all@FreeBSD.ORG  Fri Dec  6 00:38:50 2013
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
Delivered-To: svn-ports-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id E272ED69;
 Fri,  6 Dec 2013 00:38:50 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id B481F1877;
 Fri,  6 Dec 2013 00:38:50 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB60coUG055828;
 Fri, 6 Dec 2013 00:38:50 GMT (envelope-from delphij@svn.freebsd.org)
Received: (from delphij@localhost)
 by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB60coL2055822;
 Fri, 6 Dec 2013 00:38:50 GMT (envelope-from delphij@svn.freebsd.org)
Message-Id: <201312060038.rB60coL2055822@svn.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Fri, 6 Dec 2013 00:38:50 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r335721 - head/security/vuxml
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Dec 2013 00:38:51 -0000

Author: delphij
Date: Fri Dec  6 00:38:50 2013
New Revision: 335721
URL: http://svnweb.freebsd.org/changeset/ports/335721

Log:
  Document drupal multiple vulnerabilities.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Dec  5 23:06:10 2013	(r335720)
+++ head/security/vuxml/vuln.xml	Fri Dec  6 00:38:50 2013	(r335721)
@@ -51,6 +51,50 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="d9649816-5e0d-11e3-8d23-3c970e169bc2">
+    <topic>drupal -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>drupal6</name>
+	<range><lt>6.29</lt></range>
+      </package>
+      <package>
+	<name>drupal7</name>
+	<range><lt>7.24</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Drupal Security Team reports:</p>
+	<blockquote cite="https://drupal.org/SA-CORE-2013-003">
+	  <p>Multiple vulnerabilities were fixed in the supported Drupal
+	    core versions 6 and 7.</p>
+	  <ul>
+	    <li>Multiple vulnerabilities due to optimistic cross-site
+	      request forgery protection (Form API validation - Drupal 6
+	      and 7)</li>
+	    <li>Multiple vulnerabilities due to weakness in pseudorandom
+	      number generation using mt_rand() (Form API, OpenID and
+	      random password generation - Drupal 6 and 7)</li>
+	    <li>Code execution prevention (Files directory .htaccess for
+	      Apache - Drupal 6 and 7)</li>
+	    <li>Access bypass (Security token validation - Drupal 6 and 7)</li>
+	    <li>Cross-site scripting (Image module - Drupal 7)</li>
+	    <li>Cross-site scripting (Color module - Drupal 7)</li>
+	    <li>Open redirect (Overlay module - Drupal 7)</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://drupal.org/SA-CORE-2013-003</url>
+    </references>
+    <dates>
+      <discovery>2013-11-20</discovery>
+      <entry>2013-12-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="79356040-5da4-11e3-829e-00262d5ed8ee">
     <topic>chromium -- multiple vulnerabilities</topic>
     <affects>