header-logo
Suggest Exploit
vendor:
PHPMySpace Gold
by:
Not mentioned
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHPMySpace Gold
Affected Version From: PHPMySpace Gold 8.0
Affected Version To: Unknown (other versions may also be affected)
Patch Exists: NO
Related CWE: Not mentioned
CPE: Not mentioned
Metasploit:
Other Scripts:
Platforms Tested: Not mentioned
Not mentioned

SQL Injection Vulnerability in PHPMySpace Gold

The PHPMySpace Gold application is vulnerable to an SQL injection vulnerability. This occurs due to the lack of proper sanitization of user-supplied data before using it in an SQL query. An attacker can exploit this vulnerability to compromise the application, access or modify data, or exploit other latent vulnerabilities in the underlying database.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization techniques to ensure that user-supplied data is properly handled before using it in SQL queries. Additionally, using prepared statements or parameterized queries can also help prevent SQL injection attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/37881/info

PHPMySpace Gold is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

PHPMySpace Gold 8.0 is vulnerable; other versions may also be affected. 

http://www.example.com/modules/arcade/index.php?act=play_game&gid=-1+UNION+SELECT+1,2,3,user(),5%23