From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 08:27:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 30CEBE62; Sat, 19 Oct 2013 08:27:57 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E1FC2DD2; Sat, 19 Oct 2013 08:27:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9J8RuHS089501; Sat, 19 Oct 2013 08:27:56 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9J8RurS089500; Sat, 19 Oct 2013 08:27:56 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201310190827.r9J8RurS089500@svn.freebsd.org> From: Xin LI Date: Sat, 19 Oct 2013 08:27:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330854 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 08:27:57 -0000 Author: delphij Date: Sat Oct 19 08:27:56 2013 New Revision: 330854 URL: http://svnweb.freebsd.org/changeset/ports/330854 Log: Document pycrypto PRNG reseed race condition. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Oct 19 08:11:27 2013 (r330853) +++ head/security/vuxml/vuln.xml Sat Oct 19 08:27:56 2013 (r330854) @@ -51,6 +51,41 @@ Note: Please add new entries to the beg --> + + pycrypto -- PRNG reseed race condition + + + py26-pycrypto + py27-pycrypto + py31-pycrypto + py32-pycrypto + py33-pycrypto + 2.6.1 + + + + +

Dwayne Litzenberger reports:

+
+

In PyCrypto before v2.6.1, the Crypto.Random pseudo-random + number generator (PRNG) exhibits a race condition that may cause + it to generate the same 'random' output in multiple processes that + are forked from each other. Depending on the application, this + could reveal sensitive information or cryptographic keys to remote + attackers.

+
+ +
+ + CVE-2013-1445 + http://lists.dlitz.net/pipermail/pycrypto/2013q4/000702.html + + + 2013-10-17 + 2013-10-19 + +
+ wordpress -- multiple vulnerabilities