svn commit: r533316 - head/security/vuxml

Dima Panov fluffy at FreeBSD.org
Wed Apr 29 06:08:21 UTC 2020


Author: fluffy
Date: Wed Apr 29 06:08:20 2020
New Revision: 533316
URL: https://svnweb.freebsd.org/changeset/ports/533316

Log:
  net/ceph14: document CVE-2020-1759, CVE-2020-1760

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Apr 29 06:06:03 2020	(r533315)
+++ head/security/vuxml/vuln.xml	Wed Apr 29 06:08:20 2020	(r533316)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="5b6bc863-89dc-11ea-af8b-00155d0a0200">
+    <topic>ceph14 -- multiple security issues</topic>
+    <affects>
+      <package>
+	<name>ceph14</name>
+	<range><gt>14.1.1</gt><lt>14.2.9</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>RedHat reports:</p>
+	<blockquote cite="https://access.redhat.com/security/cve/cve-2020-1759">
+	  <p>ceph: secure mode of msgr2 breaks both confidentiality and integrity aspects for long-lived sessions.</p>
+	</blockquote>
+	<blockquote cite="https://access.redhat.com/security/cve/cve-2020-1760">
+	  <p>ceph: header-splitting in RGW GetObject has a possible XSS.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2020-1759</cvename>
+      <url>https://www.openwall.com/lists/oss-security/2020/04/07/2</url>
+      <cvename>CVE-2020-1760</cvename>
+      <url>https://www.openwall.com/lists/oss-security/2020/04/07/1</url>
+    </references>
+    <dates>
+      <discovery>2020-04-07</discovery>
+      <entry>2020-04-14</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c7617931-8985-11ea-93ef-b42e99a1b9c3">
     <topic>nested filters leads to stack overflow</topic>
     <affects>


More information about the svn-ports-all mailing list