From owner-svn-ports-head@freebsd.org Sun Aug 28 17:53:50 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 DD5DFB78DB0; Sun, 28 Aug 2016 17:53:50 +0000 (UTC) (envelope-from kwm@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 B871A2F86; Sun, 28 Aug 2016 17:53:50 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SHrnuO090200; Sun, 28 Aug 2016 17:53:49 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SHrndn090198; Sun, 28 Aug 2016 17:53:49 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201608281753.u7SHrndn090198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 28 Aug 2016 17:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421030 - 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, 28 Aug 2016 17:53:51 -0000 Author: kwm Date: Sun Aug 28 17:53:49 2016 New Revision: 421030 URL: https://svnweb.freebsd.org/changeset/ports/421030 Log: Document libxml2 vulnabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Aug 28 17:42:42 2016 (r421029) +++ head/security/vuxml/vuln.xml Sun Aug 28 17:53:49 2016 (r421030) @@ -58,6 +58,71 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libxml2 -- multiple vulnabilities + + + libxml2 + 2.9.4 + + + + +

Daniel Veillard reports:

+
+

More format string warnings with possible format string + vulnerability (David Kilzer)

+

Avoid building recursive entities (Daniel Veillard)

+

Heap-based buffer overread in htmlCurrentChar (Pranjal Jumde)

+

Heap-based buffer-underreads due to xmlParseName (David Kilzer)

+

Heap use-after-free in xmlSAX2AttributeNs (Pranjal Jumde)

+

Heap use-after-free in htmlParsePubidLiteral and + htmlParseSystemiteral (Pranjal Jumde)

+

Fix some format string warnings with possible format string + vulnerability (David Kilzer)

+

Detect change of encoding when parsing HTML names (Hugh Davenport)

+

Fix inappropriate fetch of entities content (Daniel Veillard)

+

Bug 759398: Heap use-after-free in xmlDictComputeFastKey + (Pranjal Jumde)

+

Bug 758605: Heap-based buffer overread in xmlDictAddString + (Pranjal Jumde)

+

Bug 758588: Heap-based buffer overread in + xmlParserPrintFileContextInternal (David Kilzer)

+

Bug 757711: heap-buffer-overflow in xmlFAParsePosCharGroup + (Pranjal Jumde)

+

Add missing increments of recursion depth counter to XML parser. + (Peter Simons)

+

Fix NULL pointer deref in XPointer range-to

+
+ +
+ + https://mail.gnome.org/archives/xml/2016-May/msg00023.html + https://bugzilla.gnome.org/show_bug.cgi?id=759398 + https://bugzilla.gnome.org/show_bug.cgi?id=758605 + https://bugzilla.gnome.org/show_bug.cgi?id=758588 + https://bugzilla.gnome.org/show_bug.cgi?id=757711 + https://git.gnome.org/browse/libxml2/patch/?id=d8083bf77955b7879c1290f0c0a24ab8cc70f7fb + CVE-2016-1762 + CVE-2016-1833 + CVE-2016-1834 + CVE-2016-1835 + CVE-2016-1836 + CVE-2016-1837 + CVE-2016-1838 + CVE-2016-1839 + CVE-2016-1840 + CVE-2016-3627 + CVE-2016-3705 + CVE-2016-4449 + CVE-2016-4483 + + + 2016-05-23 + 2016-08-28 + +
+ kdelibs -- directory traversal vulnerability