svn commit: r523015 - head/security/vuxml

Adam Weinberger adamw at FreeBSD.org
Tue Jan 14 13:57:11 UTC 2020


Author: adamw
Date: Tue Jan 14 13:57:11 2020
New Revision: 523015
URL: https://svnweb.freebsd.org/changeset/ports/523015

Log:
  VuXML: Add entry for p5-Template-Toolkit directory traversal bug

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jan 14 13:45:27 2020	(r523014)
+++ head/security/vuxml/vuln.xml	Tue Jan 14 13:57:11 2020	(r523015)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="2bab995f-36d4-11ea-9dad-002590acae31">
+    <topic>Template::Toolkit -- Directory traversal on write</topic>
+    <affects>
+      <package>
+	<name>p5-Template-Toolkit</name>
+	<range><lt>3.004</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Art Manion and Will Dormann report:</p>
+	<blockquote cite="https://www.kb.cert.org/vuls/id/619785/">
+	  <p>
+	    By using an older and less-secure form of open(), it is
+	    possible for untrusted template files to cause reads/writes
+	    outside of the template directories. This vulnerability is
+	    a component of the recent Citrix exploit.
+	  </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.kb.cert.org/vuls/id/619785/</url>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19781</url>
+      <cvename>CVE-2019-19781</cvename>
+    </references>
+    <dates>
+      <discovery>2019-12-13</discovery>
+      <entry>2020-01-14</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f929b172-369e-11ea-9cdb-001b217b3468">
     <topic>Gitlab -- Private objects exposed through project import</topic>
     <affects>


More information about the svn-ports-head mailing list