Exposure of sensitive information
Manipulation of data
Summary
Multiple vulnerabilities has been reported in PG MatchMaking Script, which can be exploited by malicious people to conduct SQL injection attacks.
Detailed Description
Multiple vulnerabilities has been reported in PG MatchMaking Script, which can be exploited by malicious people to conduct SQL injection attacks.
Input passed to the "id" parameter in news_read.php and gifts_show.php is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Solution
Edit the source code to ensure that input is properly sanitised.