diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2020-05-09 16:02:59 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2020-05-09 16:02:59 +0000 |
commit | e8227b3255fa2f48967b274203d05246105bafd2 (patch) | |
tree | 2c028e5d2bfb58c2fd5dafe4d722b7f99ae9ddec | |
parent | www/qutebrowser: update to 1.11.1 (diff) |
security/vuxml: log www/qutebrowser CVE-2020-11054
Notes
Notes:
svn path=/head/; revision=534787
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9ab113ee64aa..09cb4c525602 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |