From owner-svn-ports-all@freebsd.org Thu Dec 20 14:50:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95FFB1349734; Thu, 20 Dec 2018 14:50:08 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D73AD83D62; Thu, 20 Dec 2018 14:50:07 +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 CBD4A2710D; Thu, 20 Dec 2018 14:50:07 +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 wBKEo7Bc061051; Thu, 20 Dec 2018 14:50:07 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBKEo78f061050; Thu, 20 Dec 2018 14:50:07 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201812201450.wBKEo78f061050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 20 Dec 2018 14:50:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487884 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 487884 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D73AD83D62 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 20 Dec 2018 14:50:08 -0000 Author: girgen Date: Thu Dec 20 14:50:07 2018 New Revision: 487884 URL: https://svnweb.freebsd.org/changeset/ports/487884 Log: Add vuxml entry for shibboleth-sp Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 20 14:19:33 2018 (r487883) +++ head/security/vuxml/vuln.xml Thu Dec 20 14:50:07 2018 (r487884) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + shibboleth-sp -- crashes on malformed date/time content + + + shibboleth-sp + 3.0.03.0.3 + + + + +

The Shibboleth Consortium reports:

+
+

SAML messages, assertions, and metadata all commonly contain + date/time information in a standard XML format.

+

Invalid formatted data in such fields cause an exception of a type + that was not handled properly in the V3 software and causes a crash + (usually to the shibd daemon process, but possibly to Apache in rare + cases). Note that the crash occurs prior to evaluation of a message's + authenticity, so can be exploited by an untrusted attacker.

+

The problem is believed to be specific to the V3 software and would + not cause a crash in the older, now unsupported, V2 software.

+
+ +
+ + https://shibboleth.net/community/advisories/secadv_20181219a.txt + + + 2018-12-19 + 2018-12-20 + +
+ couchdb -- administrator privilege escalation