Multiple SQL injection vulnerabilities in index.php in phpMySport 1.4, when magic_quotes_gpc is disabled, allow remote attackers to execute arbitrary SQL commands via the (1) v2 parameter in a member view action, (2) v1 parameter in a news action, (3) v1 parameter in an information action, (4) v2 parameter in a team view action, (5) v2 parameter in a club view action, or (6) v2 parameter in a matches view action.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
https://exchange.xforce.ibmcloud.com/vulnerabilities/55762 | vdb entry |
http://secunia.com/advisories/34279 | third party advisory vendor advisory |
http://phpmysport.sourceforge.net/en/forum/bugs/sujet_2851.html | exploit |
http://packetstormsecurity.org/1001-exploits/phpmysport-sqlaccess.txt | exploit |
http://www.securityfocus.com/bid/37856 | vdb entry exploit |