svn commit: r534100 - head/security/vuxml

Matthias Andree mandree at FreeBSD.org
Tue May 5 17:51:50 UTC 2020


Author: mandree
Date: Tue May  5 17:51:48 2020
New Revision: 534100
URL: https://svnweb.freebsd.org/changeset/ports/534100

Log:
  new mailman < 2.1.31 content injection vulnerability
  
  similar to CVE-2018-13796 (not sure if they'll reuse that no. so
  not including in Security: tags below)
  
  https://bugs.launchpad.net/mailman/+bug/1873722
  
  Security:	88760f4d-8ef7-11ea-a66d-4b2ef158be83

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May  5 16:50:57 2020	(r534099)
+++ head/security/vuxml/vuln.xml	Tue May  5 17:51:48 2020	(r534100)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="88760f4d-8ef7-11ea-a66d-4b2ef158be83">
+    <topic>mailman -- content injection vulnerability via options login page</topic>
+    <affects>
+      <package>
+	<name>mailman</name>
+	<range><lt>2.1.31</lt></range>
+      </package>
+      <package>
+	<name>mailman-with-htdig</name>
+	<range><lt>2.1.31</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Mark Sapiro reports:</p>
+	<blockquote cite="https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1845/NEWS#L8">
+	  <p>A content injection vulnerability via the options login page has
+	    been discovered and reported by Vishal Singh.
+	  </p>
+	</blockquote>
+	<blockquote cite="https://bugs.launchpad.net/mailman/+bug/1873722">
+	  <p>
+	    An issue similar to CVE-2018-13796 exists at different endpoint & param. It can lead to a phishing attack.
+	  </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1845/NEWS#L8</url>
+      <url>https://bugs.launchpad.net/mailman/+bug/1873722</url>
+      <cvename>CVE-2018-13796</cvename>
+    </references>
+    <dates>
+      <discovery>2020-04-20</discovery>
+      <entry>2020-05-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="cd864f1a-8e5a-11ea-b5b4-641c67a117d8">
     <topic>cacti -- XSS exposure</topic>
     <affects>


More information about the svn-ports-head mailing list