Description
A remote SQL injection vulnerability exists in FaScript FaName version 1 through the page.php script. The parameter is not properly sanitized before database queries.
Impact
Attackers can inject SQL commands to extract and manipulate all data in the database.
Solution
Apply parameterized queries to page.php. Validate all user input.