Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2020 16:02:59 +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: r534787 - head/security/vuxml
Message-ID:  <202005091602.049G2xuY057834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sat May  9 16:02:59 2020
New Revision: 534787
URL: https://svnweb.freebsd.org/changeset/ports/534787

Log:
  security/vuxml: log www/qutebrowser CVE-2020-11054

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat May  9 15:52:43 2020	(r534786)
+++ head/security/vuxml/vuln.xml	Sat May  9 16:02:59 2020	(r534787)
@@ -58,6 +58,39 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="452d16bb-920d-11ea-9d20-18a6f7016652">
+    <topic>qutebrowser -- Reloading page with certificate errors shows a green URL</topic>
+    <affects>
+      <package>
+	<name>qutebrowser</name>
+	<range><lt>1.11.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Qutebrowser developers report:</p>
+	<blockquote cite="https://github.com/qutebrowser/qutebrowser/security/advisories/GHSA-4rcq-jv2f-898j">;
+	  <p>After a certificate error was overridden by the user,
+	    qutebrowser displays the URL as yellow (colors.statusbar.url.warn.fg).
+	    However, when the affected website was subsequently loaded again,
+	    the URL was mistakenly displayed as green (colors.statusbar.url.success_https).
+	    While the user already has seen a certificate error prompt at this point
+	    (or set content.ssl_strict to false which is not recommended),
+	    this could still provide a false sense of security.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/qutebrowser/qutebrowser/security/advisories/GHSA-4rcq-jv2f-898j</url>;
+      <url>https://github.com/qutebrowser/qutebrowser/issues/5403</url>;
+      <cvename>CVE-2020-11054</cvename>
+    </references>
+    <dates>
+      <discovery>2020-05-02</discovery>
+      <entry>2020-05-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="ca595a25-91d8-11ea-b470-080027846a02">
     <topic>Python -- CRLF injection via the host part of the url passed to urlopen()</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005091602.049G2xuY057834>