Gamesitescript · Gamesitescript · CVE-2007-3631
**Name of the Vulnerable Software and Affected Versions**
GameSiteScript (gss) versions 3.1 and earlier
**Description**
The issue is related to a SQL injection vulnerability in the index.php file. This vulnerability allows remote attackers to execute arbitrary SQL commands via the `params` parameter, specifically due to missing input validation of the `id` field.
**Recommendations**
For GameSiteScript (gss) versions 3.1 and earlier, consider validating user input for the `id` field in the `params` parameter to prevent SQL injection attacks. As a temporary workaround, restrict access to the index.php file until a proper fix is applied.