svn commit: r541709 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 8 19:20:06 UTC 2020


Author: sunpoet
Date: Wed Jul  8 19:20:01 2020
New Revision: 541709
URL: https://svnweb.freebsd.org/changeset/ports/541709

Log:
  Document rubygem-kramdown vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jul  8 19:19:55 2020	(r541708)
+++ head/security/vuxml/vuln.xml	Wed Jul  8 19:20:01 2020	(r541709)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="20b46222-c12b-11ea-abe8-08002728f74c">
+    <topic>kramdown -- template option vulnerability</topic>
+    <affects>
+      <package>
+	<name>rubygem-kramdown</name>
+	<range><lt>2.3.0</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>kramdown news:</p>
+	<blockquote cite="https://kramdown.gettalong.org/news.html">
+	  <p>CVE-2020-14001 is addressed to avoid problems when using the
+	    {::options /} extension together with the 'template' option.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://kramdown.gettalong.org/news.html</url>
+      <cvename>CVE-2020-14001</cvename>
+    </references>
+    <dates>
+      <discovery>2020-06-28</discovery>
+      <entry>2020-07-08</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c685edd9-c045-11ea-8898-001cc0382b2f">
     <topic>Mbed TLS -- Side-channel attack on ECC key import and validation</topic>
     <affects>


More information about the svn-ports-all mailing list