vendor:
PhpMySport
by:
XaDoS
N/A
CVSS
N/A
Multiple Remote Vulnerabilities (XSSSQL)
CWE
Product Name: PhpMySport
Affected Version From: 1.4 and possibly earlier versions
Affected Version To: 1.4
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Unknown
PhpMySport v. 1.4 Multiple Remote Vulnerabilities (XSSSQL)
The vulnerability exists in the search_member page of the PhpMySport script, allowing attackers to execute SQL injection and cross-site scripting (XSS) attacks. An attacker can manipulate the search_member form to retrieve sensitive information such as encrypted passwords, names, emails, and other user details through SQL injection. Additionally, the script is vulnerable to XSS attacks on various pages, including the competition and member_list pages. An attacker can inject malicious JavaScript code to exploit this vulnerability.
Mitigation:
To mitigate these vulnerabilities, it is recommended to update to the latest version of PhpMySport, if available. Additionally, input validation and sanitization should be implemented to prevent SQL injection and XSS attacks.