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.
All versions of qutebrowser are believed to be affected, though versions before v0.11.x couldn't be tested.
The issue is fixed in qutebrowser v1.11.1 (pending release) and v1.12.0 (unreleased). Backported patches for older versions are available, but no further releases are planned.
If you are unable to upgrade:
content.ssl_strict
to True
(instead of 'ask'
), preventing certificate exceptions{ "nvd_published_at": "2020-05-07T21:15:00Z", "cwe_ids": [ "CWE-684" ], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2020-05-08T19:04:30Z" }