ArchLinux: 201701-18: ark: arbitrary command execution
Summary
Opening an url with ark will call KRUN::runURL() which detects the mime-type of the url and runs the appropriate service for that mimetype when found. This leads to unintended execution of scripts and executable files.
Resolution
Upgrade to 16.12.1-1.
# pacman -Syu "ark>=16.12.1-1"
The problem has been fixed upstream in version 16.12.1.
References
https://seclists.org/oss-sec/2017/q1/45 https://bugs.kde.org/show_bug.cgi?id=374572 https://security.archlinux.org/CVE-2017-5330
Workaround
None.