ArchLinux: 202005-5: qutebrowser: certificate verification bypass
Summary
In qutebrowser before version 1.11.1 there is an issue where 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.
Resolution
Upgrade to 1.11.1-1.
# pacman -Syu "qutebrowser>=1.11.1-1"
The problem has been fixed upstream in version 1.11.1.
References
https://github.com/qutebrowser/qutebrowser/commit/6821c236f9ae23adf21d46ce0d56768ac8d0c467 https://github.com/qutebrowser/qutebrowser/commit/556fe81b3146e5cd2e77df9d8ce57aebbbd72eac https://github.com/qutebrowser/qutebrowser/security/advisories/GHSA-4rcq-jv2f-898j https://security.archlinux.org/CVE-2020-11054
Workaround
* Treat any host with a certificate exception as insecure, ignoring theURL color* Or set content.ssl_strict to True (instead of 'ask'), preventingcertificate exceptions in the configuration