Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2017 14:17:51 +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: r453811 - head/security/vuxml
Message-ID:  <201711091417.vA9EHpUr010517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Nov  9 14:17:51 2017
New Revision: 453811
URL: https://svnweb.freebsd.org/changeset/ports/453811

Log:
  Document jenkins vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Nov  9 14:14:59 2017	(r453810)
+++ head/security/vuxml/vuln.xml	Thu Nov  9 14:17:51 2017	(r453811)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="1c2a9d76-9d98-43c3-8f5d-8c059b104d99">
+    <topic>jenkins -- multiple issues</topic>
+    <affects>
+      <package>
+	<name>jenkins</name>
+	<range><lt>2.89</lt></range>
+      </package>
+      <package>
+	<name>jenkins-lts</name>
+	<range><lt>2.73.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Jenkins developers report:</p>
+	<blockquote cite="http://www.securityfocus.com/bid/99574">;
+	  <p>Jenkins stores metadata related to people, which encompasses actual user accounts, as well as users appearing in SCM, in directories corresponding to the user ID on disk. These directories used the user ID for their name without additional escaping. This potentially resulted in a number of problems.</p>
+	  <p>Autocompletion suggestions for text fields were not escaped, resulting in a persisted cross-site scripting vulnerability if the source for the suggestions allowed specifying text that includes HTML metacharacters like less-than and greater-than characters.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://jenkins.io/security/advisory/2017-11-08/</url>;
+    </references>
+    <dates>
+      <discovery>2017-11-08</discovery>
+      <entry>2017-11-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="be261737-c535-11e7-8da5-001999f8d30b">
     <topic>asterisk -- Memory/File Descriptor/RTP leak in pjsip session resource</topic>
     <affects>



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