Date: Sun, 15 Jul 2018 06:25:25 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474664 - head/security/vuxml Message-ID: <201807150625.w6F6PP25049723@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="bd6cf187-8710-11e8-833d-18a6f7016652"> + <topic>qutebrowser -- Remote code execution due to CSRF</topic> + <affects> + <package> + <name>qutebrowser</name> + <range><ge>1.0.0</ge><lt>1.4.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>qutebrowser team reports:</p> + <blockquote cite="https://blog.qutebrowser.org/cve-2018-10895-remote-code-execution-due-to-csrf-in-qutebrowser.html"> + <p>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.</p> + </blockquote> + </body> + </description> + <references> + <url>http://seclists.org/oss-sec/2018/q3/29</url> + <cvename>CVE-2018-10895</cvename> + </references> + <dates> + <discovery>2018-07-11</discovery> + <entry>2018-07-14</entry> + </dates> + </vuln> + <vuln vid="e78732b2-8528-11e8-9c42-6451062f0f7a"> <topic>Flash Player -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807150625.w6F6PP25049723>