From owner-svn-ports-all@FreeBSD.ORG Sun Mar 2 20:54:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6335B1E5; Sun, 2 Mar 2014 20:54:02 +0000 (UTC) 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 35CC917E2; Sun, 2 Mar 2014 20:54:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s22Ks2D5065384; Sun, 2 Mar 2014 20:54:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s22Ks1X9065382; Sun, 2 Mar 2014 20:54:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403022054.s22Ks1X9065382@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 2 Mar 2014 20:54:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r346800 - branches/2014Q1/security/vuxml X-SVN-Group: ports-branches 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.17 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: Sun, 02 Mar 2014 20:54:02 -0000 Author: bapt Date: Sun Mar 2 20:54:01 2014 New Revision: 346800 URL: http://svnweb.freebsd.org/changeset/ports/346800 QAT: https://qat.redports.org/buildarchive/r346800/ Log: MFH: r346613 security/vuxml: Document CVE-2014-1912 for Python 2.7 - 3.3 Python: buffer overflow in socket.recvfrom_into() Security: CVE-2014-1912 Modified: branches/2014Q1/security/vuxml/vuln.xml Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/security/vuxml/vuln.xml ============================================================================== --- branches/2014Q1/security/vuxml/vuln.xml Sun Mar 2 20:52:04 2014 (r346799) +++ branches/2014Q1/security/vuxml/vuln.xml Sun Mar 2 20:54:01 2014 (r346800) @@ -51,6 +51,55 @@ Note: Please add new entries to the beg --> + + Python -- buffer overflow in socket.recvfrom_into() + + + python27 + 2.7.6_3 + + + python31 + 3.1.5_10 + + + python32 + 3.2.5_7 + + + python33 + 3.3.3_3 + + + + +

Vincent Danen via Red Hat Issue Tracker reports:

+
+

A vulnerability was reported in Python's socket module, due to a + boundary error within the sock_recvfrom_into() function, which could be + exploited to cause a buffer overflow. This could be used to crash a + Python application that uses the socket.recvfrom_info() function or, + possibly, execute arbitrary code with the permissions of the user + running vulnerable Python code.

+ +

This vulnerable function, socket.recvfrom_into(), was introduced in + Python 2.5. Earlier versions are not affected by this flaw.

+
+ +
+ + CVE-2014-1912 + 65379 + https://mail.python.org/pipermail/python-dev/2014-February/132758.html + http://bugs.python.org/issue20246 + https://bugzilla.redhat.com/show_bug.cgi?id=1062370 + + + 2014-01-14 + 2014-03-01 + +
+ subversion -- mod_dav_svn vulnerability