CWE-79, XSS, Cross Site Scripting, www3.jcpenny.com, DORK

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by CloudScan Vulnerability Crawler at Mon Feb 14 10:10:29 CST 2011.


The DORK Report

Loading

1. LDAP injection

1.1. http://www3.jcpenney.com/jcp/XGN.aspx [dep parameter]

1.2. http://www3.jcpenney.com/jcp/XGN.aspx [pcat parameter]

2. Cross-site scripting (reflected)

3. Cookie scoped to parent domain

3.1. http://www3.jcpenney.com/jcp/AccountServices.aspx

3.2. http://www3.jcpenney.com/jcp/CustomerService.aspx

3.3. http://www3.jcpenney.com/jcp/CustomerServiceMenu.asp

3.4. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx

3.5. http://www3.jcpenney.com/jcp/JCPRoute.aspx

3.6. http://www3.jcpenney.com/jcp/PartnerSites.aspx

3.7. http://www3.jcpenney.com/jcp/StoreLocatorMenu.aspx

3.8. http://www3.jcpenney.com/jcp/XSolutionsDHTML.aspx

3.9. http://www3.jcpenney.com/jcp/bag.aspx

3.10. http://www3.jcpenney.com/jcp/x1.aspx

4. Cookie without HttpOnly flag set

4.1. http://www3.jcpenney.com/jcp/AccountServices.aspx

4.2. http://www3.jcpenney.com/jcp/CustomerService.aspx

4.3. http://www3.jcpenney.com/jcp/CustomerServiceMenu.asp

4.4. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx

4.5. http://www3.jcpenney.com/jcp/JCPRoute.aspx

4.6. http://www3.jcpenney.com/jcp/PartnerSites.aspx

4.7. http://www3.jcpenney.com/jcp/StoreLocatorMenu.aspx

4.8. http://www3.jcpenney.com/jcp/XSolutionsDHTML.aspx

4.9. http://www3.jcpenney.com/jcp/bag.aspx

4.10. http://www3.jcpenney.com/jcp/x1.aspx

5. Cross-domain Referer leakage

5.1. http://www3.jcpenney.com/jcp/

5.2. http://www3.jcpenney.com/jcp/AccountServices.aspx

5.3. http://www3.jcpenney.com/jcp/CustomerService.aspx

5.4. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx

5.5. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx

5.6. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx

5.7. http://www3.jcpenney.com/jcp/PartnerSites.aspx

5.8. http://www3.jcpenney.com/jcp/StoreLocatorMenu.aspx

5.9. http://www3.jcpenney.com/jcp/X2.aspx

5.10. http://www3.jcpenney.com/jcp/X2.aspx

5.11. http://www3.jcpenney.com/jcp/X2.aspx

5.12. http://www3.jcpenney.com/jcp/XGN.aspx

5.13. http://www3.jcpenney.com/jcp/XGN.aspx

5.14. http://www3.jcpenney.com/jcp/XGN.aspx

5.15. http://www3.jcpenney.com/jcp/XGN.aspx

5.16. http://www3.jcpenney.com/jcp/XSolutionsDHTML.aspx

5.17. http://www3.jcpenney.com/jcp/bag.aspx

5.18. http://www3.jcpenney.com/jcp/default.aspx

5.19. http://www3.jcpenney.com/jcp/getjcpheaderc.aspx

5.20. http://www3.jcpenney.com/jcp/x1.aspx

5.21. http://www3.jcpenney.com/jcp/x2.aspx

5.22. http://www3.jcpenney.com/jcp/x2.aspx

5.23. http://www3.jcpenney.com/jcp/x2.aspx

6. Cross-domain script include

6.1. http://www3.jcpenney.com/jcp/

6.2. http://www3.jcpenney.com/jcp/CustomerService.aspx

6.3. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx

6.4. http://www3.jcpenney.com/jcp/JCPRoute.aspx

6.5. http://www3.jcpenney.com/jcp/PartnerSites.aspx

6.6. http://www3.jcpenney.com/jcp/StoreLocatorMenu.aspx

6.7. http://www3.jcpenney.com/jcp/XGN.aspx

6.8. http://www3.jcpenney.com/jcp/XSolutionsDHTML.aspx

6.9. http://www3.jcpenney.com/jcp/bag.aspx

6.10. http://www3.jcpenney.com/jcp/default.aspx

6.11. http://www3.jcpenney.com/jcp/x1.aspx

6.12. http://www3.jcpenney.com/jcp/x2.aspx

7. Email addresses disclosed

8. Content type incorrectly stated



1. LDAP injection  next
There are 2 instances of this issue:

Issue background

LDAP injection arises when user-controllable data is copied in an unsafe way into an LDAP query that is performed by the application. If an attacker can inject LDAP metacharacters into the query, then they can interfere with the query's logic. Depending on the function for which the query is used, the attacker may be able to retrieve sensitive data to which they are not authorised, or subvert the application's logic to perform some unauthorised action.

Note that automated difference-based tests for LDAP injection flaws can often be unreliable and are prone to false positive results. You should manually review the reported requests and responses to confirm whether a vulnerability is actually present.

Issue remediation

If possible, applications should avoid copying user-controllable data into LDAP queries. If this is unavoidable, then the data should be strictly validated to prevent LDAP injection attacks. In most situations, it will be appropriate to allow only short alphanumeric strings to be copied into queries, and any other input should be rejected. At a minimum, input containing any LDAP metacharacters should be rejected; characters that should be blocked include ( ) ; , * | & = and whitespace.


1.1. http://www3.jcpenney.com/jcp/XGN.aspx [dep parameter]  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www3.jcpenney.com
Path:   /jcp/XGN.aspx

Issue detail

The dep parameter appears to be vulnerable to LDAP injection attacks.

