Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2016 15:02:52 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423767 - head/security/vuxml
Message-ID:  <201610111502.u9BF2qQ4081483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Oct 11 15:02:52 2016
New Revision: 423767
URL: https://svnweb.freebsd.org/changeset/ports/423767

Log:
  Document redis vulnerability
  
  PR:		211709
  Security:	CVE-2013-7458

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Oct 11 15:02:05 2016	(r423766)
+++ head/security/vuxml/vuln.xml	Tue Oct 11 15:02:52 2016	(r423767)
@@ -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="fa175f30-8c75-11e6-924a-60a44ce6887b">
+    <topic>redis -- sensitive information leak through command history file</topic>
+    <affects>
+      <package>
+       <name>redis</name>
+       <name>redis-devel</name>
+       <range><lt>3.2.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+       <p>Redis team reports:</p>
+       <blockquote cite="https://github.com/antirez/redis/pull/1418">;
+	 <p>The redis-cli history file (in linenoise) is created with the
+	    default OS umask value which makes it world readable in most systems
+	    and could potentially expose authentication credentials to other
+	    users.</p>
+       </blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/antirez/redis/pull/1418</url>;
+      <url>https://github.com/antirez/redis/issues/3284</url>;
+      <cvename>CVE-2013-7458</cvename>
+    </references>
+    <dates>
+      <discovery>2013-11-30</discovery>
+      <entry>2016-10-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1a71a972-8ee7-11e6-a590-14dae9d210b8">
     <topic>FreeBSD -- Multiple libarchive vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610111502.u9BF2qQ4081483>