From owner-svn-ports-all@freebsd.org Fri Jan 19 16:43:37 2018
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 30645EBBCBF;
Fri, 19 Jan 2018 16:43:37 +0000 (UTC)
(envelope-from girgen@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
[IPv6:2610:1c1:1:606c::19:3])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client CN "mxrelay.nyi.freebsd.org",
Issuer "Let's Encrypt Authority X3" (verified OK))
by mx1.freebsd.org (Postfix) with ESMTPS id 0BB9C68618;
Fri, 19 Jan 2018 16:43:37 +0000 (UTC)
(envelope-from girgen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CB8310093;
Fri, 19 Jan 2018 16:43:36 +0000 (UTC)
(envelope-from girgen@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0JGhahL096763;
Fri, 19 Jan 2018 16:43:36 GMT (envelope-from girgen@FreeBSD.org)
Received: (from girgen@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0JGhaI4096760;
Fri, 19 Jan 2018 16:43:36 GMT (envelope-from girgen@FreeBSD.org)
Message-Id: <201801191643.w0JGhaI4096760@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: girgen set sender to
girgen@FreeBSD.org using -f
From: Palle Girgensohn
Date: Fri, 19 Jan 2018 16:43:36 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
svn-ports-head@freebsd.org
Subject: svn commit: r459437 - head/security/vuxml
X-SVN-Group: ports-head
X-SVN-Commit-Author: girgen
X-SVN-Commit-Paths: head/security/vuxml
X-SVN-Commit-Revision: 459437
X-SVN-Commit-Repository: ports
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.25
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: Fri, 19 Jan 2018 16:43:37 -0000
Author: girgen
Date: Fri Jan 19 16:43:35 2018
New Revision: 459437
URL: https://svnweb.freebsd.org/changeset/ports/459437
Log:
Add more information about the recents security notice for shibboleth2-sp
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri Jan 19 16:32:25 2018 (r459436)
+++ head/security/vuxml/vuln.xml Fri Jan 19 16:43:35 2018 (r459437)
@@ -338,6 +338,10 @@ Notes:
xmltooling
1.6.3
+
+ xerces-c3
+ 3.1.4
+
@@ -359,6 +363,14 @@ Notes:
alter the user data passed through to applications behind the SP and
result in impersonation attacks and exposure of protected
information.
+
+
+ While newer versions of the xerces-c3 parser are configured by the
+ SP into disallowing the use of a DTD via an environment variable,
+ this feature is not present in the xerces-c3 parser before version
+ 3.1.4, so an additional fix is being provided now that an actual DTD
+ exploit has been identified. Xerces-c3-3.1.4 was committed to the
+ ports tree already on 2016-07-26.