From owner-svn-ports-all@freebsd.org Wed Oct 12 01:22:06 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 1CCE0C0C3FA; Wed, 12 Oct 2016 01:22:06 +0000 (UTC) (envelope-from feld@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 C53A7418; Wed, 12 Oct 2016 01:22:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C1M4Ar021350; Wed, 12 Oct 2016 01:22:04 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C1M44T021348; Wed, 12 Oct 2016 01:22:04 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120122.u9C1M44T021348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 01:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423815 - 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.23 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: Wed, 12 Oct 2016 01:22:06 -0000 Author: feld Date: Wed Oct 12 01:22:04 2016 New Revision: 423815 URL: https://svnweb.freebsd.org/changeset/ports/423815 Log: Document libvncserver vulnerabilities PR: 212380 Security: CVE-2014-6051 Security: CVE-2014-6052 Security: CVE-2014-6053 Security: CVE-2014-6054 Security: CVE-2014-6055 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 12 01:17:13 2016 (r423814) +++ head/security/vuxml/vuln.xml Wed Oct 12 01:22:04 2016 (r423815) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libvncserver -- multiple security vulnerabilities + + + libvncserver + 0.9.10 + + + + +

Nicolas Ruff reports:

+
+

Integer overflow in MallocFrameBuffer() on client side.

+

Lack of malloc() return value checking on client side.

+

Server crash on a very large ClientCutText message.

+

Server crash when scaling factor is set to zero.

+

Multiple stack overflows in File Transfer feature.

+
+ +
+ + http://seclists.org/oss-sec/2014/q3/639 + CVE-2014-6051 + CVE-2014-6052 + CVE-2014-6053 + CVE-2014-6054 + CVE-2014-6055 + 212380 + + + 2014-09-23 + 2016-10-11 + +
+ openoffice -- information disclosure vulnerability