From owner-svn-ports-all@freebsd.org Sun Jun 5 16:37:00 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 7B2D4B6ABF7; Sun, 5 Jun 2016 16:37:00 +0000 (UTC) (envelope-from junovitch@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 482A717BE; Sun, 5 Jun 2016 16:37:00 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u55GaxDP074009; Sun, 5 Jun 2016 16:36:59 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u55Gax9G074007; Sun, 5 Jun 2016 16:36:59 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201606051636.u55Gax9G074007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 5 Jun 2016 16:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416397 - 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, 05 Jun 2016 16:37:00 -0000 Author: junovitch Date: Sun Jun 5 16:36:59 2016 New Revision: 416397 URL: https://svnweb.freebsd.org/changeset/ports/416397 Log: Document ikiwiki XSS vulnerability PR: 209593 Reported by: Sevan Janiyan Security: CVE-2016-4561 Security: https://vuxml.FreeBSD.org/freebsd/0297b260-2b3b-11e6-ae88-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jun 5 16:26:03 2016 (r416396) +++ head/security/vuxml/vuln.xml Sun Jun 5 16:36:59 2016 (r416397) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ikiwiki -- XSS vulnerability + + + ikiwiki + 3.20160509 + + + + +

Mitre reports:

+
+

Cross-site scripting (XSS) vulnerability in the cgierror function + in CGI.pm in ikiwiki before 3.20160506 might allow remote attackers + to inject arbitrary web script or HTML via unspecified vectors + involving an error message.

+
+ +
+ + CVE-2016-4561 + ports/209593 + + + 2016-05-04 + 2016-06-05 + +
+ h2o -- use after free on premature connection close