qutebrowser is an open source keyboard-focused browser with a minimal GUI. Starting with qutebrowser v1.7.0, the Windows installer for qutebrowser registers a qutebrowserurl:
URL handler. With certain applications, opening a specially crafted qutebrowserurl:...
URL can lead to execution of qutebrowser commands, which in turn allows arbitrary code execution via commands such as :spawn
or :debug-pyeval
. Only Windows installs where qutebrowser is registered as URL handler are affected. The issue has been fixed in qutebrowser v2.4.0. The fix also adds additional hardening for potential similar issues on Linux (by adding the new –untrusted-args flag to the .desktop file), though no such vulnerabilities are known.
The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Qutebrowser | Qutebrowser | * | 1.7.0 (including) |
Qutebrowser | Qutebrowser | 2.0.0 (including) | 2.4.0 (excluding) |
Qutebrowser | Ubuntu | trusty | * |
Qutebrowser | Ubuntu | xenial | * |
Command injection vulnerabilities typically occur when:
Many protocols and products have their own custom command language. While OS or shell command strings are frequently discovered and targeted, developers may not realize that these other command languages might also be vulnerable to attacks. Command injection is a common problem with wrapper programs.