backintime (aka Back in Time) before 1.1.24 did improper escaping/quoting of file paths used as arguments to the 'notify-send' command, leading to some parts of file paths being executed as shell commands within an os.system call in qt4/plugins/notifyplugin.py. This could allow an attacker to craft an unreadable file with a specific name to run arbitrary shell commands.
The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
Link | Tags |
---|---|
https://github.com/bit-team/backintime/commit/cef81d0da93ff601252607df3db1a48f7f6f01b3 | third party advisory patch |
https://security.gentoo.org/glsa/201801-06 | third party advisory vendor advisory |
https://github.com/bit-team/backintime/issues/834 | third party advisory |
https://github.com/bit-team/backintime/releases/tag/v1.1.24 | third party advisory release notes |