From owner-svn-ports-all@freebsd.org Thu Jun 30 21:08:45 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 23221B88C2A; Thu, 30 Jun 2016 21:08:45 +0000 (UTC) (envelope-from feld@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 E7217218F; Thu, 30 Jun 2016 21:08:44 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5UL8ihY029516; Thu, 30 Jun 2016 21:08:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5UL8h9H029515; Thu, 30 Jun 2016 21:08:44 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201606302108.u5UL8h9H029515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 30 Jun 2016 21:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417843 - 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: Thu, 30 Jun 2016 21:08:45 -0000 Author: feld Date: Thu Jun 30 21:08:43 2016 New Revision: 417843 URL: https://svnweb.freebsd.org/changeset/ports/417843 Log: Document python vulnerability PR: 210541 Security: CVE-2016-5699 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 30 20:52:39 2016 (r417842) +++ head/security/vuxml/vuln.xml Thu Jun 30 21:08:43 2016 (r417843) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Python -- HTTP Header Injection in Python urllib + + + python33 + 3.3.6 + + + + +

Guido Vranken reports:

+
+

HTTP header injection in urrlib2/urllib/httplib/http.client with + newlines in header values, where newlines have a semantic consequence of + denoting the start of an additional header line.

+
+ +
+ + https://bugs.python.org/issue22928 + http://blog.blindspotsecurity.com/2016/06/advisory-http-header-injection-in.html + http://www.openwall.com/lists/oss-security/2016/06/14/7 + CVE-2016-5699 + + + 2014-11-24 + 2016-06-30 + +
+ openssl -- denial of service