Arch Linux
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
issues
advisories
todo
stats
log
login
ASA-201807-3 - log
back
ASA-201807-3
created
at 25 Sep 2019 19:32:14
Workaround
+
It's possible to patch out the vulnerable code via a config.py file
+
+
from qutebrowser.browser import qutescheme
+
qutescheme._qute_settings_set = lambda url: ('text/html', '')
Impact
+
A remote attacker is able to execute code with a specially crafted web page.