header-logo
Suggest Exploit
vendor:
N-Skyrslur
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: N-Skyrslur
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Mambo CMS N-Skyrslur Cross-Site Scripting Vulnerability

The Mambo CMS N-Skyrslur is prone to a cross-site scripting vulnerability due to improper sanitization of user-supplied input. An attacker can exploit this vulnerability by injecting arbitrary script code in the browser of a targeted user. This can lead to the theft of cookie-based authentication credentials and facilitate other malicious activities.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization mechanisms. Additionally, web application firewalls can be employed to filter out malicious input.
Source

Exploit-DB raw data:

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

Mambo CMS N-Skyrslur is prone to cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.

An attacker can exploit this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks. 

http://www.example.com/[PATH]/index.php?option=com_n-skyrslur&Itemid=51&do=<script>alert(document.cookie)</script>