svn commit: r524553 - head/security/vuxml

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jan 29 15:29:31 UTC 2020


Author: lwhsu
Date: Wed Jan 29 15:29:30 2020
New Revision: 524553
URL: https://svnweb.freebsd.org/changeset/ports/524553

Log:
  Document Jenkins Security Advisory 2020-01-29
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jan 29 14:54:44 2020	(r524552)
+++ head/security/vuxml/vuln.xml	Wed Jan 29 15:29:30 2020	(r524553)
@@ -58,6 +58,65 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="a250539d-d1d4-4591-afd3-c8bdfac335d8">
+    <topic>jenkins -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>jenkins</name>
+	<range><le>2.219</le></range>
+      </package>
+      <package>
+	<name>jenkins-lts</name>
+	<range><le>2.204.2</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Jenkins Security Advisory:</p>
+	<blockquote cite="https://jenkins.io/security/advisory/2020-01-29/">
+	  <h1>Description</h1>
+	  <h5>(High) SECURITY-1682 / CVE-2020-2099</h5>
+	  <p>Inbound TCP Agent Protocol/3 authentication bypass</p>
+	  <h5>(Medium) SECURITY-1641 / CVE-2020-2100</h5>
+	  <p>Jenkins vulnerable to UDP amplification reflection attack</p>
+	  <h5>(Medium) SECURITY-1659 / CVE-2020-2101</h5>
+	  <p>Non-constant time comparison of inbound TCP agent connection secret</p>
+	  <h5>(Medium) SECURITY-1660 / CVE-2020-2102</h5>
+	  <p>Non-constant time HMAC comparison</p>
+	  <h5>(Medium) SECURITY-1695 / CVE-2020-2103</h5>
+	  <p>Diagnostic page exposed session cookies</p>
+	  <h5>(Medium) SECURITY-1650 / CVE-2020-2104</h5>
+	  <p>Memory usage graphs accessible to anyone with Overall/Read</p>
+	  <h5>(Low) SECURITY-1704 / CVE-2020-2105</h5>
+	  <p>Jenkins REST APIs vulnerable to clickjacking</p>
+	  <h5>(Medium) SECURITY-1680 / CVE-2020-2106</h5>
+	  <p>Stored XSS vulnerability in Code Coverage API Plugin</p>
+	  <h5>(Medium) SECURITY-1565 / CVE-2020-2107</h5>
+	  <p>Fortify Plugin stored credentials in plain text</p>
+	  <h5>(High) SECURITY-1719 / CVE-2020-2108</h5>
+	  <p>XXE vulnerability in WebSphere Deployer Plugin</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2020-2099</cvename>
+      <cvename>CVE-2020-2100</cvename>
+      <cvename>CVE-2020-2101</cvename>
+      <cvename>CVE-2020-2102</cvename>
+      <cvename>CVE-2020-2103</cvename>
+      <cvename>CVE-2020-2104</cvename>
+      <cvename>CVE-2020-2105</cvename>
+      <cvename>CVE-2020-2106</cvename>
+      <cvename>CVE-2020-2107</cvename>
+      <cvename>CVE-2020-2108</cvename>
+      <url>https://jenkins.io/security/advisory/2020-01-29/</url>
+    </references>
+    <dates>
+      <discovery>2020-01-29</discovery>
+      <entry>2020-01-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="2af10639-4299-11ea-aab1-98fa9bfec35a">
     <topic>pkg -- vulnerability in libfetch</topic>
     <affects>


More information about the svn-ports-all mailing list