From owner-svn-ports-head@freebsd.org Mon Jul 18 19:47:29 2016 Return-Path: Delivered-To: svn-ports-head@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 F2BC8B9D34D; Mon, 18 Jul 2016 19:47:28 +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 C26441242; Mon, 18 Jul 2016 19:47:28 +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 u6IJlRxs096841; Mon, 18 Jul 2016 19:47:27 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6IJlRTX096840; Mon, 18 Jul 2016 19:47:27 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201607181947.u6IJlRTX096840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 18 Jul 2016 19:47:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418737 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 19:47:29 -0000 Author: brnrd Date: Mon Jul 18 19:47:27 2016 New Revision: 418737 URL: https://svnweb.freebsd.org/changeset/ports/418737 Log: httpoxy: Mark ports as vulnerable - apache22, apache24, go, go14, php55, php56, php70, python27, python33, python34, python35, nginx are all vulnerable. - No new versions fixing the HTTP Proxy header vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 18 19:12:57 2016 (r418736) +++ head/security/vuxml/vuln.xml Mon Jul 18 19:47:27 2016 (r418737) @@ -58,6 +58,99 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Multiple ports -- Proxy HTTP header vulnerability (httpoxy) + + + apache22 + 0 + + + apache24 + 0 + + + tomcat6 + 0 + + + tomcat7 + 0 + + + tomcat8 + 0 + + + php55 + 0 + + + php56 + 0 + + + php70 + 0 + + + nginx + 0 + + + go + 0 + + + go14 + 0 + + + python27 + 0 + + + python33 + 0 + + + python34 + 0 + + + python35 + 0 + + + + +

httpoxy.org reports:

+
+

httpoxy is a set of vulnerabilities that affect application code + running in CGI, or CGI-like environments. It comes down to a simple + namespace conflict:.

+
  • RFC 3875 (CGI) puts the HTTP Proxy header from a request into + the environment variables as HTTP_PROXY
  • +
  • HTTP_PROXY is a popular environment variable used to configure + an outgoing proxy
+

This leads to a remotely exploitable vulnerability.

+
+ +
+ + https://httpoxy.org/ + https://www.kb.cert.org/vuls/id/797896 + CVE-2016-5385 + CVE-2016-5386 + CVE-2016-5388 + CVE-2016-1000110 + + + 2016-07-18 + 2016-07-18 + +
+ atutor -- multiple vulnerabilites