GetSimple CMS 3.1.2 / 3.2.3 Cross Site Scripting

2014.01.08
Risk: Low
Local: No
Remote: Yes
CWE: CWE-79


CVSS Base Score: 4.3/10
Impact Subscore: 2.9/10
Exploitability Subscore: 8.6/10
Exploit range: Remote
Attack complexity: Medium
Authentication: No required
Confidentiality impact: None
Integrity impact: Partial
Availability impact: None

###################### # Author Information # ###################### Author : Ahmed Elhady Mohamed Website : http://1nfosec4all.blogspot.com/ twitter : @kingasmk facebook :https://www.facebook.com/groups/ITsec4all/ ######################## # Software Information # ######################## Affected Software : GetSimple CMS 3.2.3, 3.1.2 Software website : http://get-simple.info/ CVE Reference : CVE-2013-7243 ############### # Description # ############### GetSimple CMS versions 3.2.3 and 3.1.2 are vulnerable to stored cross-site scripting vulnerabilities: Page : edit.php Vulnerable parameter : post-menu page: settings.php Vulnerable parameters : Custom Permalink Structure, Display name, Email Address user inputs in these parameters are not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in the context of an affected site. The vulnerabilities are confirmed in versions 3.2.3 and 3.1.2, Other versions may also be affected. ############ # Examples # ############ Desc : click on page option then check "add this page to the menu" then inject your javascript code in "post-menu" field. POC : <script>[JavaScript Code]</script> Result: the javascript payload will be executed when accessing the main website. Desc : inject javascript event in "Custom Permalink Structure" field POC : test" onClick="[JavaScript Code] Result: the javascript payload will be executed when we trigger the onclick event (click on "Custom Permalink Structure" input field) Desc : inject javascript event in "Display Name" field POC : test" onClick="[JavaScript Code] Result: the javascript payload will be executed when we trigger the onclick event (click on "Display Name" input field) Desc: inject javascript event in "Email Address" field POC: test" onClick="[JavaScript Code] Result: the javascript payload will be executed when we trigger the onclick event (click on "Email Address" input field)


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top