From owner-svn-ports-head@freebsd.org Sat Jul 21 06:50:37 2018 Return-Path: Delivered-To: svn-ports-head@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 56C51103D81E; Sat, 21 Jul 2018 06:50:37 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 067727E7FB; Sat, 21 Jul 2018 06:50:37 +0000 (UTC) (envelope-from woodsb02@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 DBC271B8CF; Sat, 21 Jul 2018 06:50:36 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6L6oadK004157; Sat, 21 Jul 2018 06:50:36 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6L6oa7M004156; Sat, 21 Jul 2018 06:50:36 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201807210650.w6L6oa7M004156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 21 Jul 2018 06:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475048 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 475048 X-SVN-Commit-Repository: ports 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.27 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: Sat, 21 Jul 2018 06:50:37 -0000 Author: woodsb02 Date: Sat Jul 21 06:50:36 2018 New Revision: 475048 URL: https://svnweb.freebsd.org/changeset/ports/475048 Log: security/vuxml: document VLC vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jul 21 02:13:28 2018 (r475047) +++ head/security/vuxml/vuln.xml Sat Jul 21 06:50:36 2018 (r475048) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + vlc -- Use after free vulnerability + + + vlc + 2.2.8_6,4 + + + vlc-qt4 + 2.2.8_6,4 + + + + +

Mitre reports:

+
+

VideoLAN VLC media player 2.2.x is prone to a use after free + vulnerability which an attacker can leverage to execute arbitrary + code via crafted MKV files. Failed exploit attempts will likely + result in denial of service conditions.

+
+ +
+ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11529 + http://seclists.org/fulldisclosure/2018/Jul/28 + https://github.com/rapid7/metasploit-framework/pull/10335 + https://github.com/videolan/vlc-3.0/commit/c472668ff873cfe29281822b4548715fb7bb0368 + https://github.com/videolan/vlc-3.0/commit/d2dadb37e7acc25ae08df71e563855d6e17b5b42 + + + 2018-06-06 + 2018-07-21 + +
+ mutt -- remote code injection and path traversal vulnerability