svn commit: r427099 - head/security/vuxml

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Nov 25 10:11:39 UTC 2016


Author: tz
Date: Fri Nov 25 10:11:37 2016
New Revision: 427099
URL: https://svnweb.freebsd.org/changeset/ports/427099

Log:
  Document Drupal vulnerabilities
  
  PR:       214813
  Security: CVE-2016-9449
  Security: CVE-2016-9450
  Security: CVE-2016-9451
  Security: CVE-2016-9452
  Security: https://vuxml.freebsd.org/freebsd/8db24888-b2f5-11e6-8153-00248c0c745d.html
  
  Approved by: mentors (implicit)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Nov 25 10:05:16 2016	(r427098)
+++ head/security/vuxml/vuln.xml	Fri Nov 25 10:11:37 2016	(r427099)
@@ -58,6 +58,46 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="8db24888-b2f5-11e6-8153-00248c0c745d">
+    <topic>Drupal Code -- Multiple Vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>drupal7</name>
+	<range><ge>7.0</ge><lt>7.52</lt></range>
+      </package>
+      <package>
+	<name>drupal8</name>
+	<range><ge>8.0.0</ge><lt>8.2.3.</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Drupal development team reports:</p>
+	<blockquote cite="https://www.drupal.org/SA-CORE-2016-005">
+	  <h3>Inconsistent name for term access query (Less critical - Drupal 7 and Drupal 8)</h3>
+	  <p>Drupal provides a mechanism to alter database SELECT queries before they are executed. Contributed and custom modules may use this mechanism to restrict access to certain entities by implementing hook_query_alter() or hook_query_TAG_alter() in order to add additional conditions. Queries can be distinguished by means of query tags. As the documentation on EntityFieldQuery::addTag() suggests, access-tags on entity queries normally follow the form ENTITY_TYPE_access (e.g. node_access). However, the taxonomy module's access query tag predated this system and used term_access as the query tag instead of taxonomy_term_access.</p>
+	  <p>As a result, before this security release modules wishing to restrict access to taxonomy terms may have implemented an unsupported tag, or needed to look for both tags (term_access and taxonomy_term_access) in order to be compatible with queries generated both by Drupal core as well as those generated by contributed modules like Entity Reference. Otherwise information on taxonomy terms might have been disclosed to unprivileged users.</p>
+    <h3>Incorrect cache context on password reset page (Less critical - Drupal 8)</h3>
+    <p>The user password reset form does not specify a proper cache context, which can lead to cache poisoning and unwanted content on the page.</p>
+    <h3>Confirmation forms allow external URLs to be injected (Moderately critical - Drupal 7)</h3>
+    <p>Under certain circumstances, malicious users could construct a URL to a confirmation form that would trick users into being redirected to a 3rd party website after interacting with the form, thereby exposing the users to potential social engineering attacks.</p>
+    <h3>Denial of service via transliterate mechanism (Moderately critical - Drupal 8)</h3>
+    <p>A specially crafted URL can cause a denial of service via the transliterate mechanism.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-9449</cvename>
+      <cvename>CVE-2016-9450</cvename>
+      <cvename>CVE-2016-9451</cvename>
+      <cvename>CVE-2016-9452</cvename>
+    </references>
+    <dates>
+      <discovery>2016-11-16</discovery>
+      <entry>2016-11-25</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6fe72178-b2e3-11e6-8b2a-6805ca0b3d42">
     <topic>phpMyAdmin -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list