svn commit: r561491 - head/security/vuxml

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jan 13 17:32:00 UTC 2021


Author: lwhsu
Date: Wed Jan 13 17:31:59 2021
New Revision: 561491
URL: https://svnweb.freebsd.org/changeset/ports/561491

Log:
  Document Jenkins Security Advisory 2021-01-13
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jan 13 17:31:22 2021	(r561490)
+++ head/security/vuxml/vuln.xml	Wed Jan 13 17:31:59 2021	(r561491)
@@ -58,6 +58,55 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="d6f76976-e86d-4f9a-9362-76c849b10db2">
+    <topic>jenkins -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>jenkins</name>
+	<range><lt>2.275</lt></range>
+      </package>
+      <package>
+	<name>jenkins-lts</name>
+	<range><lt>2.263.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Jenkins Security Advisory:</p>
+	<blockquote cite="https://www.jenkins.io/security/advisory/2021-01-13/">
+	  <h1>Description</h1>
+	  <h5>(Medium) SECURITY-1452 / CVE-2021-21602</h5>
+	  <p>Arbitrary file read vulnerability in workspace browsers</p>
+	  <h5>(High) SECURITY-1889 / CVE-2021-21603</h5>
+	  <p>XSS vulnerability in notification bar</p>
+	  <h5>(High) SECURITY-1923 / CVE-2021-21604</h5>
+	  <p>Improper handling of REST API XML deserialization errors</p>
+	  <h5>(High) SECURITY-2021 / CVE-2021-21605</h5>
+	  <p>Path traversal vulnerability in agent names</p>
+	  <h5>(Medium) SECURITY-2023 / CVE-2021-21606</h5>
+	  <p>Arbitrary file existence check in file fingerprints</p>
+	  <h5>(Medium) SECURITY-2025 / CVE-2021-21607</h5>
+	  <p>Excessive memory allocation in graph URLs leads to denial of service</p>
+	  <h5>(High) SECURITY-2035 / CVE-2021-21608</h5>
+	  <p>Stored XSS vulnerability in button labels</p>
+	  <h5>(Low) SECURITY-2047 / CVE-2021-21609</h5>
+	  <p>Missing permission check for paths with specific prefix</p>
+	  <h5>(High) SECURITY-2153 / CVE-2021-21610</h5>
+	  <p>Reflected XSS vulnerability in markup formatter preview</p>
+	  <h5>(High) SECURITY-2171 / CVE-2021-21611</h5>
+	  <p>Stored XSS vulnerability on new item page</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.jenkins.io/security/advisory/2021-01-13/</url>
+    </references>
+    <dates>
+      <discovery>2021-01-13</discovery>
+      <entry>2021-01-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1f655433-551b-11eb-9cda-589cfc0f81b0">
     <topic>phpmyfaq -- XSS vulnerability</topic>
     <affects>


More information about the svn-ports-all mailing list