svn commit: r552566 - head/security/vuxml

Jochen Neumeister joneum at FreeBSD.org
Sat Oct 17 13:08:25 UTC 2020


Author: joneum
Date: Sat Oct 17 13:08:24 2020
New Revision: 552566
URL: https://svnweb.freebsd.org/changeset/ports/552566

Log:
  Add entry for drupal7
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Oct 17 13:05:35 2020	(r552565)
+++ head/security/vuxml/vuln.xml	Sat Oct 17 13:08:24 2020	(r552566)
@@ -58,6 +58,32 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="95d9d986-1078-11eb-ab74-4c72b94353b5">
+    <topic>drupal -- Multiple Vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>drupal7</name>
+	<range><lt>7.72</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Drupal Security Team reports:</p>
+	<blockquote cite="https://www.drupal.org/project/drupal/releases/7.73">
+	  <p>The Drupal AJAX API does not disable JSONP by default, which can
+	    lead to cross-site scripting.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.drupal.org/sa-core-2020-007</url>
+    </references>
+    <dates>
+      <discovery>2020-09-16</discovery>
+      <entry>2020-10-17</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="42926d7b-0da3-11eb-8dbd-6451062f0f7a">
     <topic>Flash Player -- arbitrary code execution</topic>
     <affects>


More information about the svn-ports-head mailing list