From owner-svn-ports-head@freebsd.org Sun Jul 15 06:25:26 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 EC5A0102C256; Sun, 15 Jul 2018 06:25:25 +0000 (UTC) (envelope-from novel@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 9C7477A7F8; Sun, 15 Jul 2018 06:25:25 +0000 (UTC) (envelope-from novel@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 799F0208F; Sun, 15 Jul 2018 06:25:25 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6F6PPTe049724; Sun, 15 Jul 2018 06:25:25 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6F6PP25049723; Sun, 15 Jul 2018 06:25:25 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201807150625.w6F6PP25049723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 15 Jul 2018 06:25:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474664 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 474664 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: Sun, 15 Jul 2018 06:25:26 -0000 Author: novel Date: Sun Jul 15 06:25:24 2018 New Revision: 474664 URL: https://svnweb.freebsd.org/changeset/ports/474664 Log: Document www/qutebrowser CSRF vulnerability Reviewed by: miwi Security: CVE-2018-10895 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jul 15 05:59:51 2018 (r474663) +++ head/security/vuxml/vuln.xml Sun Jul 15 06:25:24 2018 (r474664) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + qutebrowser -- Remote code execution due to CSRF + + + qutebrowser + 1.0.01.4.1 + + + + +

qutebrowser team reports:

+
+

Due to a CSRF vulnerability affecting the qute://settings page, + it was possible for websites to modify qutebrowser settings. + Via settings like editor.command, this possibly allowed websites + to execute arbitrary code.

+
+ +
+ + http://seclists.org/oss-sec/2018/q3/29 + CVE-2018-10895 + + + 2018-07-11 + 2018-07-14 + +
+ Flash Player -- multiple vulnerabilities