Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2018 17:54:28 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467175 - head/security/vuxml
Message-ID:  <201804121754.w3CHsSap055328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Apr 12 17:54:28 2018
New Revision: 467175
URL: https://svnweb.freebsd.org/changeset/ports/467175

Log:
  Document Jenkins vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Apr 12 17:48:45 2018	(r467174)
+++ head/security/vuxml/vuln.xml	Thu Apr 12 17:54:28 2018	(r467175)
@@ -58,6 +58,47 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="aaba17aa-782e-4843-8a79-7756cfa2bf89">
+    <topic>jenkins -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>jenkins</name>
+	<range><le>2.115</le></range>
+      </package>
+      <package>
+	<name>jenkins-lts</name>
+	<range><le>2.107.1</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Jenkins developers report:</p>
+	<blockquote cite="https://jenkins.io/security/advisory/2018-04-11/">;
+	  <p>The Jenkins CLI sent different error responses for commands with
+	  view and agent arguments depending on the existence of the specified
+	  views or agents to unauthorized users. This allowed attackers to
+	  determine whether views or agents with specified names exist.</p>
+	  <p>The Jenkins CLI now returns the same error messages to unauthorized
+	  users independent of the existence of specified view or agent
+	  names</p>
+	  <p>Some JavaScript confirmation dialogs included the item name in an
+	  unsafe manner, resulting in a possible cross-site scripting
+	  vulnerability exploitable by users with permission to create or
+	  configure items.</p>
+	  <p>JavaScript confirmation dialogs that include the item name now
+	  properly escape it, so it can be safely displayed.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://jenkins.io/security/advisory/2018-04-11/</url>;
+    </references>
+    <dates>
+      <discovery>2018-04-11</discovery>
+      <entry>2018-04-12</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="5c6f7482-3ced-11e8-b157-6451062f0f7a">
     <topic>Flash Player -- multiple vulnerabilities</topic>
     <affects>



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