Severity High
Affects /RG2/index.php
DetailsThe GET variable spgmFilters has been set to >"><ScRiPt%20%0a%0d>alert(1070918903)%3B</ScRiPt>.
TypeValidation
DescriptionThis script is possibly vulnerable to Cross Site Scripting (XSS) attacks.
Cross site scripting (also referred to as XSS) is a vulnerability that allows an attacker to send malicious code (usually in the form of Javascript) to another user. Because a browser cannot know if the script should be trusted or not, it will execute the script in the user context allowing the attacker to access any cookies or session tokens retained by the browser.
ImpactMalicious users may inject JavaScript, VBScript, ActiveX, HTML or Flash into a vulnerable application to fool a user in order to gather data from them. An attacker can steal the session cookie and take over the account, impersonating the user. It is also possible to modify the content of the page presented to the user.
RecommendationYour script should filter metacharacters from user input.
Reported by moduleParameter manipulation
Request
GET /RG2/index.php?spgmGal=%40Diger&spgmPage=10&spgmFilters=>"><ScRiPt%20%0a%0d>alert(1070918903)%3B</ScRiPt> HTTP/1.0
Accept: */*
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
Host: www
Connection: Close
Pragma: no-cache
Response
HTTP/1.1 200 OK
Date: Thu, 28 Dec 2006 13:19:46 GMT
Server: Apache/2.2.2 (Fedora)
X-Powered-By: PHP/5.1.6
Content-Length: 3287
Connection: close
Content-Type: text/html; charset=iso-8859-9
Help