From owner-svn-ports-all@freebsd.org Mon Dec 7 11:12:27 2015 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 54B619B9606; Mon, 7 Dec 2015 11:12:27 +0000 (UTC) (envelope-from rakuco@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 12DF2158B; Mon, 7 Dec 2015 11:12:26 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB7BCQFY009216; Mon, 7 Dec 2015 11:12:26 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB7BCQei009214; Mon, 7 Dec 2015 11:12:26 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512071112.tB7BCQei009214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 7 Dec 2015 11:12:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403192 - 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.20 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: Mon, 07 Dec 2015 11:12:27 -0000 Author: rakuco Date: Mon Dec 7 11:12:25 2015 New Revision: 403192 URL: https://svnweb.freebsd.org/changeset/ports/403192 Log: Document multiple graphics/libraw vulnerabilities. Security: CVE-2015-8366 Security: CVE-2015-8367 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Dec 7 10:49:40 2015 (r403191) +++ head/security/vuxml/vuln.xml Mon Dec 7 11:12:25 2015 (r403192) @@ -58,6 +58,64 @@ Notes: --> + + libraw -- memory objects not properly initialized + + + libraw + 0.17.1 + + + + +

ChenQin reports:

+
+

The LibRaw raw image decoder has multiple vulnerabilities that can cause memory errors which may lead to code execution or other problems.

+

In CVE-2015-8367, LibRaw's phase_one_correct function does not handle memory initialization correctly, which may cause other problems.

+
+ +
+ + http://www.libraw.org/news/libraw-0-17-1 + https://github.com/LibRaw/LibRaw/commit/490ef94d1796f730180039e80997efe5c58db780 + http://seclists.org/fulldisclosure/2015/Nov/108 + CVE-2015-8367 + + + 2015-11-30 + 2015-12-07 + +
+ + + libraw -- index overflow in smal_decode_segment + + + libraw + 0.17.1 + + + + +

ChenQin reports:

+
+

The LibRaw raw image decoder has multiple vulnerabilities that can cause memory errors which may lead to code execution or other problems.

+

In CVE-2015-8366, LibRaw's smal_decode_segment function does not handle indexes carefully, which can cause an index overflow.

+
+ +
+ + http://www.libraw.org/news/libraw-0-17-1 + https://github.com/LibRaw/LibRaw/commit/89d065424f09b788f443734d44857289489ca9e2 + http://seclists.org/fulldisclosure/2015/Nov/108 + CVE-2015-8366 + + + 2015-11-30 + 2015-12-07 + +
+ openssl -- multiple vulnerabilities