svn commit: r556424 - head/security/vuxml

Brad Davis brd at FreeBSD.org
Fri Nov 27 00:34:50 UTC 2020


Author: brd (src,doc committer)
Date: Fri Nov 27 00:34:50 2020
New Revision: 556424
URL: https://svnweb.freebsd.org/changeset/ports/556424

Log:
  vuxml: Add entry for nomad < 0.12.6

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Nov 27 00:23:11 2020	(r556423)
+++ head/security/vuxml/vuln.xml	Fri Nov 27 00:34:50 2020	(r556424)
@@ -58,6 +58,43 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="618010ff-3044-11eb-8112-000c292ee6b8">
+    <topic>nomad -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>nomad</name>
+	<range><lt>0.12.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The HashiCorp team reports:</p>
+	<blockquote cite="https://github.com/hashicorp/nomad/blob/master/CHANGELOG.md">
+	  <ul>
+	    <li>artifact: Fixed a bug where interpolation can be used in the
+	      artifact destination field to write artifact payloads outside
+	      the allocation directory.</li>
+	    <li>template: Fixed a bug where interpolation can be used in the
+	      template source and destination fields to read or write files
+	      outside the allocation directory even when disable_file_sandbox
+	      was set to false (the default).</li>
+	    <li>template: Fixed a bug where the disable_file_sandbox
+	      configuration was only respected for the template file function
+	      and not the template source and destination fields.</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/hashicorp/nomad/blob/master/CHANGELOG.md</url>
+      <cvename>CVE-2020-27195</cvename>
+    </references>
+    <dates>
+      <discovery>2020-10-21</discovery>
+      <entry>2020-11-27</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="55facdb0-2c24-11eb-9aac-08002734b9ed">
     <topic>gitea -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list