FlexCustomer versions 0.0.4 and below are vulnerable to and SQL injection
in the common user and admin-panel
login as follows (it really is SQL-injection 101 you know....):
a' or '1' = '1
The piece of vulnerable code is:
if (!empty($logincheck)){
$sql = "select username,adminid from useradmin where username='$checkuser'
and password='$checkpass'";
$results = $db->select($sql);
Doing no sanitizing whatsoever.
Signing off,
Nomenumbra/[0x4F4C]
Feedback :
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Microsoft Device IO Control wrapped by the iphlpapi.dll API shipping with Windows Vista 32 bit and 64 bit contains a possibly exploitable, buffer overflow corrupting kernel memory.