svn commit: r477284 - head/security/vuxml

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Aug 15 21:01:24 UTC 2018


Author: lwhsu
Date: Wed Aug 15 21:01:23 2018
New Revision: 477284
URL: https://svnweb.freebsd.org/changeset/ports/477284

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

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Aug 15 20:48:56 2018	(r477283)
+++ head/security/vuxml/vuln.xml	Wed Aug 15 21:01:23 2018	(r477284)
@@ -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="6905f05f-a0c9-11e8-8335-8c164535ad80">
+    <topic>jenkins -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>jenkins</name>
+	<range><lt>2.138</lt></range>
+      </package>
+      <package>
+	<name>jenkins-lts</name>
+	<range><lt>2.121.3</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-08-15/">
+	  <h1>Description</h1>
+	  <h5>(Low) SECURITY-637</h5>
+	  <p> Jenkins allowed deserialization of URL objects with host components</p>
+	  <h5>(Medium) SECURITY-672</h5>
+	  <p>Ephemeral user record was created on some invalid authentication attempts</p>
+	  <h5>(Medium) SECURITY-790</h5>
+	  <p>Cron expression form validation could enter infinite loop, potentially resulting in denial of service</p>
+	  <h5>(Low) SECURITY-996</h5>
+	  <p>"Remember me" cookie was evaluated even if that feature is disabled</p>
+	  <h5>(Medium) SECURITY-1071</h5>
+	  <p>Unauthorized users could access agent logs</p>
+	  <h5>(Low) SECURITY-1076</h5>
+	  <p>Unauthorized users could cancel scheduled restarts initiated from the update center</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://jenkins.io/security/advisory/2018-08-15/</url>
+    </references>
+    <dates>
+      <discovery>2018-08-15</discovery>
+      <entry>2018-08-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6bedc863-9fbe-11e8-945f-206a8a720317">
     <topic>wpa_supplicant -- unauthenticated encrypted EAPOL-Key data</topic>
     <affects>


More information about the svn-ports-all mailing list