Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2017 16:33:13 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456406 - head/security/vuxml
Message-ID:  <201712151633.vBFGXDgK073294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd
Date: Fri Dec 15 16:33:12 2017
New Revision: 456406
URL: https://svnweb.freebsd.org/changeset/ports/456406

Log:
  Document Jenkins vulnerabilities.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Dec 15 15:56:09 2017	(r456405)
+++ head/security/vuxml/vuln.xml	Fri Dec 15 16:33:12 2017	(r456406)
@@ -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="7136e6b7-e1b3-11e7-a4d3-000c292ee6b8">
+    <topic>jenkins -- Two startup race conditions</topic>
+    <affects>
+      <package>
+	<name>jenkins</name>
+	<range><lt>2.95</lt></range>
+      </package>
+      <package>
+	<name>jenkins-lts</name>
+	<range><lt>2.89.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The Jenkins project reports:</p>
+	<blockquote cite="https://jenkins.io/security/advisory/2017-12-14/">;
+	  <p>A race condition during Jenkins startup could result in the wrong
+	    order of execution of commands during initialization.</p>
+	  <p>On Jenkins 2.81 and newer, including LTS 2.89.1, this could in
+	    rare cases (we estimate less than 20% of new instances) result in
+	    failure to initialize the setup wizard on the first startup.</p>
+	  <p>There is a very short window of time after startup during which
+	    Jenkins may no longer show the "Please wait while Jenkins is
+	    getting ready to work" message, but Cross-Site Request Forgery
+	    (CSRF) protection may not yet be effective.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://jenkins.io/security/advisory/2017-12-14/</url>;
+    </references>
+    <dates>
+      <discovery>2017-12-14</discovery>
+      <entry>2017-12-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="bea84a7a-e0c9-11e7-b4f3-11baa0c2df21">
     <topic>node.js -- Data Confidentiality/Integrity Vulnerability, December 2017</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712151633.vBFGXDgK073294>