vendor:
Posse Sports
by:
H4ckCity Security Team
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Posse Sports
Affected Version From: All Version
Affected Version To: All Version
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: GNU/Linux Ubuntu, Windows Server, win7
2012
Posse Sports SQL Injection Vulnerabilitiy
Posse Sports is vulnerable to SQL injection in multiple parameters. An attacker can exploit this vulnerability to gain access to the database and extract sensitive information such as usernames and passwords. The vulnerable parameters are news_id, iddirector, idtourn, tourn_id, idclass, idfield, and id. An example of an exploit is http://[target]/newsdetail.php?news_id=[SQL] -9999+union+select+1,2,group_concat(id,0x3a,username,0x3a,password)+from+user
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should be configured to use parameterized queries.