svn commit: r495829 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 15 21:42:14 UTC 2019


Author: sunpoet
Date: Fri Mar 15 21:42:03 2019
New Revision: 495829
URL: https://svnweb.freebsd.org/changeset/ports/495829

Log:
  Document ruby-gems vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Mar 15 21:41:56 2019	(r495828)
+++ head/security/vuxml/vuln.xml	Fri Mar 15 21:42:03 2019	(r495829)
@@ -58,6 +58,45 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="27b12d04-4722-11e9-8b7c-b5e01141761f">
+    <topic>RubyGems -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>ruby23-gems</name>
+	<name>ruby24-gems</name>
+	<name>ruby25-gems</name>
+	<range><lt>3.0.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>RubyGems Security Advisories:</p>
+	<blockquote cite="https://blog.rubygems.org/2019/03/05/security-advisories-2019-03.html">
+	  <p>CVE-2019-8320: Delete directory using symlink when decompressing tar</p>
+	  <p>CVE-2019-8321: Escape sequence injection vulnerability in 'verbose'</p>
+	  <p>CVE-2019-8322: Escape sequence injection vulnerability in 'gem owner'</p>
+	  <p>CVE-2019-8323: Escape sequence injection vulnerability in API response handling</p>
+	  <p>CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution</p>
+	  <p>CVE-2019-8325: Escape sequence injection vulnerability in errors</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://blog.rubygems.org/2019/03/05/security-advisories-2019-03.html</url>
+      <url>https://github.com/rubygems/rubygems/blob/master/History.txt</url>
+      <cvename>CVE-2019-8320</cvename>
+      <cvename>CVE-2019-8321</cvename>
+      <cvename>CVE-2019-8322</cvename>
+      <cvename>CVE-2019-8323</cvename>
+      <cvename>CVE-2019-8324</cvename>
+      <cvename>CVE-2019-8325</cvename>
+    </references>
+    <dates>
+      <discovery>2019-03-05</discovery>
+      <entry>2019-03-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e56f2f7c-410e-11e9-b95c-b499baebfeaf">
     <topic>OpenSSL -- ChaCha20-Poly1305 nonce vulnerability</topic>
     <affects>


More information about the svn-ports-all mailing list