Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2018 14:47:46 +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: r469554 - head/security/vuxml
Message-ID:  <201805101447.w4AElkY3031532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu May 10 14:47:46 2018
New Revision: 469554
URL: https://svnweb.freebsd.org/changeset/ports/469554

Log:
  Document jenkins security issues

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu May 10 14:42:29 2018	(r469553)
+++ head/security/vuxml/vuln.xml	Thu May 10 14:47:46 2018	(r469554)
@@ -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="06ab7724-0fd7-427e-a5ce-fe436302b10c">
+    <topic>jenkins -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>jenkins</name>
+	<range><le>2.120</le></range>
+      </package>
+      <package>
+	<name>jenkins-lts</name>
+	<range><le>2.107.2</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-05-09/">;
+	  <p>The agent to master security subsystem ensures that the Jenkins
+	  master is protected from maliciously configured agents. A path
+	  traversal vulnerability allowed agents to escape whitelisted
+	  directories to read and write to files they should not be able to
+	  access.</p>
+	  <p>Black Duck Hub Plugin's API endpoint was affected by an XML
+	  External Entity (XXE) processing vulnerability. This allowed an
+	  attacker with Overall/Read access to have Jenkins parse a maliciously
+	  crafted file that uses external entities for extraction of secrets
+	  from the Jenkins master, server-side request forgery, or
+	  denial-of-service attacks.</p>
+	  <p>Several other lower severity issues were reported, see reference
+	  url for details.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://jenkins.io/security/advisory/2018-05-09/</url>;
+    </references>
+    <dates>
+      <discovery>2018-05-09</discovery>
+      <entry>2018-05-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="5aefc41e-d304-4ec8-8c82-824f84f08244">
     <topic>mozilla -- multiple vulnerabilities</topic>
     <affects>



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