header-logo
Suggest Exploit
vendor:
eXV2 CMS
by:
Unknown
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: eXV2 CMS
Affected Version From: 2.1
Affected Version To: 2.1
Patch Exists: NO
Related CWE:
CPE: a:exv2_cms:exv2_cms:2.10
Metasploit:
Other Scripts:
Platforms Tested:
2010

Cross-Site Scripting in eXV2 CMS

eXV2 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 can allow the attacker to steal cookie-based authentication credentials and launch other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to sanitize and validate user input before displaying it on webpages. Implementing a Content Security Policy (CSP) can also help prevent cross-site scripting attacks.
Source

Exploit-DB raw data:

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

eXV2 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 can allow the attacker to steal cookie-based authentication credentials and launch other attacks.

eXV2 CMS 2.10 is vulnerable; other versions may also be affected.

http://www.example.com/manual/caferss/example.php?rssfeedURL="%20onmouseover=prompt(1)%20xss="&submit=OK
http://www.example.com/modules/news/archive.php?subm="><script>alert(1)</script>
http://www.example.com/modules/news/topics.php?subm="><script>alert(1)</script>
http://www.example.com/modules/contact/index.php?op=contact&subm="><script>alert(1)</script>