From owner-svn-ports-all@freebsd.org Fri Jun 21 11:30:20 2019 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 0DB9115D7AFA; Fri, 21 Jun 2019 11:30:20 +0000 (UTC) (envelope-from cmt@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 A50888C160; Fri, 21 Jun 2019 11:30:19 +0000 (UTC) (envelope-from cmt@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 7F17B228C5; Fri, 21 Jun 2019 11:30:19 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5LBUJOx093077; Fri, 21 Jun 2019 11:30:19 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5LBUJhQ093076; Fri, 21 Jun 2019 11:30:19 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201906211130.x5LBUJhQ093076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Fri, 21 Jun 2019 11:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504787 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 504787 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A50888C160 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.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Fri, 21 Jun 2019 11:30:20 -0000 Author: cmt Date: Fri Jun 21 11:30:18 2019 New Revision: 504787 URL: https://svnweb.freebsd.org/changeset/ports/504787 Log: document recent Mozilla advisories MFSA2019-17, MFSA2019-19, MFSA2019-20 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jun 21 11:19:40 2019 (r504786) +++ head/security/vuxml/vuln.xml Fri Jun 21 11:30:18 2019 (r504787) @@ -58,6 +58,126 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Mozilla -- multiple vulnerabilities + + + thunderbird + thunderbird-60.7.2 + + + + +

Mozilla Foundation reports:

+
+

CVE-2019-11707: Type confusion in Array.pop

+

A type confusion vulnerability can occur when manipulating + JavaScript objects due to issues in Array.pop. This can allow + for an exploitable crash. We are aware of targeted attacks in + the wild abusing this flaw.

+

CVE-2019-11708: sandbox escape using Prompt:Open

+

Insufficient vetting of parameters passed with the + Prompt:Open IPC message between child and parent processes can + result in the non-sandboxed parent process opening web content + chosen by a compromised child process. When combined with + additional vulnerabilities this could result in executing + arbitrary code on the user's computer.

+
+ +
+ + https://www.mozilla.org/en-US/security/advisories/mfsa2019-20/ + CVE-2019-11707 + CVE-2019-11708 + + + 2019-06-20 + 2019-06-21 + +
+ + + Mozilla -- multiple vulnerabilities + + + firefox + 67.0.4,1 + + + firefox-esr + 60.7.2,1 + + + + +

Mozilla Foundation reports:

+
+

CVE-2019-11708: sandbox escape using Prompt:Open

+

Insufficient vetting of parameters passed with the + Prompt:Open IPC message between child and parent processes + can result in the non-sandboxed parent process opening web + content chosen by a compromised child process. When combined + with additional vulnerabilities this could result in executing + arbitrary code on the user's computer.

+
+ +
+ + https://www.mozilla.org/en-US/security/advisories/mfsa2019-19/ + CVE-2019-11708 + + + 2019-06-20 + 2019-06-21 + +
+ + + Mozilla -- multiple vulnerabilities + + + thunderbird + 60.7.1 + + + + +

Mozilla Foundation reports:

+
+

CVE-2019-11703: Heap buffer overflow in icalparser.c

+

A flaw in Thunderbird's implementation of iCal causes a heap + buffer overflow in parser_get_next_char when processing certain + email messages, resulting in a potentially exploitable crash.

+

CVE-2019-11704: Heap buffer overflow in icalvalue.c

+

A flaw in Thunderbird's implementation of iCal causes a heap + buffer overflow in icalmemory_strdup_and_dequote when processing + certain email messages, resulting in a potentially exploitable + crash.

+

CVE-2019-11705: Stack buffer overflow in icalrecur.c

+

A flaw in Thunderbird's implementation of iCal causes a stack + buffer overflow in icalrecur_add_bydayrules when processing + certain email messages, resulting in a potentially exploitable + crash.

+

CVE-2019-11706: Type confusion in icalproperty.c

+

A flaw in Thunderbird's implementation of iCal causes a type + confusion in icaltimezone_get_vtimezone_properties when + processing certain email messages, resulting in a crash.

+
+ +
+ + https://www.mozilla.org/en-US/security/advisories/mfsa2019-17/ + CVE-2019-11703 + CVE-2019-11704 + CVE-2019-11705 + CVE-2019-11706 + + + 2019-06-13 + 2019-06-21 + +
+ vlc -- Double free in Matroska demuxer