vendor:
oneSCHOOL
by:
Guga360
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: oneSCHOOL
Affected Version From: All versions
Affected Version To: All versions
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
oneSCHOOL admin/login.asp SQL Injection exploit
This exploit allows an attacker to perform SQL injection on the admin/login.asp page of oneSCHOOL application. It retrieves the login name and password from the UsersSecure table. The exploit works for all versions of oneSCHOOL.
Mitigation:
To mitigate this vulnerability, ensure that user inputs are properly validated and sanitized before executing them as part of SQL queries. Use parameterized queries or prepared statements to prevent SQL injection attacks.