The payloads 7f4f995f51dd502c)(sn=* and 7f4f995f51dd502c)!(sn=* were each submitted in the dep parameter. These two requests resulted in different responses, indicating that the input may be being incorporated into a disjunctive LDAP query in an unsafe manner.

Request 1

GET /jcp/XGN.aspx?n=4294934864&catsel=4294934864--sleepwear&deptid=70659&pcatid=70659&catid=81043&cattyp=NRC&dep=7f4f995f51dd502c)(sn=*&pcat=LingeriE&cat=valentines+gifts&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response 1

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 228037
Cache-Control: private, max-age=1200
Expires: Sat, 12 Feb 2011 17:07:40 GMT
Date: Sat, 12 Feb 2011 16:47:40 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 228037


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><title>
   JCPenney : lingerie : valentines gifts
</title><link type="
...[SNIP]...
(sn&catid=81043&pcat=LingeriE&cat=valentines+gifts&CatSel=4294934864%7csleepwear&pcatid=70659&Ne=4294957900+5+3+11+586+1031+966&SO=0&N=4294934864&cattyp=NRC&Nao=0&PSO=0&CmCatId=homepage|81043&mscssid=676afdb9d6765463985cb66b40806b986xMnVNoV5aGWxMnVNoV5aGo200B27348601921CEC1C823D2153FC1F087E1104316';
var BBTopDim='categories';
var BBTopVal='sleepwear';
var BBComboDim='categories';
var BBComboVal='sleepwear';
var BBCurrDim='categories';
var BBCurrVal='sleepwear';
var Scene7Server='http://render.jcpenney.com:9910/ir/render/';
var ZoomServer='http://zoom.jcpenney.com/';
</SCRIPT>
<script language="JavaScript" src="Javascript/XGN.js?Version=20100917"></script>
<script language="JavaScript" src='Javascript/XBase.js?Version=20100917'></script>

<script language="javascript" type="text/javascript">
var XGN_QV_BUTTON_OFFSET = { left: 45, top: 151 };

function BVcheckLoadState()
{
}


function displayXGNQVButton(element, url)
{
if (XGNbrowser.MACOS && !XGNbrowser.MozBrowser){return;}

_qvButton = document.getElementById("QVButton");

if (_qvButton != null)
{
_qvButton.style.left = findXGNLeft(element) + element.width - _qvButton.width - XGN_QV_BUTTON_OFFSET.left + "px";
_qvButton.style.top = findXGNTop(element) + XGN_QV_BUTTON_OFFSET.top + "px";    
_qvButton.style.visibility = "visible";
_qvButton.onclick= function() {retrieveAndDisplayData("'" + url + "'");};
}
}

function hideXGNQVButton(e)
{
//not supporting Quickview for the MAC IE
if (XGNbrowser.MACOS && !XGNbrowser.MozBrowser){return;}

e = (e) ? e : ((window.event) ? window.event : null);
var toElement = null;

if (e != null)
{
toElement = e.relatedTarget || e.toElement;
}

if (_qvButton != null && _qvButton != toElement)
{
_qvButton.style.visibility = "hidden";
_qvButton = null;
}
}

function deactivateXGNQV(e)
{    
var _carePlanDiv = document.getElementById("carePlanModalDiv");
var _pgWindow = document.getElementById("PGWindow");

if(_carePlanDiv)
{
if (_carePlanDiv.style.display == "block") {return;}
}    

if(_pgWindow)
{
if (_pgWindow.style.display == "block") {return;}
}

if(_qvWindow == null) { return; }
if(document.getElementById("QVWindow
...[SNIP]...

Request 2

GET /jcp/XGN.aspx?n=4294934864&catsel=4294934864--sleepwear&deptid=70659&pcatid=70659&catid=81043&cattyp=NRC&dep=7f4f995f51dd502c)!(sn=*&pcat=LingeriE&cat=valentines+gifts&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response 2

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 228194
Cache-Control: private, max-age=1200
Expires: Sat, 12 Feb 2011 17:07:41 GMT
Date: Sat, 12 Feb 2011 16:47:41 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 228194


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><title>
   JCPenney : lingerie : valentines gifts
</title><link type="
...[SNIP]...
(sn&catid=81043&pcat=LingeriE&cat=valentines+gifts&CatSel=4294934864%7csleepwear&pcatid=70659&Ne=4294957900+5+3+11+586+1031+966&SO=0&N=4294934864&cattyp=NRC&Nao=0&PSO=0&CmCatId=homepage|81043&mscssid=6878386834a444a249da055c950b49c09xMnVNoV5aGoxMnVNoV5aGW200B6EC9402DC8D7FBEDA9026EE29E9D2E881104316';
var BBTopDim='categories';
var BBTopVal='sleepwear';
var BBComboDim='categories';
var BBComboVal='sleepwear';
var BBCurrDim='categories';
var BBCurrVal='sleepwear';
var Scene7Server='http://render.jcpenney.com:9910/ir/render/';
var ZoomServer='http://zoom.jcpenney.com/';
</SCRIPT>
<script language="JavaScript" src="Javascript/XGN.js?Version=20100917"></script>
<script language="JavaScript" src='Javascript/XBase.js?Version=20100917'></script>

<script language="javascript" type="text/javascript">
var XGN_QV_BUTTON_OFFSET = { left: 45, top: 151 };

function BVcheckLoadState()
{
}


function displayXGNQVButton(element, url)
{
if (XGNbrowser.MACOS && !XGNbrowser.MozBrowser){return;}

_qvButton = document.getElementById("QVButton");

if (_qvButton != null)
{
_qvButton.style.left = findXGNLeft(element) + element.width - _qvButton.width - XGN_QV_BUTTON_OFFSET.left + "px";
_qvButton.style.top = findXGNTop(element) + XGN_QV_BUTTON_OFFSET.top + "px";    
_qvButton.style.visibility = "visible";
_qvButton.onclick= function() {retrieveAndDisplayData("'" + url + "'");};
}
}

function hideXGNQVButton(e)
{
//not supporting Quickview for the MAC IE
if (XGNbrowser.MACOS && !XGNbrowser.MozBrowser){return;}

e = (e) ? e : ((window.event) ? window.event : null);
var toElement = null;

if (e != null)
{
toElement = e.relatedTarget || e.toElement;
}

if (_qvButton != null && _qvButton != toElement)
{
_qvButton.style.visibility = "hidden";
_qvButton = null;
}
}

function deactivateXGNQV(e)
{    
var _carePlanDiv = document.getElementById("carePlanModalDiv");
var _pgWindow = document.getElementById("PGWindow");

if(_carePlanDiv)
{
if (_carePlanDiv.style.display == "block") {return;}
}    

if(_pgWindow)
{
if (_pgWindow.style.display == "block") {return;}
}

if(_qvWindow == null) { return; }
if(document.getElementById("QVWindow
...[SNIP]...

1.2. http://www3.jcpenney.com/jcp/XGN.aspx [pcat parameter]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www3.jcpenney.com
Path:   /jcp/XGN.aspx

Issue detail

The pcat parameter appears to be vulnerable to LDAP injection attacks.

The payloads ebfefa59f363ebc1)(sn=* and ebfefa59f363ebc1)!(sn=* were each submitted in the pcat parameter. These two requests resulted in different responses, indicating that the input may be being incorporated into a disjunctive LDAP query in an unsafe manner.

Request 1

GET /jcp/XGN.aspx?n=4294934864&catsel=4294934864--sleepwear&deptid=70659&pcatid=70659&catid=81043&cattyp=NRC&dep=LingeriE&pcat=ebfefa59f363ebc1)(sn=*&cat=valentines+gifts&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response 1

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 228037
Cache-Control: private, max-age=1180
Expires: Sat, 12 Feb 2011 17:07:55 GMT
Date: Sat, 12 Feb 2011 16:48:15 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 228037


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><title>
   JCPenney : lingerie : valentines gifts
</title><link type="
...[SNIP]...
043&pcat=ebfefa59f363ebc1)(sn&cat=valentines+gifts&CatSel=4294934864%7csleepwear&pcatid=70659&Ne=4294957900+5+3+11+586+1031+966&SO=0&N=4294934864&cattyp=NRC&Nao=0&PSO=0&CmCatId=homepage|81043&mscssid=67b29534fa3fa4b91a0fe3eaa70bb11b3xMnVNoV5aGoxMnVNoV5aGW200BE106BEB652269CB1EB0056BD61B77B2B1104316';
var BBTopDim='categories';
var BBTopVal='sleepwear';
var BBComboDim='categories';
var BBComboVal='sleepwear';
var BBCurrDim='categories';
var BBCurrVal='sleepwear';
var Scene7Server='http://render.jcpenney.com:9910/ir/render/';
var ZoomServer='http://zoom.jcpenney.com/';
</SCRIPT>
<script language="JavaScript" src="Javascript/XGN.js?Version=20100917"></script>
<script language="JavaScript" src='Javascript/XBase.js?Version=20100917'></script>

<script language="javascript" type="text/javascript">
var XGN_QV_BUTTON_OFFSET = { left: 45, top: 151 };

function BVcheckLoadState()
{
}


function displayXGNQVButton(element, url)
{
if (XGNbrowser.MACOS && !XGNbrowser.MozBrowser){return;}

_qvButton = document.getElementById("QVButton");

if (_qvButton != null)
{
_qvButton.style.left = findXGNLeft(element) + element.width - _qvButton.width - XGN_QV_BUTTON_OFFSET.left + "px";
_qvButton.style.top = findXGNTop(element) + XGN_QV_BUTTON_OFFSET.top + "px";    
_qvButton.style.visibility = "visible";
_qvButton.onclick= function() {retrieveAndDisplayData("'" + url + "'");};
}
}

function hideXGNQVButton(e)
{
//not supporting Quickview for the MAC IE
if (XGNbrowser.MACOS && !XGNbrowser.MozBrowser){return;}

e = (e) ? e : ((window.event) ? window.event : null);
var toElement = null;

if (e != null)
{
toElement = e.relatedTarget || e.toElement;
}

if (_qvButton != null && _qvButton != toElement)
{
_qvButton.style.visibility = "hidden";
_qvButton = null;
}
}

function deactivateXGNQV(e)
{    
var _carePlanDiv = document.getElementById("carePlanModalDiv");
var _pgWindow = document.getElementById("PGWindow");

if(_carePlanDiv)
{
if (_carePlanDiv.style.display == "block") {return;}
}    

if(_pgWindow)
{
if (_pgWindow.style.display == "block") {return;}
}

if(_qvWindow == null) { return; }
if(document.getElementById("QVWindow
...[SNIP]...

Request 2

GET /jcp/XGN.aspx?n=4294934864&catsel=4294934864--sleepwear&deptid=70659&pcatid=70659&catid=81043&cattyp=NRC&dep=LingeriE&pcat=ebfefa59f363ebc1)!(sn=*&cat=valentines+gifts&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response 2

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 228194
Cache-Control: private, max-age=1200
Expires: Sat, 12 Feb 2011 17:08:15 GMT
Date: Sat, 12 Feb 2011 16:48:15 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 228194


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><title>
   JCPenney : lingerie : valentines gifts
</title><link type="
...[SNIP]...
43&pcat=ebfefa59f363ebc1)!(sn&cat=valentines+gifts&CatSel=4294934864%7csleepwear&pcatid=70659&Ne=4294957900+5+3+11+586+1031+966&SO=0&N=4294934864&cattyp=NRC&Nao=0&PSO=0&CmCatId=homepage|81043&mscssid=6159d5ffa13b24d7b96de0abca1dd29cdxMnVNoV5aGWxMnVNoV5aGo200B3A93F23716D2DD6FE4E6F8C560094CD01104316';
var BBTopDim='categories';
var BBTopVal='sleepwear';
var BBComboDim='categories';
var BBComboVal='sleepwear';
var BBCurrDim='categories';
var BBCurrVal='sleepwear';
var Scene7Server='http://render.jcpenney.com:9910/ir/render/';
var ZoomServer='http://zoom.jcpenney.com/';
</SCRIPT>
<script language="JavaScript" src="Javascript/XGN.js?Version=20100917"></script>
<script language="JavaScript" src='Javascript/XBase.js?Version=20100917'></script>

<script language="javascript" type="text/javascript">
var XGN_QV_BUTTON_OFFSET = { left: 45, top: 151 };

function BVcheckLoadState()
{
}


function displayXGNQVButton(element, url)
{
if (XGNbrowser.MACOS && !XGNbrowser.MozBrowser){return;}

_qvButton = document.getElementById("QVButton");

if (_qvButton != null)
{
_qvButton.style.left = findXGNLeft(element) + element.width - _qvButton.width - XGN_QV_BUTTON_OFFSET.left + "px";
_qvButton.style.top = findXGNTop(element) + XGN_QV_BUTTON_OFFSET.top + "px";    
_qvButton.style.visibility = "visible";
_qvButton.onclick= function() {retrieveAndDisplayData("'" + url + "'");};
}
}

function hideXGNQVButton(e)
{
//not supporting Quickview for the MAC IE
if (XGNbrowser.MACOS && !XGNbrowser.MozBrowser){return;}

e = (e) ? e : ((window.event) ? window.event : null);
var toElement = null;

if (e != null)
{
toElement = e.relatedTarget || e.toElement;
}

if (_qvButton != null && _qvButton != toElement)
{
_qvButton.style.visibility = "hidden";
_qvButton = null;
}
}

function deactivateXGNQV(e)
{    
var _carePlanDiv = document.getElementById("carePlanModalDiv");
var _pgWindow = document.getElementById("PGWindow");

if(_carePlanDiv)
{
if (_carePlanDiv.style.display == "block") {return;}
}    

if(_pgWindow)
{
if (_pgWindow.style.display == "block") {return;}
}

if(_qvWindow == null) { return; }
if(document.getElementById("QVWindow
...[SNIP]...

2. Cross-site scripting (reflected)  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/getjcpheaderc.aspx

Issue detail

The value of the function request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload 2512e%3balert(1)//c201a9a62b8 was submitted in the function parameter. This input was echoed as 2512e;alert(1)//c201a9a62b8 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.

Issue background

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.

Remediation background

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses: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.

Request

GET /jcp/getjcpheaderc.aspx?function=getmenuitems2512e%3balert(1)//c201a9a62b8&ver=20110212&fx=3 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Cache-Control: private
Expires: Sun, 13 Feb 2011 04:29:26 GMT
Content-Type: text/html; charset=utf-8
ntCoent-Length: 56
Date: Sat, 12 Feb 2011 16:29:26 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 56

Error function : getmenuitems2512e;alert(1)//c201a9a62b8

3. Cookie scoped to parent domain  previous  next
There are 10 instances of this issue:

Issue background

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.


3.1. http://www3.jcpenney.com/jcp/AccountServices.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/AccountServices.aspx

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/AccountServices.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 32581
Expires: Sat, 12 Feb 2011 16:28:17 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:17 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=673e2e5e75c7446bba60accfdb8af9fc2xMnVNoV5aGoxMnVNoV5aGW200BEF3AE79C5406A1306337DB6F72F44D391104316&InitialShopperId=73e2e5e75c7446bba60accfdb8af9fc2&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 32581


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html><head><title>JCPenney: Account Services</title><body>
<script type='text/JavaScript' src='http://www3.jcpenney.com/jcp/Javascr
...[SNIP]...

3.2. http://www3.jcpenney.com/jcp/CustomerService.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerService.aspx

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/CustomerService.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 80170
Expires: Sat, 12 Feb 2011 16:28:19 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:19 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=67aca8864e40d452ba886d39635042ebexMnVNoV5aGoxMnVNoV5aGW200B411184FC7751C09530C486EE92B884B31104316&InitialShopperId=7aca8864e40d452ba886d39635042ebe&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 80170


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...

3.3. http://www3.jcpenney.com/jcp/CustomerServiceMenu.asp  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerServiceMenu.asp

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/CustomerServiceMenu.asp HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 302 Moved Temporarily
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
P3P: CP='CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC'
Location: CustomerService.asp
Content-Length: 140
Content-Type: text/html
Expires: Sat, 12 Feb 2011 16:28:31 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:31 GMT
Connection: close
Set-Cookie: JCPSession=ShopperID=6D43568CCFCD24A27935FDB3C3B92025DxMnVNoV5aGWxMnVNoV5aGo200B4700C1E5288D2F3F953E9734E3E84E4C1104316; expires=Thu, 31-Dec-2015 06:00:00 GMT; domain=.jcpenney.com; path=/jcp

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="CustomerService.asp">here</a>.</body>

3.4. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerServiceSub.aspx

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/CustomerServiceSub.aspx?CatTyp=CSR&CatID=12490&cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 68330
Expires: Sat, 12 Feb 2011 16:28:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:21 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 68330


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...

3.5. http://www3.jcpenney.com/jcp/JCPRoute.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/JCPRoute.aspx

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain: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 /jcp/JCPRoute.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 27437
Expires: Sat, 12 Feb 2011 16:28:10 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:10 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6b6e41474ce6249fd97610cb2060a660bxMnVNoV5aGWxMnVNoV5aGo200B70FA6509A53B7ECDF6A5B1BD927F9E671104316&InitialShopperId=b6e41474ce6249fd97610cb2060a660b&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Set-Cookie: JCPCluster=www3.jcpenney.com; domain=.jcpenney.com; expires=Sun, 13-Feb-2011 04:28:10 GMT; path=/jcp
Content-Length: 27437


<HTML>
   <HEAD>
       <TITLE>JCPenney - Partner Site Unavailable</TITLE>
   </HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=4 MARGINWIDTH=4 MARGINHEIGHT=4 TOPMARGIN=4>

<script type="text/javascript" src=
...[SNIP]...

3.6. http://www3.jcpenney.com/jcp/PartnerSites.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/PartnerSites.aspx

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/PartnerSites.aspx?cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 36747
Expires: Sat, 12 Feb 2011 16:28:28 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:28 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 36747

<html><head><title>JCPenney: other products &amp; services</title></head><body BGCOLOR="#FFFFFF" LEFTMARGIN="4" MARGINWIDTH="4" MARGINHEIGHT="4" TOPMARGIN="4" >
<script type="text/javascript" src="ht
...[SNIP]...

3.7. http://www3.jcpenney.com/jcp/StoreLocatorMenu.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/StoreLocatorMenu.aspx

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/StoreLocatorMenu.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 37570
Expires: Sat, 12 Feb 2011 16:28:08 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:08 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=64ffc396f855e40eaaf0a4f8f1d1dcf72xMnVNoV5aGWxMnVNoV5aGo200BE8D58F5B787D48E895C376C98464E4B71104316&InitialShopperId=4ffc396f855e40eaaf0a4f8f1d1dcf72&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 37570

<html><head><title>JCPenney: Store Locations</title>
<script type='text/JavaScript' src='http://www3.jcpenney.com/jcp/Javascript/fsmenu.js?version=20080815'></script>

<script language=JavaScript typ
...[SNIP]...

3.8. http://www3.jcpenney.com/jcp/XSolutionsDHTML.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/XSolutionsDHTML.aspx

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/XSolutionsDHTML.aspx?DeptID=73072&CatID=73072&cmAMS_T=G1&cmAMS_C=D2 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 38983
Expires: Sat, 12 Feb 2011 16:28:38 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:38 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6f4047d05459542e68810428e9eac86a8xMnVNoV5aGWxMnVNoV5aGo200B37CBDA081957DDDF97AE39BBDC8ADB101104316&InitialShopperId=f4047d05459542e68810428e9eac86a8&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 38983


<HTML>
   <HEAD>
   <title>JCPenney department</title>
   </HEAD>

<BODY BGCOLOR=#FFFFFF LEFTMARGIN=4 MARGINWIDTH=4 MARGINHEIGHT=4 TOPMARGIN=4 >


<script type="text/javascript" src="http://med
...[SNIP]...

3.9. http://www3.jcpenney.com/jcp/bag.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/bag.aspx

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/bag.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 35620
Expires: Sat, 12 Feb 2011 16:28:20 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:20 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6a9fc769585f14bb3bb065c1ad6ed033exMnVNoV5aGoxMnVNoV5aGW200B1B7E56DC8BD19B0315B4BC54AAE5009D1104316&InitialShopperId=a9fc769585f14bb3bb065c1ad6ed033e&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 35620


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">


<html>
<head>
<title>JCPenney: Shopping Bag</title>

<link TYPE="text/css" REL="STYLESHEET" HREF="css/CrossSelllPr
...[SNIP]...

3.10. http://www3.jcpenney.com/jcp/x1.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/x1.aspx

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/x1.aspx?deptid=63248&catid=63248&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 39713
Expires: Sat, 12 Feb 2011 16:28:26 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:26 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6872e1d3621a24e898bebf3dd51943d95xMnVNoV5aGWxMnVNoV5aGo200BBF4A14404FAC35009D0A64F6FCC8F56A1104316&InitialShopperId=872e1d3621a24e898bebf3dd51943d95&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 39713


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--CEE P1 - Add Language markup for Web Accessibility -->
<HTML lang="en">
   <HEAD>
       <title id="PageTitle">JCPenney : sitewide eve
...[SNIP]...

4. Cookie without HttpOnly flag set  previous  next
There are 10 instances of this issue:

Issue background

If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.

Issue remediation

There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.

You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.



4.1. http://www3.jcpenney.com/jcp/AccountServices.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/AccountServices.aspx

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/AccountServices.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 32581
Expires: Sat, 12 Feb 2011 16:28:17 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:17 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=673e2e5e75c7446bba60accfdb8af9fc2xMnVNoV5aGoxMnVNoV5aGW200BEF3AE79C5406A1306337DB6F72F44D391104316&InitialShopperId=73e2e5e75c7446bba60accfdb8af9fc2&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 32581


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html><head><title>JCPenney: Account Services</title><body>
<script type='text/JavaScript' src='http://www3.jcpenney.com/jcp/Javascr
...[SNIP]...

4.2. http://www3.jcpenney.com/jcp/CustomerService.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerService.aspx

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/CustomerService.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 80170
Expires: Sat, 12 Feb 2011 16:28:19 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:19 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=67aca8864e40d452ba886d39635042ebexMnVNoV5aGoxMnVNoV5aGW200B411184FC7751C09530C486EE92B884B31104316&InitialShopperId=7aca8864e40d452ba886d39635042ebe&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 80170


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...

4.3. http://www3.jcpenney.com/jcp/CustomerServiceMenu.asp  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerServiceMenu.asp

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/CustomerServiceMenu.asp HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 302 Moved Temporarily
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
P3P: CP='CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC'
Location: CustomerService.asp
Content-Length: 140
Content-Type: text/html
Expires: Sat, 12 Feb 2011 16:28:31 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:31 GMT
Connection: close
Set-Cookie: JCPSession=ShopperID=6D43568CCFCD24A27935FDB3C3B92025DxMnVNoV5aGWxMnVNoV5aGo200B4700C1E5288D2F3F953E9734E3E84E4C1104316; expires=Thu, 31-Dec-2015 06:00:00 GMT; domain=.jcpenney.com; path=/jcp

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="CustomerService.asp">here</a>.</body>

4.4. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerServiceSub.aspx

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/CustomerServiceSub.aspx?CatTyp=CSR&CatID=12490&cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 68330
Expires: Sat, 12 Feb 2011 16:28:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:21 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 68330


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...

4.5. http://www3.jcpenney.com/jcp/JCPRoute.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/JCPRoute.aspx

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set: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 /jcp/JCPRoute.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 27437
Expires: Sat, 12 Feb 2011 16:28:10 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:10 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6b6e41474ce6249fd97610cb2060a660bxMnVNoV5aGWxMnVNoV5aGo200B70FA6509A53B7ECDF6A5B1BD927F9E671104316&InitialShopperId=b6e41474ce6249fd97610cb2060a660b&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Set-Cookie: JCPCluster=www3.jcpenney.com; domain=.jcpenney.com; expires=Sun, 13-Feb-2011 04:28:10 GMT; path=/jcp
Content-Length: 27437


<HTML>
   <HEAD>
       <TITLE>JCPenney - Partner Site Unavailable</TITLE>
   </HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=4 MARGINWIDTH=4 MARGINHEIGHT=4 TOPMARGIN=4>

<script type="text/javascript" src=
...[SNIP]...

4.6. http://www3.jcpenney.com/jcp/PartnerSites.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/PartnerSites.aspx

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/PartnerSites.aspx?cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 36747
Expires: Sat, 12 Feb 2011 16:28:28 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:28 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 36747

<html><head><title>JCPenney: other products &amp; services</title></head><body BGCOLOR="#FFFFFF" LEFTMARGIN="4" MARGINWIDTH="4" MARGINHEIGHT="4" TOPMARGIN="4" >
<script type="text/javascript" src="ht
...[SNIP]...

4.7. http://www3.jcpenney.com/jcp/StoreLocatorMenu.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/StoreLocatorMenu.aspx

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/StoreLocatorMenu.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 37570
Expires: Sat, 12 Feb 2011 16:28:08 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:08 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=64ffc396f855e40eaaf0a4f8f1d1dcf72xMnVNoV5aGWxMnVNoV5aGo200BE8D58F5B787D48E895C376C98464E4B71104316&InitialShopperId=4ffc396f855e40eaaf0a4f8f1d1dcf72&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 37570

<html><head><title>JCPenney: Store Locations</title>
<script type='text/JavaScript' src='http://www3.jcpenney.com/jcp/Javascript/fsmenu.js?version=20080815'></script>

<script language=JavaScript typ
...[SNIP]...

4.8. http://www3.jcpenney.com/jcp/XSolutionsDHTML.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/XSolutionsDHTML.aspx

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/XSolutionsDHTML.aspx?DeptID=73072&CatID=73072&cmAMS_T=G1&cmAMS_C=D2 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 38983
Expires: Sat, 12 Feb 2011 16:28:38 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:38 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6f4047d05459542e68810428e9eac86a8xMnVNoV5aGWxMnVNoV5aGo200B37CBDA081957DDDF97AE39BBDC8ADB101104316&InitialShopperId=f4047d05459542e68810428e9eac86a8&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 38983


<HTML>
   <HEAD>
   <title>JCPenney department</title>
   </HEAD>

<BODY BGCOLOR=#FFFFFF LEFTMARGIN=4 MARGINWIDTH=4 MARGINHEIGHT=4 TOPMARGIN=4 >


<script type="text/javascript" src="http://med
...[SNIP]...

4.9. http://www3.jcpenney.com/jcp/bag.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/bag.aspx

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/bag.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 35620
Expires: Sat, 12 Feb 2011 16:28:20 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:20 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6a9fc769585f14bb3bb065c1ad6ed033exMnVNoV5aGoxMnVNoV5aGW200B1B7E56DC8BD19B0315B4BC54AAE5009D1104316&InitialShopperId=a9fc769585f14bb3bb065c1ad6ed033e&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 35620


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">


<html>
<head>
<title>JCPenney: Shopping Bag</title>

<link TYPE="text/css" REL="STYLESHEET" HREF="css/CrossSelllPr
...[SNIP]...

4.10. http://www3.jcpenney.com/jcp/x1.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/x1.aspx

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /jcp/x1.aspx?deptid=63248&catid=63248&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 39713
Expires: Sat, 12 Feb 2011 16:28:26 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:26 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6872e1d3621a24e898bebf3dd51943d95xMnVNoV5aGWxMnVNoV5aGo200BBF4A14404FAC35009D0A64F6FCC8F56A1104316&InitialShopperId=872e1d3621a24e898bebf3dd51943d95&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 39713


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--CEE P1 - Add Language markup for Web Accessibility -->
<HTML lang="en">
   <HEAD>
       <title id="PageTitle">JCPenney : sitewide eve
...[SNIP]...

5. Cross-domain Referer leakage  previous  next
There are 23 instances of this issue:

Issue background

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.


5.1. http://www3.jcpenney.com/jcp/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/?mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Proxy-Connection: keep-alive
Referer: http://www.jcpenney.com/jcp/default.aspx
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: stop_mobi=yes

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Cteonnt-Length: 32087
Vary: Accept-Encoding
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:15:43 GMT
Date: Sat, 12 Feb 2011 16:15:43 GMT
Connection: close
Content-Length: 32087


<SCRIPT LANGUAGE=Javascript>
<!--
function PopupWindow(pagename)
{
   var popWind;
   
   //Close the popup window if it's currently open
       if (popWind && (navigator.appName == "Microsoft Interne
...[SNIP]...
</script>
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb96aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<td TabIndex=2001><a href="http://www.jcpstoreads.com/jcpenney?"><img src="HTTP://cache.jcpenney.com//images/Seasonal/T1_C02_000_021111_FebruaryW.jpg" Width="219" Height="41" Border=0 Alt=" " Title=" ">
...[SNIP]...
<td TabIndex=2003><a href="http://www.jcpstoreads.com/jcpenney?"><img src="HTTP://cache.jcpenney.com//images/Seasonal/T1_C04_000_021111_FebruaryW.jpg" Width="219" Height="75" Border=0 Alt=" " Title=" ">
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/020108_JCPenney_Homepage_JS_UAT_PB" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...
<TD align=center Class="NavLinkFooter"><A tabindex="4104" onclick="" Class="NavLinkFooter" HREF='https://www.jcprewards.com/portal.aspx?CID=JCPFTR08'>JCP Rewards</A>
...[SNIP]...

5.2. http://www3.jcpenney.com/jcp/AccountServices.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/AccountServices.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /jcp/AccountServices.aspx?cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 32581
Expires: Sat, 12 Feb 2011 16:28:17 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:17 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 32581


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html><head><title>JCPenney: Account Services</title><body>
<script type='text/JavaScript' src='http://www3.jcpenney.com/jcp/Javascr
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb96aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...

5.3. http://www3.jcpenney.com/jcp/CustomerService.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerService.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/CustomerService.aspx?cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 80170
Expires: Sat, 12 Feb 2011 16:28:19 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:19 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 80170


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...
<body BGCOLOR="#ffffff" LEFTMARGIN="4" MARGINWIDTH="4" MARGINHEIGHT="4" TOPMARGIN="4" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb96aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<li id="sideNavShopHdr_old_sideNavRptLvl1_ctl07_sideNavDivLvl1" class="sideNavLvl1">
               <a id="sideNavShopHdr_old_sideNavRptLvl1_ctl07_sideNavLvl1Link" class="sideNavLink" href="https://www.onlinecreditcenter2.com/JCPenney/JCPAppCreditCenter.htm?cmCatID=EXTERNAL|customerservice">jcp credit card</a>
...[SNIP]...
<font class="Link" style="TEXT-DECORATION: none">- <A CLASS="SmallText" STYLE="TEXT-DECORATION: none" HREF='https://www.onlinecreditcenter2.com/JCPenney/JCPCreditCenter.htm?' AMSID="AMSLINK7" AMSHREF='' >My</a>
...[SNIP]...
<font class="StandardText" color="#000000"><A STYLE="COLOR: #000000" HREF='https://www.onlinecreditcenter2.com/JCPenney/JCPCreditCenter.htm?' AMSID="AMSLINK8" AMSHREF='' >JCPenney credit card</a>
...[SNIP]...
<font class="Link" style="TEXT-DECORATION: none"><A CLASS="SmallText" STYLE="TEXT-DECORATION: none" HREF='http://www.jcpenneycareers.com/Career_Opportunities/index.asp?;=' AMSID="AMSLINK10" AMSHREF='' ><font class="StandardText" style="FONT-SIZE: 8pt; COLOR: #000000" color="#0000ff" size="1">
...[SNIP]...
<font class="Link" style="TEXT-DECORATION: none"><A CLASS="SmallText" STYLE="TEXT-DECORATION: none" HREF='http://www.jcpenneycareers.com/Career_Opportunities/index.asp?;=' AMSID="AMSLINK11" AMSHREF='' ><font class="StandardText" style="FONT-SIZE: 8pt" color="#0000ff" size="1">
...[SNIP]...
<span style="COLOR: #000000"><A CLASS="SmallText" STYLE="TEXT-DECORATION: none" HREF='http://www.sephora.com/rd.jhtml?page=http%3a%2f%2fwww.sephora.com%2fcustomer_service%2fcsr_controller.jhtml%3fcsrSection%3dshopping%26csrSub%3dshopJCP%26site%3djcp' AMSID="AMSLINK16" AMSHREF='' ><font class="StandardText" style="COLOR: #000000" color="#0000ff" size="1">
...[SNIP]...
<span style="COLOR: #000000"><A CLASS="SmallText" STYLE="TEXT-DECORATION: none" HREF='http://www.sephora.com/rd.jhtml?page=http%3a%2f%2fwww.sephora.com%2fcustomer_service%2fcsr_controller.jhtml%3fcsrSection%3dshopping%26csrSub%3dshopJCP%26site%3djcp' AMSID="AMSLINK17" AMSHREF='' ><font class="StandardText" color="#0000ff" size="1">
...[SNIP]...
<span style="COLOR: #000000"><A CLASS="SmallText" STYLE="TEXT-DECORATION: none" HREF='http://www.sephora.com/rd.jhtml?page=http%3a%2f%2fwww.sephora.com%2fcustomer_service%2fcsr_controller.jhtml%3fcsrSection%3dshopping%26csrSub%3dshopJCP%26site%3djcp' AMSID="AMSLINK18" AMSHREF='' ><font class="StandardText" color="#0000ff" size="1">
...[SNIP]...
<font class="StandardText" color="#000000"><A CLASS="SmallText" HREF='https://www.onlinecreditcenter2.com/eapplygen2/load.do?cHash=1342177401&subActionId=1000' AMSID="AMSLINK1" AMSHREF='' >Apply for JCPenney<br >
...[SNIP]...
<div style="COLOR: black">- <A CLASS="SmallText" STYLE="TEXT-DECORATION: none" HREF='https://www.onlinecreditcenter2.com/JCPenney/JCPCreditCenter.htm?' AMSID="AMSLINK2" AMSHREF='' >View My Account</a>
...[SNIP]...
<font class="StandardText" color="#000000"><A CLASS="SmallText" STYLE="TEXT-DECORATION: none" HREF='https://www.onlinecreditcenter2.com/JCPenney/occ-pay.html?' AMSID="AMSLINK3" AMSHREF='' >Pay My Bill Online</a>
...[SNIP]...
<span style="COLOR: #000000"><A STYLE="COLOR: #000000" HREF='https://www.onlinecreditcenter2.com/JCPenney/occ-privilege.html?' AMSID="AMSLINK1" AMSHREF='' >JCP Privilege Program</a>
...[SNIP]...
<span class="StandardTextLink"><A STYLE="COLOR: #000000" HREF='https://www.jcprewards.com/portal.aspx?CID=JCPFTR08' AMSID="AMSLINK2" AMSHREF='' >JCP Rewards Program</a>
...[SNIP]...

5.4. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerServiceSub.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/CustomerServiceSub.aspx?DeptID=12476&CatID=15624&CatTyp=CSR&cmResetCat=True&CmCatId=homepage HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 44490
Expires: Sat, 12 Feb 2011 16:28:22 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:22 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6e2e2a527eba84225835b4ab98fd5d48axMnVNoV5aGoxMnVNoV5aGW200B1B1B6310FCDF618639A2FF0CC48F8C6A1104316&InitialShopperId=e2e2a527eba84225835b4ab98fd5d48a&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 44490


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...
<body BGCOLOR="#ffffff" LEFTMARGIN="4" MARGINWIDTH="4" MARGINHEIGHT="4" TOPMARGIN="4" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<li id="sideNavShopHdr_old_sideNavRptLvl1_ctl07_sideNavDivLvl1" class="sideNavLvl1">
               <a id="sideNavShopHdr_old_sideNavRptLvl1_ctl07_sideNavLvl1Link" class="sideNavLink" href="https://www.onlinecreditcenter2.com/JCPenney/JCPAppCreditCenter.htm?cmCatID=EXTERNAL|15624">jcp credit card</a>
...[SNIP]...

5.5. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerServiceSub.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/CustomerServiceSub.aspx?CatTyp=CSR&CatID=12490&cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 68330
Expires: Sat, 12 Feb 2011 16:28:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:21 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 68330


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...
<body BGCOLOR="#ffffff" LEFTMARGIN="4" MARGINWIDTH="4" MARGINHEIGHT="4" TOPMARGIN="4" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb96aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<li id="sideNavShopHdr_old_sideNavRptLvl1_ctl07_sideNavDivLvl1" class="sideNavLvl1">
               <a id="sideNavShopHdr_old_sideNavRptLvl1_ctl07_sideNavLvl1Link" class="sideNavLink" href="https://www.onlinecreditcenter2.com/JCPenney/JCPAppCreditCenter.htm?cmCatID=EXTERNAL|12490">jcp credit card</a>
...[SNIP]...
<li><A CLASS="Link" HREF='https://www.onlinecreditcenter2.com/JCPenney/occ-privacy.html?' AMSHREF='' AMSID="AMSLINK37" ><u>
...[SNIP]...
<span style="COLOR: red"><A CLASS="Link" HREF='https://www.onlinecreditcenter2.com/JCPenney/JCPCreditCenter.htm?' AMSHREF='' AMSID="AMSLINK38" ><u>
...[SNIP]...
<font color="#0000ff"><A CLASS="Link" HREF='http://www.networkadvertising.org/?' AMSHREF='' AMSID="AMSLINK43" ><u>
...[SNIP]...

5.6. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerServiceSub.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/CustomerServiceSub.aspx?cattyp=csr&catid=77457&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 39679
Expires: Sat, 12 Feb 2011 16:28:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:21 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 39679


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...
<body BGCOLOR="#ffffff" LEFTMARGIN="4" MARGINWIDTH="4" MARGINHEIGHT="4" TOPMARGIN="4" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb96aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<li id="sideNavShopHdr_old_sideNavRptLvl1_ctl07_sideNavDivLvl1" class="sideNavLvl1">
               <a id="sideNavShopHdr_old_sideNavRptLvl1_ctl07_sideNavLvl1Link" class="sideNavLink" href="https://www.onlinecreditcenter2.com/JCPenney/JCPAppCreditCenter.htm?cmCatID=EXTERNAL|77457">jcp credit card</a>
...[SNIP]...

5.7. http://www3.jcpenney.com/jcp/PartnerSites.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/PartnerSites.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/PartnerSites.aspx?cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 36747
Expires: Sat, 12 Feb 2011 16:28:28 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:28 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 36747

<html><head><title>JCPenney: other products &amp; services</title></head><body BGCOLOR="#FFFFFF" LEFTMARGIN="4" MARGINWIDTH="4" MARGINHEIGHT="4" TOPMARGIN="4" >
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb96aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...

5.8. http://www3.jcpenney.com/jcp/StoreLocatorMenu.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/StoreLocatorMenu.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/StoreLocatorMenu.aspx?cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 37718
Expires: Sat, 12 Feb 2011 16:28:09 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:09 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 37718

<html><head><title>JCPenney: Store Locations</title>
<script type='text/JavaScript' src='http://www3.jcpenney.com/jcp/Javascript/fsmenu.js?version=20080815'></script>

<script language=JavaScript typ
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb96aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
</div>


<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<BR>Featuring Microsoft MapPoint Technology. <a href='http://www.microsoft.com/mappoint/net/terms'>Terms of Use</A>, <A HREF='http://www.microsoft.com/mappoint/net/privacy'>Privacy Statement. </a>
...[SNIP]...

5.9. http://www3.jcpenney.com/jcp/X2.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/X2.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/X2.aspx?DeptID=70659&CatID=70659&cmCatLevel=2&shopperType=G&cmResetCat=True&cmAMS_V=&CmCatId=&cmAMS_T=G1&cmAMS_C=D1&cmAMS_V= HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
ntCoent-Length: 47509
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:28:17 GMT
Date: Sat, 12 Feb 2011 16:28:17 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 47509


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
   <HEAD>
       <title id="PageTitle">JCPenney : lingerie</title>
       <meta name="vs_defaultClientScript" content="JavaScript">
       <
...[SNIP]...
<BODY style="MARGIN: 4px" BGCOLOR="#ffffff" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-sites-lingerie"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bc1eaB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOKidsDivisionalPage_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.10. http://www3.jcpenney.com/jcp/X2.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/X2.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/X2.aspx?DeptID=70660&PCatID=70660&CatID=70660&CatTyp=DEP&Dep=AMERICAN+LIVING&cmDeptReset=true&cmAMS_T=G1&cmAMS_C=B1default&cmCatID=globalnav HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
ntCoent-Length: 38000
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:28:15 GMT
Date: Sat, 12 Feb 2011 16:28:15 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 38000


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
   <HEAD>
       <title id="PageTitle">JCPenney : american living</title>
       <meta name="vs_defaultClientScript" content="JavaScript
...[SNIP]...
<BODY style="MARGIN: 4px" BGCOLOR="#ffffff" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-sites-americanliving"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bc373B.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOKidsDivisionalPage_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.11. http://www3.jcpenney.com/jcp/X2.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/X2.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/X2.aspx?DeptID=80422&CatID=80422&cmAMS_T=G1&cmAMS_C=D10B&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316&cmAMS_V= HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
ntCoent-Length: 39821
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:28:13 GMT
Date: Sat, 12 Feb 2011 16:28:13 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 39821


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
   <HEAD>
       <title id="PageTitle">JCPenney : patio</title>
       <meta name="vs_defaultClientScript" content="JavaScript">
       <met
...[SNIP]...
<BODY style="MARGIN: 4px" BGCOLOR="#ffffff" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb96aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOKidsDivisionalPage_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.12. http://www3.jcpenney.com/jcp/XGN.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/XGN.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/XGN.aspx?DeptID=71371&CatID=71679&cmAMS_T=G1&cmAMS_C=D2 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 361520
Cache-Control: private, max-age=137
Expires: Sat, 12 Feb 2011 16:30:42 GMT
Date: Sat, 12 Feb 2011 16:28:25 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 361520


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><title>
   JCPenney : home d..cor : rugs
</title><link type="text/css"
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-sites-homedecor"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bc289B.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<input type="hidden" name="hdnTopVal" id="hdnTopVal" />

<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOCategoryPage_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.13. http://www3.jcpenney.com/jcp/XGN.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/XGN.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/XGN.aspx?DeptID=70732&PCatID=70732&CatID=71824&CatTyp=RLE&Dep=Mens+ShoeS&Cat=Teen+Guys&cmAMS_T=G1&cmAMS_C=D4 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 269997
Cache-Control: private, max-age=1200
Expires: Sat, 12 Feb 2011 16:48:26 GMT
Date: Sat, 12 Feb 2011 16:28:26 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 269997


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><title>
   JCPenney : mens shoes : teen guys
</title><link type="text/
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bc231B.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<input type="hidden" name="hdnTopVal" id="hdnTopVal" />

<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOCategoryPage_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.14. http://www3.jcpenney.com/jcp/XGN.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/XGN.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/XGN.aspx?deptid=70656&catid=80145&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 260377
Cache-Control: private, max-age=869
Expires: Sat, 12 Feb 2011 16:42:51 GMT
Date: Sat, 12 Feb 2011 16:28:22 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 260377


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><title>
   JCPenney : women : dresses
</title><link type="text/css" re
...[SNIP]...
<div id="pbRepeater_ctl00_pbLinkDiv"><a id="pbRepeater_ctl00_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-sites-women"><img id="pbRepeater_ctl00_pbImage" tabindex="301" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb982B.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<input type="hidden" name="hdnTopVal" id="hdnTopVal" />

<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOCategoryPage_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.15. http://www3.jcpenney.com/jcp/XGN.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/XGN.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/XGN.aspx?n=4294934864&catsel=4294934864--sleepwear&deptid=70659&pcatid=70659&catid=81043&cattyp=NRC&dep=LingeriE&pcat=LingeriE&cat=valentines+gifts&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 204794
Cache-Control: private, max-age=328
Expires: Sat, 12 Feb 2011 16:33:51 GMT
Date: Sat, 12 Feb 2011 16:28:23 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 204794


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><title>
   JCPenney : lingerie : valentines gifts
</title><link type="
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-sites-lingerie"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bc1eaB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<input type="hidden" name="hdnTopVal" id="hdnTopVal" />

<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOProductGallery_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.16. http://www3.jcpenney.com/jcp/XSolutionsDHTML.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/XSolutionsDHTML.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/XSolutionsDHTML.aspx?DeptID=73072&CatID=73072&cmAMS_T=G1&cmAMS_C=D2 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 38983
Expires: Sat, 12 Feb 2011 16:28:38 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:38 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6f4047d05459542e68810428e9eac86a8xMnVNoV5aGWxMnVNoV5aGo200B37CBDA081957DDDF97AE39BBDC8ADB101104316&InitialShopperId=f4047d05459542e68810428e9eac86a8&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 38983


<HTML>
   <HEAD>
   <title>JCPenney department</title>
   </HEAD>

<BODY BGCOLOR=#FFFFFF LEFTMARGIN=4 MARGINWIDTH=4 MARGINHEIGHT=4 TOPMARGIN=4 >


<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b8195d782B.jpg" alt="Sephora" style="border-width:0px;" />
...[SNIP]...

5.17. http://www3.jcpenney.com/jcp/bag.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/bag.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/bag.aspx?mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 35620
Expires: Sat, 12 Feb 2011 16:28:20 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:20 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 35620


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">


<html>
<head>
<title>JCPenney: Shopping Bag</title>

<link TYPE="text/css" REL="STYLESHEET" HREF="css/CrossSelllPr
...[SNIP]...
<body MS_POSITIONING="GridLayout">
   

<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb96aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<noscript><iframe src="https://switch.atdmt.com/iaction/chijcp_AOShoppingCartSavedBag_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.18. http://www3.jcpenney.com/jcp/default.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/default.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/default.aspx?mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
ntCoent-Length: 32087
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:28:07 GMT
Date: Sat, 12 Feb 2011 16:28:07 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 32087


<SCRIPT LANGUAGE=Javascript>
<!--
function PopupWindow(pagename)
{
   var popWind;
   
   //Close the popup window if it's currently open
       if (popWind && (navigator.appName == "Microsoft Interne
...[SNIP]...
</script>
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-landing-jcp-redirect"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb96aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<td TabIndex=2001><a href="http://www.jcpstoreads.com/jcpenney?"><img src="HTTP://cache.jcpenney.com//images/Seasonal/T1_C02_000_021111_FebruaryW.jpg" Width="219" Height="41" Border=0 Alt=" " Title=" ">
...[SNIP]...
<td TabIndex=2003><a href="http://www.jcpstoreads.com/jcpenney?"><img src="HTTP://cache.jcpenney.com//images/Seasonal/T1_C04_000_021111_FebruaryW.jpg" Width="219" Height="75" Border=0 Alt=" " Title=" ">
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/020108_JCPenney_Homepage_JS_UAT_PB" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...
<TD align=center Class="NavLinkFooter"><A tabindex="4104" onclick="" Class="NavLinkFooter" HREF='https://www.jcprewards.com/portal.aspx?CID=JCPFTR08'>JCP Rewards</A>
...[SNIP]...

5.19. http://www3.jcpenney.com/jcp/getjcpheaderc.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/getjcpheaderc.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /jcp/getjcpheaderc.aspx?function=getmenuitems&ver=20110212&fx=3 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Cache-Control: private
Expires: Sat, 12 Feb 2011 23:18:27 GMT
Content-Type: text/html; charset=utf-8
Date: Sat, 12 Feb 2011 16:28:36 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 92387


       <div id="rptTabItem_ctl00_tab_items" class="tab_items">
           <div id="rptTabItem_ctl00_Div1" class="tab_items_body">
               
                       <div id="rptTabItem_ctl00_rptTabItemCol_ctl00_item_div" class="gn_n
...[SNIP]...
<li id="rptTabItem_ctl08_rptTabItemCol_ctl00_rptTabItemColList_ctl04_listItem" class="gn_nm_tab_items_body_list_cat">
                                           <a id="rptTabItem_ctl08_rptTabItemCol_ctl00_rptTabItemColList_ctl04_item" ID="item_4" class="gn_nm_tab_items_body_list_cat" href="http://www.modernbride.com/?cmAMS_T=G1&amp;cmAMS_C=D9">Engagement + Wedding</a>
...[SNIP]...

5.20. http://www3.jcpenney.com/jcp/x1.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/x1.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/x1.aspx?deptid=63248&catid=63248&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 39713
Expires: Sat, 12 Feb 2011 16:28:26 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:26 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6872e1d3621a24e898bebf3dd51943d95xMnVNoV5aGWxMnVNoV5aGo200BBF4A14404FAC35009D0A64F6FCC8F56A1104316&InitialShopperId=872e1d3621a24e898bebf3dd51943d95&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 39713


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--CEE P1 - Add Language markup for Web Accessibility -->
<HTML lang="en">
   <HEAD>
       <title id="PageTitle">JCPenney : sitewide eve
...[SNIP]...
<body MS_POSITIONING="GridLayout" bottomMargin="4" leftMargin="4" topMargin="4" rightMargin="4">
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-sites-sitewideevent"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bc2b0B.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOX1Template_1" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.21. http://www3.jcpenney.com/jcp/x2.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/x2.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/x2.aspx?DeptID=56530&CatID=56530&cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
ntCoent-Length: 32077
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:28:12 GMT
Date: Sat, 12 Feb 2011 16:28:12 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 32077


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
   <HEAD>
       <title id="PageTitle">JCPenney : stores</title>
       <meta name="vs_defaultClientScript" content="JavaScript">
       <me
...[SNIP]...
<BODY style="MARGIN: 4px" BGCOLOR="#ffffff" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-sites-stores"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bc2a7B.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<li id="sideNavShopHdr_old_sideNavRptLvl1_ctl02_sideNavDivLvl1" class="sideNavLvl1">
               <a id="sideNavShopHdr_old_sideNavRptLvl1_ctl02_sideNavLvl1Link" class="sideNavLink" href="http://www.jcpnewstores.com?cmCatID=56530">new stores</a>
...[SNIP]...
<li id="sideNavShopHdr_old_sideNavRptLvl1_ctl09_sideNavDivLvl1" class="sideNavLvl1">
               <a id="sideNavShopHdr_old_sideNavRptLvl1_ctl09_sideNavLvl1Link" class="sideNavLink" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-sites-stores&amp;cmCatID=56530">sephora inside jcpenney</a>
...[SNIP]...
<li id="sideNavShopHdr_old_sideNavRptLvl1_ctl13_sideNavDivLvl1" class="sideNavLvl1">
               <a id="sideNavShopHdr_old_sideNavRptLvl1_ctl13_sideNavLvl1Link" class="sideNavLink" href="https://www.jcprewards.com/portal.aspx?CID=JCPFTR08&amp;cmCatID=56530">jcp rewards</a>
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOKidsDivisionalPage_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.22. http://www3.jcpenney.com/jcp/x2.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/x2.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/x2.aspx?DeptID=70656&CatID=70656&cmAMS_T=G1&cmAMS_C=D1B&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316&cmAMS_V= HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Cteonnt-Length: 44827
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:28:12 GMT
Date: Sat, 12 Feb 2011 16:28:12 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 44827


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
   <HEAD>
       <title id="PageTitle">JCPenney : women</title>
       <meta name="vs_defaultClientScript" content="JavaScript">
       <met
...[SNIP]...
<BODY style="MARGIN: 4px" BGCOLOR="#ffffff" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl00_pbLinkDiv"><a id="pbRepeater_ctl00_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-sites-women"><img id="pbRepeater_ctl00_pbImage" tabindex="301" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bb982B.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<li id="sideNavShopHdr_old_sideNavRptLvl1_ctl30_sideNavDivLvl1" class="sideNavLvl1">
               <a id="sideNavShopHdr_old_sideNavRptLvl1_ctl30_sideNavLvl1Link" class="sideNavLink" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-site-womencf&amp;cmCatID=70656">cosmetics + fragrances</a>
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOKidsDivisionalPage_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

5.23. http://www3.jcpenney.com/jcp/x2.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/x2.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /jcp/x2.aspx?deptid=70676&catid=70676&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C6&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
ntCoent-Length: 47588
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:28:13 GMT
Date: Sat, 12 Feb 2011 16:28:13 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 47588


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
   <HEAD>
       <title id="PageTitle">JCPenney : baby</title>
       <meta name="vs_defaultClientScript" content="JavaScript">
       <meta
...[SNIP]...
<BODY style="MARGIN: 4px" BGCOLOR="#ffffff" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...
<div id="pbRepeater_ctl01_pbLinkDiv"><a id="pbRepeater_ctl01_pbLink" onClick="cmCreatePageviewTag('Sephora (40713)', '40713')" href="http://www.sephora.com/rd.jhtml?page=http%3A%2F%2Fwww.sephora.com%2Findex.jhtml%3Fsite%3Djcp%26om_mmc%3Djcp-sites-baby"><img id="pbRepeater_ctl01_pbImage" tabindex="302" title="Sephora" src="HTTP://cache.jcpenney.com/images/brands/0900631b819bc21aB.gif" alt="Sephora" style="border-width:0px;" />
...[SNIP]...
<noscript><iframe src="http://switch.atdmt.com/iaction/chijcp_AOKidsDivisionalPage_4" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

6. Cross-domain script include  previous  next
There are 12 instances of this issue:

Issue background

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.


6.1. http://www3.jcpenney.com/jcp/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/?mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Proxy-Connection: keep-alive
Referer: http://www.jcpenney.com/jcp/default.aspx
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: stop_mobi=yes

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Cteonnt-Length: 32087
Vary: Accept-Encoding
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:15:43 GMT
Date: Sat, 12 Feb 2011 16:15:43 GMT
Connection: close
Content-Length: 32087


<SCRIPT LANGUAGE=Javascript>
<!--
function PopupWindow(pagename)
{
   var popWind;
   
   //Close the popup window if it's currently open
       if (popWind && (navigator.appName == "Microsoft Interne
...[SNIP]...
</script>
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.2. http://www3.jcpenney.com/jcp/CustomerService.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerService.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/CustomerService.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 80170
Expires: Sat, 12 Feb 2011 16:28:19 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:19 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=67aca8864e40d452ba886d39635042ebexMnVNoV5aGoxMnVNoV5aGW200B411184FC7751C09530C486EE92B884B31104316&InitialShopperId=7aca8864e40d452ba886d39635042ebe&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 80170


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...
<body BGCOLOR="#ffffff" LEFTMARGIN="4" MARGINWIDTH="4" MARGINHEIGHT="4" TOPMARGIN="4" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.3. http://www3.jcpenney.com/jcp/CustomerServiceSub.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerServiceSub.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/CustomerServiceSub.aspx?CatTyp=CSR&CatID=12490&cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 68330
Expires: Sat, 12 Feb 2011 16:28:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:21 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 68330


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...
<body BGCOLOR="#ffffff" LEFTMARGIN="4" MARGINWIDTH="4" MARGINHEIGHT="4" TOPMARGIN="4" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.4. http://www3.jcpenney.com/jcp/JCPRoute.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/JCPRoute.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/JCPRoute.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 27437
Expires: Sat, 12 Feb 2011 16:28:10 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:10 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6b6e41474ce6249fd97610cb2060a660bxMnVNoV5aGWxMnVNoV5aGo200B70FA6509A53B7ECDF6A5B1BD927F9E671104316&InitialShopperId=b6e41474ce6249fd97610cb2060a660b&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Set-Cookie: JCPCluster=www3.jcpenney.com; domain=.jcpenney.com; expires=Sun, 13-Feb-2011 04:28:10 GMT; path=/jcp
Content-Length: 27437


<HTML>
   <HEAD>
       <TITLE>JCPenney - Partner Site Unavailable</TITLE>
   </HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=4 MARGINWIDTH=4 MARGINHEIGHT=4 TOPMARGIN=4>

<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.5. http://www3.jcpenney.com/jcp/PartnerSites.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/PartnerSites.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/PartnerSites.aspx?cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 36747
Expires: Sat, 12 Feb 2011 16:28:28 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:28 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 36747

<html><head><title>JCPenney: other products &amp; services</title></head><body BGCOLOR="#FFFFFF" LEFTMARGIN="4" MARGINWIDTH="4" MARGINHEIGHT="4" TOPMARGIN="4" >
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.6. http://www3.jcpenney.com/jcp/StoreLocatorMenu.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/StoreLocatorMenu.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/StoreLocatorMenu.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 37570
Expires: Sat, 12 Feb 2011 16:28:08 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:08 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=64ffc396f855e40eaaf0a4f8f1d1dcf72xMnVNoV5aGWxMnVNoV5aGo200BE8D58F5B787D48E895C376C98464E4B71104316&InitialShopperId=4ffc396f855e40eaaf0a4f8f1d1dcf72&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 37570

<html><head><title>JCPenney: Store Locations</title>
<script type='text/JavaScript' src='http://www3.jcpenney.com/jcp/Javascript/fsmenu.js?version=20080815'></script>

<script language=JavaScript typ
...[SNIP]...
</div>


<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.7. http://www3.jcpenney.com/jcp/XGN.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/XGN.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/XGN.aspx?n=4294934864&catsel=4294934864--sleepwear&deptid=70659&pcatid=70659&catid=81043&cattyp=NRC&dep=LingeriE&pcat=LingeriE&cat=valentines+gifts&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 204794
Cache-Control: private, max-age=328
Expires: Sat, 12 Feb 2011 16:33:51 GMT
Date: Sat, 12 Feb 2011 16:28:23 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 204794


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><title>
   JCPenney : lingerie : valentines gifts
</title><link type="
...[SNIP]...
<input type="hidden" name="hdnTopVal" id="hdnTopVal" />

<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.8. http://www3.jcpenney.com/jcp/XSolutionsDHTML.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/XSolutionsDHTML.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/XSolutionsDHTML.aspx?DeptID=73072&CatID=73072&cmAMS_T=G1&cmAMS_C=D2 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 38983
Expires: Sat, 12 Feb 2011 16:28:38 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:38 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6f4047d05459542e68810428e9eac86a8xMnVNoV5aGWxMnVNoV5aGo200B37CBDA081957DDDF97AE39BBDC8ADB101104316&InitialShopperId=f4047d05459542e68810428e9eac86a8&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 38983


<HTML>
   <HEAD>
   <title>JCPenney department</title>
   </HEAD>

<BODY BGCOLOR=#FFFFFF LEFTMARGIN=4 MARGINWIDTH=4 MARGINHEIGHT=4 TOPMARGIN=4 >


<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.9. http://www3.jcpenney.com/jcp/bag.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/bag.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/bag.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 35620
Expires: Sat, 12 Feb 2011 16:28:20 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:20 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6a9fc769585f14bb3bb065c1ad6ed033exMnVNoV5aGoxMnVNoV5aGW200B1B7E56DC8BD19B0315B4BC54AAE5009D1104316&InitialShopperId=a9fc769585f14bb3bb065c1ad6ed033e&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 35620


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">


<html>
<head>
<title>JCPenney: Shopping Bag</title>

<link TYPE="text/css" REL="STYLESHEET" HREF="css/CrossSelllPr
...[SNIP]...
<body MS_POSITIONING="GridLayout">
   

<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.10. http://www3.jcpenney.com/jcp/default.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/default.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/default.aspx HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
ntCoent-Length: 37591
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:28:07 GMT
Date: Sat, 12 Feb 2011 16:28:07 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 37591


<SCRIPT LANGUAGE=Javascript>
<!--
function PopupWindow(pagename)
{
   var popWind;
   
   //Close the popup window if it's currently open
       if (popWind && (navigator.appName == "Microsoft Interne
...[SNIP]...
</script>
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.11. http://www3.jcpenney.com/jcp/x1.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/x1.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/x1.aspx?deptid=63248&catid=63248&refpagename=Default%252Easpx&refdeptid=&refcatid=&cmAMS_T=T1&cmAMS_C=C3&CmCatId=homepage HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 39713
Expires: Sat, 12 Feb 2011 16:28:26 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:26 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=ShopperID=6872e1d3621a24e898bebf3dd51943d95xMnVNoV5aGWxMnVNoV5aGo200BBF4A14404FAC35009D0A64F6FCC8F56A1104316&InitialShopperId=872e1d3621a24e898bebf3dd51943d95&DateShopperIdAssigned=02/12/2011&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Set-Cookie: IsFirstTime=Y; domain=.jcpenney.com; path=/jcp
Content-Length: 39713


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--CEE P1 - Add Language markup for Web Accessibility -->
<HTML lang="en">
   <HEAD>
       <title id="PageTitle">JCPenney : sitewide eve
...[SNIP]...
<body MS_POSITIONING="GridLayout" bottomMargin="4" leftMargin="4" topMargin="4" rightMargin="4">
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

6.12. http://www3.jcpenney.com/jcp/x2.aspx  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/x2.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /jcp/x2.aspx?DeptID=56530&CatID=56530&cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Pragma: no-cache
Content-Type: text/html; charset=utf-8
ntCoent-Length: 32077
Cache-Control: no-cache
Expires: Sat, 12 Feb 2011 16:28:12 GMT
Date: Sat, 12 Feb 2011 16:28:12 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 32077


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
   <HEAD>
       <title id="PageTitle">JCPenney : stores</title>
       <meta name="vs_defaultClientScript" content="JavaScript">
       <me
...[SNIP]...
<BODY style="MARGIN: 4px" BGCOLOR="#ffffff" >
   
<script type="text/javascript" src="http://media.richrelevance.com/rrserver/js/0.4/p13n.js"></script>
...[SNIP]...

7. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www3.jcpenney.com
Path:   /jcp/CustomerServiceSub.aspx

Issue detail

The following email address was disclosed in the response:

Issue background

The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.

However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.

Issue remediation

You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).

Request

GET /jcp/CustomerServiceSub.aspx?CatTyp=CSR&CatID=12490&cmResetCat=True&CmCatId=homepage&mscssid=628bf14a8ddbd45e781c4a9e5a3041a84xMnVNoV5aGoxMnVNoV5aGW200B3E7340447F550F1729B18039F822CC121104316 HTTP/1.1
Host: www3.jcpenney.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: stop_mobi=yes;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP="CAO DSP COR CURa DEVa PSAa IVAa OURa IND UNI NAV STA OTC"
Content-Type: text/html; charset=utf-8
ntCoent-Length: 68330
Expires: Sat, 12 Feb 2011 16:28:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sat, 12 Feb 2011 16:28:21 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JCPSession=InitialShopperId=28bf14a8ddbd45e781c4a9e5a3041a84&ShopperType=XGN255; domain=.jcpenney.com; expires=Thu, 31-Dec-2015 06:00:00 GMT; path=/jcp
Content-Length: 68330


<HTML>
   <HEAD>
       <TITLE>JCPenney</TITLE>
       <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
       <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
       <meta name="vs_defa
...[SNIP]...
<A HREF='mailto:privacy@jcpenneyeservices.com?' AMSHREF='' AMSID="AMSLINK28" ><u>privacy@jcpenneyeservices.com</u>
...[SNIP]...
<A HREF='mailto:privacy@jcpenneyeservices.com?' AMSHREF='' AMSID="AMSLINK30" ><u>privacy@jcpenneyeservices.com</u>
...[SNIP]...
<A HREF='mailto:privacy@jcpenneyeservices.com?' AMSHREF='' AMSID="AMSLINK32" ><u>privacy@jcpenneyeservices.com</u>
...[SNIP]...
<A HREF='mailto:privacy@jcpenneyeservices.com?' AMSHREF='' AMSID="AMSLINK35" ><u>privacy@jcpenneyeservices.com</u>
...[SNIP]...
<A HREF='mailto:privacy@jcpenneyeservices.com?' AMSHREF='' AMSID="AMSLINK50" ><u>privacy@jcpenneyeservices.com</u>
...[SNIP]...

8. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www3.jcpenney.com
Path:   /jcp/vbscript/AmsScript.vbs

Issue detail

The response contains the following Content-type statement:The response states that it contains script. However, it actually appears to contain plain text.

Issue background

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.

Request

GET /jcp/vbscript/AmsScript.vbs?version=10282010 HTTP/1.1
Host: www3.jcpenney.com
Proxy-Connection: keep-alive
Referer: http://www.jcpenney.com/jcp/default.aspx
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: stop_mobi=yes

Response

HTTP/1.1 200 OK
Cteonnt-Length: 355
Content-Type: text/vbscript
Last-Modified: Thu, 15 Feb 2007 16:10:57 GMT
Accept-Ranges: bytes
ETag: "4abf58e01b51c71:23e"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Cache-Control: private, max-age=32884
Date: Sat, 12 Feb 2011 16:15:43 GMT
Connection: close
Vary: Accept-Encoding
Content-Length: 355


'****** AMSFlash: AMSID=SCRIPT *********

Function VBGetSwfVer(i)
on error resume next
Dim swControl, swVersion
swVersion = 0

set swControl = CreateObject("ShockwaveFlash.Shockwave
...[SNIP]...

Report generated by CloudScan Vulnerability Crawler at Mon Feb 14 10:10:29 CST 2011.