---
id: CVE-2020-11054
aliases:
  - GHSA-4rcq-jv2f-898j
  - PYSEC-2020-97
title: Incorrect Provision of Specified Functionality in qutebrowser
summary: Incorrect Provision of Specified Functionality in qutebrowser
severity: low
cvss: 3.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N'
vendor: qutebrowser
product: qutebrowser
ecosystem: pip
affected:
  - qutebrowser < 1.11.1
patched:
  - qutebrowser 1.11.1
published: '2020-05-08'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:48:46.467898236Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-4rcq-jv2f-898j'
references:
  - url: >-
      https://github.com/qutebrowser/qutebrowser/security/advisories/GHSA-4rcq-jv2f-898j
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2020-11054'
  - url: 'https://github.com/qutebrowser/qutebrowser/issues/5403'
  - url: >-
      https://github.com/qutebrowser/qutebrowser/commit/021ab572a319ca3db5907a33a59774f502b3b975
  - url: >-
      https://github.com/qutebrowser/qutebrowser/commit/19f01bb42d02da539446a52a25bb0c1232b86327
  - url: >-
      https://github.com/qutebrowser/qutebrowser/commit/1b7946ed14b386a24db050f2d6dba81ba6518755
  - url: >-
      https://github.com/qutebrowser/qutebrowser/commit/2281a205c3e70ec20f35ec8fafecee0d5c4f3478
  - url: >-
      https://github.com/qutebrowser/qutebrowser/commit/4020210b193f77cf1785b21717f6ef7c5de5f0f8
  - url: >-
      https://github.com/qutebrowser/qutebrowser/commit/6821c236f9ae23adf21d46ce0d56768ac8d0c467
  - url: >-
      https://github.com/qutebrowser/qutebrowser/commit/9bd1cf585fccdfe8318fff7af793730e74a04db3
  - url: >-
      https://github.com/qutebrowser/qutebrowser/commit/a45ca9c788f648d10cccce2af41405bf25ee2948
  - url: >-
      https://github.com/qutebrowser/qutebrowser/commit/d28ed758d077a5bf19ddac4da468f7224114df23
  - url: >-
      https://github.com/qutebrowser/qutebrowser/commit/f5d801251aa5436aff44660c87d7013e29ac5864
  - url: 'https://tracker.die-offenbachs.homelinux.org/eric/issue328'
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MKAZOOTJ2MBHTYVYQQ52NL53F5CB2XAP
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7YWJ5QNHXKTGG5NLV7EGEOKPBVZBA5GS
  - url: 'https://github.com/qutebrowser/qutebrowser'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/qutebrowser/PYSEC-2020-97.yaml
tags:
  - osv
  - pip
epss: 0.0151
epssPercentile: 0.7332
ingestedAt: '2026-09-12T03:13:01.654Z'
---

## Overview

# Description

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.

# Affected versions and patches

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.

# Mitigation

If you are unable to upgrade:

- Treat any host with a certificate exception as insecure, ignoring the URL color
- Or set `content.ssl_strict` to `True` (instead of `'ask'`), preventing certificate exceptions

# References

- qutebrowser issue: https://github.com/qutebrowser/qutebrowser/issues/5403
- Fix (master branch): https://github.com/qutebrowser/qutebrowser/commit/021ab572a319ca3db5907a33a59774f502b3b975
- Related issue for KDE Falkon: https://bugs.kde.org/show_bug.cgi?id=420902
- Related issue for eric6 Web Browser: https://tracker.die-offenbachs.homelinux.org/eric/issue328 (fixed in eric6 20.6)

## Affected packages

- `qutebrowser < 1.11.1`

## Remediation

Upgrade to a patched release:

- `qutebrowser 1.11.1`
