svn commit: r481826 - head/security/vuxml

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Oct 11 13:42:29 UTC 2018


Author: lwhsu
Date: Thu Oct 11 13:42:28 2018
New Revision: 481826
URL: https://svnweb.freebsd.org/changeset/ports/481826

Log:
  Document Jenkins Security Advisory 2018-10-10
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Oct 11 13:41:26 2018	(r481825)
+++ head/security/vuxml/vuln.xml	Thu Oct 11 13:42:28 2018	(r481826)
@@ -58,6 +58,49 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="3350275d-cd5a-11e8-a7be-3497f683cb16">
+    <topic>jenkins -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>jenkins</name>
+	<range><lt>2.146</lt></range>
+      </package>
+      <package>
+	<name>jenkins-lts</name>
+	<range><lt>2.138.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Jenkins Security Advisory:</p>
+	<blockquote cite="https://jenkins.io/security/advisory/2018-10-10/">
+	  <h1>Description</h1>
+	  <h5>(Low) SECURITY-867</h5>
+	  <p>Path traversal vulnerability in Stapler allowed accessing internal data</p>
+	  <h5>(Medium) SECURITY-1074</h5>
+	  <p>Arbitrary file write vulnerability using file parameter definitions</p>
+	  <h5>(Medium) SECURITY-1129</h5>
+	  <p>Reflected XSS vulnerability</p>
+	  <h5>(Medium) SECURITY-1162</h5>
+	  <p>Ephemeral user record was created on some invalid authentication attempts</p>
+	  <h5>(Medium) SECURITY-1128</h5>
+	  <p>Ephemeral user record creation</p>
+	  <h5>(Medium) SECURITY-1158</h5>
+	  <p>Session fixation vulnerability on user signup</p>
+	  <h5>(Medium) SECURITY-765</h5>
+	  <p>Failures to process form submission data could result in secrets being displayed or written to logs</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://jenkins.io/security/advisory/2018-10-10/</url>
+    </references>
+    <dates>
+      <discovery>2018-10-10</discovery>
+      <entry>2018-10-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a4eb38ea-cc06-11e8-ada4-408d5cf35399">
     <topic>tinc -- Buffer overflow</topic>
     <affects>


More information about the svn-ports-head mailing list