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

Cross-Site Scripting Vulnerability in UseModWiki

UseModWiki is affected by a cross-site scripting vulnerability. The issue occurs due to a failure of the application to properly sanitize user-supplied URI input before outputting it in web pages. This vulnerability allows a remote attacker to create a malicious URI link that includes hostile HTML and script code. If the victim user follows this link, the hostile code may be rendered in their web browser, potentially leading to theft of cookie-based authentication credentials or other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to update UseModWiki to the latest version, which should include a fix for this issue. Additionally, it is advised to sanitize and validate user-supplied input before using it in web pages.
Source

Exploit-DB raw data:

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

It is reported that UseModWiki is affected by a cross-site scripting vulnerability. This issue is due to a failure of the application to properly sanitize user-supplied URI input before outputting it in Web Pages.

This issue could permit a remote attacker to create a malicious URI link that includes hostile HTML and script code. If this link were to be followed, the hostile code may be rendered in the Web browser of the victim user. This would occur in the security context of the affected Web site and may allow for theft of cookie-based authentication credentials or other attacks.

http://www.example.com/cgi-bin/wiki.pl?<script>alert('XSSvulnerabilityexists')</script>