FreeWebshop - Cross Site Scripting & SQL Injection Vulnerabilities

2010.03.25
Credit: Sora
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

[newangels-team.eu #11] FreeWebshop - Cross Site Scripting & SQL Injection Vulnerabilities =========================================================================================== Vendor site => http://www.sensesites.com/ Date: Jun 13 2006 Risk = MEDIUM Version: 5.0 Credit: ======= NewAngels Team - Discovered By LBDT - newangels-team.eu Description: CommonSense CMS is a Content Management System that is designed for content-rich websites created for displaying AdSense&#65533;ads or affiliate banners. Combined with our prebuilt content collections and auto-update network, it is a powerful platform for instantly creating profitable and successful websites. Affected file: search.php There're no filters to special chars like <, >, /, etc. Then an attacker can execute html code. Chars like ' and " are replaced by a \ but that's not a problem to a good attacker, lol... foreach(explode(" ", $SEARCH) as $t) { $t = ereg_replace("['`]", "", $t); $t = ereg_replace("[^a-zA-Z0-9_]", " ", $t); if(strlen($t) > 3) $queries[] = $t; } Example: http://www.site.com/search.php?q=[XSS]&t=1<http://www.site.com/search.php?q=%5BXSS%5D&t=1> Google search -> "Powered by CommonSense CMS script"

References:

http://xforce.iss.net/xforce/xfdb/55158
http://www.securityfocus.com/bid/18880
http://www.osvdb.org/61380
http://secunia.com/advisories/37992
http://packetstormsecurity.org/0607-exploits/newangels-11.txt


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