Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2014 21:51:18 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371710 - head/security/vuxml
Message-ID:  <201410292151.s9TLpIVX081743@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Oct 29 21:51:17 2014
New Revision: 371710
URL: https://svnweb.freebsd.org/changeset/ports/371710
QAT: https://qat.redports.org/buildarchive/r371710/

Log:
  Add entry for libssh's CVE-2014-0017.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Oct 29 21:47:25 2014	(r371709)
+++ head/security/vuxml/vuln.xml	Wed Oct 29 21:51:17 2014	(r371710)
@@ -57,6 +57,37 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="f8c88d50-5fb3-11e4-81bd-5453ed2e2b49">
+    <topic>libssh -- PRNG state reuse on forking servers</topic>
+    <affects>
+      <package>
+	<name>libssh</name>
+	<range><lt>0.6.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Aris Adamantiadis reports:</p>
+	<blockquote cite="http://www.openwall.com/lists/oss-security/2014/03/05/1">;
+	  <p>When accepting a new connection, the server forks and the
+	    child process handles the request. The RAND_bytes() function
+	    of openssl doesn't reset its state after the fork, but
+	    simply adds the current process id (getpid) to the PRNG
+	    state, which is not guaranteed to be unique.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2014-0017</cvename>
+      <mlist>http://www.openwall.com/lists/oss-security/2014/03/05/1</mlist>;
+      <url>http://secunia.com/advisories/57407</url>;
+    </references>
+    <dates>
+      <discovery>2014-03-05</discovery>
+      <entry>2014-10-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="d057c5e6-5b20-11e4-bebd-000c2980a9f3">
     <topic>libpurple/pidgin -- multiple vulnerabilities</topic>
     <affects>



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