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.