Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Vista
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
Back to list
|
Post reply
FlexCustomer <= 0.0.4 sql injection
May 06 2006 12:54PM
zerogue gmail com
FlexCustomer <= 0.0.4 sql injection
Discovered by: Nomenumbra
Date: 6/4/2006
impact:high (privilege escalation,defacement)
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]
[ reply ]
Privacy Statement
Copyright 2008, SecurityFocus
Discovered by: Nomenumbra
Date: 6/4/2006
impact:high (privilege escalation,defacement)
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]
[ reply ]