vendor:
Acuity CMS
by:
L0rd CrusAd3r
7,5
CVSS
HIGH
SQLi Vulnerability
89
CWE
Product Name: Acuity CMS
Affected Version From: 2.7.1
Affected Version To: 2.7.1
Patch Exists: NO
Related CWE: N/A
CPE: a:acuity_cms:acuity_cms
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
Acuity CMS SQl Vulnerable
Acuity CMS is an affordable, very easy to use CMS offering a rich set of features despite its low price point. Advanced WYSIWYG editing (using Acuity Visual Editor), code cleaning, menu management, integrated search, and more. Free online demo available. Code: ASP 3.0 & VBScript. The vulnerability is a SQLi vulnerability which can be exploited by sending a malicious request to the server. The demo URL is http://server/article.asp?page=[sqli]
Mitigation:
Input validation should be done to prevent SQL injection attacks. Also, parameterized queries should be used to prevent SQL injection.