Lucene search

K
exploitpackDonnie WernerEXPLOITPACK:A763F26C436239427A1F4ACE786C3280
HistoryAug 21, 2005 - 12:00 a.m.

PerlDiver 2.31 - Perldiver.cgi Cross-Site Scripting

2005-08-2100:00:00
Donnie Werner
10

PerlDiver 2.31 - Perldiver.cgi Cross-Site Scripting

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

PerlDiver is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks. 

Version 1.x
------
http://www.example.com/[path]/perldiver.pl?testhere<SCRIPT>alert(document.domain);</SCRIPT>


version 2.x
------
http://www.example.com/[path]/perldiver.cgi?action=2020&module=<script>document.write(document.domain)</script>