From owner-svn-ports-head@freebsd.org Sun Jul 31 15:14:58 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 97748BA985A; Sun, 31 Jul 2016 15:14:58 +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 5132A13BC; Sun, 31 Jul 2016 15:14:58 +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 u6VFEvM2015827; Sun, 31 Jul 2016 15:14:57 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VFEvG4015826; Sun, 31 Jul 2016 15:14:57 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201607311514.u6VFEvG4015826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 31 Jul 2016 15:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419388 - 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: Sun, 31 Jul 2016 15:14:58 -0000 Author: junovitch Date: Sun Jul 31 15:14:57 2016 New Revision: 419388 URL: https://svnweb.freebsd.org/changeset/ports/419388 Log: Document security issues fixed Libidn 1.33 PR: 211407 Reported by: Piotr Kubaj Security: CVE-2015-8948 Security: CVE-2016-6261 Security: CVE-2016-6262 Security: CVE-2016-6263 Security: https://vuxml.FreeBSD.org/freebsd/cb5189eb-572f-11e6-b334-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jul 31 15:03:42 2016 (r419387) +++ head/security/vuxml/vuln.xml Sun Jul 31 15:14:57 2016 (r419388) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libidn -- mulitiple vulnerabilities + + + libidn + 1.33 + + + + +

Simon Josefsson reports:

+
+

libidn: Fix out-of-bounds stack read in idna_to_ascii_4i.

+

idn: Solve out-of-bounds-read when reading one zero byte as input. + Also replaced fgets with getline.

+

libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8. It was + always documented to only accept UTF-8 data, but now it doesn't + crash when presented with such data.

+
+ +
+ + CVE-2016-6261 + CVE-2015-8948 + CVE-2016-6262 + CVE-2016-6263 + https://lists.gnu.org/archive/html/help-libidn/2016-07/msg00009.html + http://www.openwall.com/lists/oss-security/2016/07/21/4 + + + 2016-07-20 + 2016-07-31 + +
+ The GIMP -- Use after Free vulnerability