header-logo
Suggest Exploit
vendor:
RuubikCMS
by:
Not mentioned
7.5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: RuubikCMS
Affected Version From: RuubikCMS 1.0.3
Affected Version To: Not mentioned
Patch Exists: NO
Related CWE: Not mentioned
CPE: a:ruubikcms:ruubikcms:1.0.3
Metasploit:
Other Scripts:
Platforms Tested: Not mentioned
Not mentioned

Cross-Site Scripting Vulnerability in RuubikCMS

RuubikCMS is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input before using it in dynamically generated content.An attacker may leverage this issue 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:

The vendor should sanitize user-supplied input before using it in dynamically generated content. Users are advised to update to the latest version of RuubikCMS to mitigate this vulnerability.
Source

Exploit-DB raw data:

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

RuubikCMS is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input before using it in dynamically generated content.

An attacker may leverage this issue 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.

RuubikCMS 1.0.3 is vulnerable; other versions may also be affected.

http://www.example.com/ruubikcms/cms/includes/head.php?cmspage=</title><script>alert(123);</script>