Description
|
|
Multiple vulnerabilities have been identified in Tr Forum, which could be exploited by remote attackers to execute arbitrary SQL commands or bypass security restrictions.
The first flaw is due to an input validation error in the "admin/editer.php" script that does not validate the "id2" parameter before being used in SQL statements, which could be exploited by malicious people to conduct SQL injection attacks.
The second issue is due to a design error where the "admin/insert_admin.php" script is accessible without authentication, which could be exploited by attackers to create administrative acounts.
The third vulnerability is due to an input validation error in the "membres/modif_profil.php" script that does not validate the "id" parameter, which could be exploited by malicious people to modify other users' profiles.
|