From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 10:51:35 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 8D2EDE33; Sat, 1 Mar 2014 10:51:35 +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 5FEC61A11; Sat, 1 Mar 2014 10:51:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21ApZ3x016588; Sat, 1 Mar 2014 10:51:35 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21ApZjd016587; Sat, 1 Mar 2014 10:51:35 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201403011051.s21ApZjd016587@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 1 Mar 2014 10:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346613 - 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.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: Sat, 01 Mar 2014 10:51:35 -0000 Author: koobs Date: Sat Mar 1 10:51:34 2014 New Revision: 346613 URL: http://svnweb.freebsd.org/changeset/ports/346613 QAT: https://qat.redports.org/buildarchive/r346613/ Log: security/vuxml: Document CVE-2014-1912 for Python 2.7 - 3.3 Python: buffer overflow in socket.recvfrom_into() MFH: 2014Q1 Security: CVE-2014-1912 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Mar 1 10:43:54 2014 (r346612) +++ head/security/vuxml/vuln.xml Sat Mar 1 10:51:34 2014 (r346613) @@ -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