From owner-svn-ports-all@freebsd.org Sun Jul 3 09:28:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CB68B8F684; Sun, 3 Jul 2016 09:28:59 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 131D92EE9; Sun, 3 Jul 2016 09:28:59 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u639SwPI076887; Sun, 3 Jul 2016 09:28:58 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u639SwJ5076886; Sun, 3 Jul 2016 09:28:58 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201607030928.u639SwJ5076886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 3 Jul 2016 09:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417962 - 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.22 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, 03 Jul 2016 09:28:59 -0000 Author: brnrd Date: Sun Jul 3 09:28:57 2016 New Revision: 417962 URL: https://svnweb.freebsd.org/changeset/ports/417962 Log: security/vuxml: Add Python smtplib TLS stripping vuln PR: 210685 Submitted by: brnrd Security: CVE-2016-0772 Security: 8d5368ef-40fe-11e6-b2ec-b499baebfeaf Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jul 3 09:00:05 2016 (r417961) +++ head/security/vuxml/vuln.xml Sun Jul 3 09:28:57 2016 (r417962) @@ -58,6 +58,49 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Python 2.7 -- smtplib StartTLS stripping vulnerability + + + python27 + 2.7.12 + + + python33 + 0 + + + python34 + 3.4.5 + + + python35 + 3.5.2 + + + + +

Red Hat reports:

+
+

A vulnerability in smtplib allowing MITM attacker to perform a + startTLS stripping attack. smtplib does not seem to raise an exception + when the remote end (smtp server) is capable of negotiating starttls but + fails to respond with 220 (ok) to an explicit call of SMTP.starttls(). + This may allow a malicious MITM to perform a startTLS stripping attack + if the client code does not explicitly check the response code for startTLS.

+
+ +
+ + https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-0772 + CVE-2016-0772 + + + 2016-06-14 + 2016-07-03 + +
+ phpMyAdmin -- multiple vulnerabilities