vendor:
SquareCMS
by:
cOndemned
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: SquareCMS
Affected Version From: 0.3.1
Affected Version To: 0.3.1
Patch Exists: NO
Related CWE: N/A
CPE: 2.3:a:spoolio.co.cc:square_cms:0.3.1
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
2010
SquareCMS 0.3.1 (post.php) Remote SQL Injection Vulnerability
User input from variable token is being used in the MySQL query without any filtration, so that there is possibility to run arbitarary sql commands. If query is correct (returns proper result) user will be redirected to an url containing response. In other case cms will force throwing 404 server response.
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.