Report generated by Hoyt LLC Research at Sat Nov 13 20:09:36 CST 2010.


Cross Site Scripting Reports | Hoyt LLC Research

Loading

1. Cross-site scripting (reflected)

2. Cross-domain Referer leakage

2.1. http://www.foxbusiness.com/markets/2010/11/11/foreclosure-mess-lead-rise-loan-modifications/

2.2. http://www.foxbusiness.com/personal-finance/index.html

2.3. http://www.foxbusiness.com/static/all/js/ad.js

2.4. http://www.foxbusiness.com/static/all/js/head.js

2.5. http://www.foxbusiness.com/watch/topics/politics/elections.htm

3. Cross-domain script include

3.1. http://www.foxbusiness.com/index.html

3.2. http://www.foxbusiness.com/markets/2010/11/02/harry-reid-pull/

3.3. http://www.foxbusiness.com/markets/2010/11/10/settles-lawsuits-h-p-alleged-violation-fcc-bidding-rules/

3.4. http://www.foxbusiness.com/markets/2010/11/11/bt-tops-views-internet-tv-improvements/

3.5. http://www.foxbusiness.com/markets/2010/11/11/foreclosure-mess-lead-rise-loan-modifications/

3.6. http://www.foxbusiness.com/markets/2010/11/11/marketing-deals-savvy-sports-stars-eye-equity/

3.7. http://www.foxbusiness.com/markets/2010/11/12/week-ahead-gm-sells-ipo/

3.8. http://www.foxbusiness.com/markets/index.html

3.9. http://www.foxbusiness.com/markets/stocks-bonds/index.html

3.10. http://www.foxbusiness.com/markets/world-markets/index.html

3.11. http://www.foxbusiness.com/personal-finance/

3.12. http://www.foxbusiness.com/personal-finance/index.html

3.13. http://www.foxbusiness.com/static/fb2/404/js/omtr_code.js

3.14. http://www.foxbusiness.com/static/fb2/ws/img/site/bg-icon-loader-3.gif

3.15. http://www.foxbusiness.com/topics/politics/elections.htm

3.16. http://www.foxbusiness.com/watch/

4. Email addresses disclosed

4.1. http://www.foxbusiness.com/static/all/css/screen.css

4.2. http://www.foxbusiness.com/static/all/js/jquery.plugins.js

4.3. http://www.foxbusiness.com/static/fb2/404/js/omtr_code.js

4.4. http://www.foxbusiness.com/static/fb2/ws/img/site/bg-icon-loader-3.gif

5. Private IP addresses disclosed

6. Content type incorrectly stated

6.1. http://www.foxbusiness.com/favicon.ico

6.2. http://www.foxbusiness.com/static/managed/img/156x20-business-journal.gif

6.3. http://www.foxbusiness.com/static/managed/img/156x20-wallet-pop.gif

6.4. http://www.foxbusiness.com/static/managed/img/156x20-zacks.gif

6.5. http://www.foxbusiness.com/watch/sites/foxbusiness.com.watch/themes/foxbusiness_com_watch/favicon.ico



1. Cross-site scripting (reflected)  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /topics/politics/elections.htm

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 7bb08"%3balert(1)//0083b0aab92 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 7bb08";alert(1)//0083b0aab92 in the application's response.

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

Remediation detail

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

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.

Request

GET /topics/politics/elections.htm?7bb08"%3balert(1)//0083b0aab92=1 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.foxbusiness.com/watch/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: PWS/1.6.2
X-Px: ms iad-agg-n25 ( iad-agg-n30), ms iad-agg-n30 ( origin>CONN)
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Cache-Control: max-age=180
Expires: Sat, 13 Nov 2010 16:45:50 GMT
Date: Sat, 13 Nov 2010 16:42:50 GMT
Connection: close
Content-Length: 74232

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<META http-equiv="Content-Type" conten
...[SNIP]...
ZDATA.themeUrl = "http://www.foxbusiness.com/search-results/FileResource//themes/projects/foxbusiness/7.0_4911";
EZDATA.pageUrl = "http://www.foxbusiness.com/topics/politics/elections.htm?&7bb08";alert(1)//0083b0aab92=1";
EZDATA.baseUrl = "http://www.foxbusiness.com/search-results/";
EZDATA.basePubUrl = "http://www.foxbusiness.com/topics/";
EZDATA.baseSearchUrl = "http://www.foxb
...[SNIP]...

2. Cross-domain Referer leakage  previous  next
There are 5 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.


2.1. http://www.foxbusiness.com/markets/2010/11/11/foreclosure-mess-lead-rise-loan-modifications/  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /markets/2010/11/11/foreclosure-mess-lead-rise-loan-modifications/

Issue detail

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

Request

GET /markets/2010/11/11/foreclosure-mess-lead-rise-loan-modifications/?test=MM HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.foxbusiness.com/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
X-FoxNews-EdgeTTL: 5m
Vary: Accept-Encoding
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:58:58 GMT
Connection: close
Content-Length: 73698


<!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:og="http://o
...[SNIP]...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       
               
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
<link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
<link rel="schema.prism" href="http://prismstandard.org/namespaces/basic/2.1/" />
<link rel="schema.iptc" href="http://iptc.org/std/nar/2006-10-01/" />

<title>
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...
<dd class="head-fn"><a href="http://www.foxnews.com/" class=""><span>
...[SNIP]...
<dd class="head-fr"><a href="http://radio.foxnews.com/"><span>
...[SNIP]...
<dd class="head-flat"><a href="http://latino.foxnews.com/" class=""><span>
...[SNIP]...
<dd class="head-fnat"><a href="http://www.thefoxnation.com/"><span>
...[SNIP]...
<div class="username">
           <img src="http://www.foxnews.com/static/all/img/head/profile.png" alt="" />
       </div>
...[SNIP]...
<li><a href="http://www.foxsmallbusinesscenter.com/index.html">Small Business</a>
...[SNIP]...
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=foxnation">comments powered by Disqus.</a>
...[SNIP]...
<div class="top"><a href="http://publishing.ramp.com/foxbusiness/it-services.htm"><img src="http://www.foxnews.com/projects/misc_images/servicesit.jpg" alt="IT Services"/></a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.fool.com/investing/general/2010/11/13/the-motley-fools-weekly-editors-picks.aspx">The Motley Fool's Weekly Editors' Picks</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.fool.com/investing/general/2010/11/13/the-fool-looks-ahead.aspx">The Fool Looks Ahead</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.fool.com/investing/general/2010/11/13/a-fool-looks-back.aspx">A Fool Looks Back</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.fool.com/investing/general/2010/11/13/is-rf-micro-devices-working-hard-enough-for-you.aspx">Is RF Micro Devices Working Hard Enough for You?</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.fool.com/investing/general/2010/11/12/3-reasons-to-sell-tesla-motors.aspx">3 Reasons to Sell Tesla Motors</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feeds.smartmoney.com/~r/smartmoney/djdn/pf-spend/~3/9TlyreMrE4I/">Credit Cards Can Make You Fat</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feeds.smartmoney.com/~r/smartmoney/djdn/pf-spend/~3/Y5NRAxl7xnU/">How to Pile Up Rewards Points This Season</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feeds.smartmoney.com/~r/smartmoney/djdn/pf-spend/~3/OVUuEhxnvvQ/">2 Child-Care Tax Breaks So You Can Go to Work</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feeds.smartmoney.com/~r/smartmoney/djdn/pf-spend/~3/MriB7BAqjoU/">The New Golden Girls</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feeds.smartmoney.com/~r/smartmoney/djdn/pf-spend/~3/pbBAne4i9nM/">7 Sales Pitches You Can't Resist</a>
...[SNIP]...
<div class="top"><img src="http://www.foxnews.com/projects/misc_images/zacks2.gif" alt=""/></div>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.zacks.com/stock/news/43237/ADIDFOX/Pepco+Gets+%243.9+Million+Contract+-+Analyst+Blog">Pepco Gets $3.9 Million Contract - Analyst Blog</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.zacks.com/stock/news/43236/ADIDFOX/Chevron+Retains+Neutral+Rec+-+Analyst+Blog">Chevron Retains Neutral Rec - Analyst Blog</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.zacks.com/stock/news/43234/ADIDFOX/CSC+to+License+Billing+Software+-+Analyst+Blog">CSC to License Billing Software - Analyst Blog</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.zacks.com/stock/news/43235/ADIDFOX/ETP%27s+Projects+Nearing+Completion+-+Analyst+Blog">ETP's Projects Nearing Completion - Analyst Blog</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.zacks.com/stock/news/43232/ADIDFOX/Lockheed+Wins+Navy+Contract+-+Analyst+Blog">Lockheed Wins Navy Contract - Analyst Blog</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.walletpop.com/blog/2009/11/03/hot-products-to-avoid-online/" rel=""nofollow"">
                                   "Hot" Products to Avoid Online</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.walletpop.com/blog/2009/11/03/ad-rant-chris-farleys-brother-responds/" rel=""nofollow"">
                                   Ad Rant: Chris Farley's Brother Responds</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.walletpop.com/blog/2009/11/03/why-you-can-afford-to-cruise-on-the-mighty-oasis-of-the-seas/" rel=""nofollow"">
                                   You Can Afford Trip on New, Biggest Cruise Liner</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.walletpop.com/blog/2009/11/04/rumor-apple-to-offer-a-30-unlimited-tv-package/" rel=""nofollow"">
                                   Rumor: Apple to Offer $30 Unlimited TV Package</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.walletpop.com/blog/2009/11/02/e-coli-outbreaks-lead-to-meat-recall-more-than-500-000-pounds-o/" rel=""nofollow"">
                                   E.Coli Outbreaks Lead to Meat Recall</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.dailyfinance.com/story/investing/demand-for-gm-ipo-was-the-price-set-too-low/19715450/" rel=""nofollow"">
                                   Demand for GM IPO: Was the Price Set Too Low?</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.dailyfinance.com/story/streetwise/global-giants-hiding-on-the-pink-sheets/19710847/" rel=""nofollow"">
                                   Global Giants Hiding on the Pink Sheets</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.dailyfinance.com/story/media/undercover-boss-preview-steven-foster-lucky-strike/19714419/" rel=""nofollow"">
                                   On 'Undercover Boss', Bowling Exec Tries to Avoid the Gutter</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.bloggingstocks.com/2010/11/13/housing-woes-not-nearing-an-end/" rel=""nofollow"">
                                   Gary Shilling: Don't Expect an End to Housing Woes</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.bloggingstocks.com/2010/11/13/comfort-zone-investing-should-you-buy-gm-hold/" rel=""nofollow"">
                                   GM Will Soon Go Public, But Should You Invest?</a>
...[SNIP]...
<li class="dv-item">
                                   <a href="http://www.foxsmallbusinesscenter.com/index.html">Small Business</a>
...[SNIP]...
<li class="dv-item">
                                   <a href="http://www.foxbusines.com/watch/show-schedule/">TV Show Schedule</a>
...[SNIP]...
<li class="dv-item">
                                   <a href="http://careers.foxnews.com/category/fox-business/">Jobs at Fox Business</a>
...[SNIP]...
<li class="dv-item">
                                   <a href="http://fncu.foxnews.com/">Internships</a>
...[SNIP]...
<strong><a href="http://www.facebook.com/FoxBusiness">Facebook</a>
...[SNIP]...
<strong><a href="http://twitter.com/foxbusiness">Twitter</a>
...[SNIP]...
<strong><a href="http://www.youtube.com/user/FoxBusinessNetwork">YouTube</a>
...[SNIP]...
</a>). Powered and Implemented by <a href="http://www.interactivedata.com/idms">Interactive Data Managed Solutions</a>. Company fundamental data provided by <a href="http://fundamentals.morningstar.com/">Morningstar</a>
...[SNIP]...

2.2. http://www.foxbusiness.com/personal-finance/index.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /personal-finance/index.html

Issue detail

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

Request

GET /personal-finance/index.html?7bb08"%3balert(1)//0083b0aab92=1 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: www.foxbusiness.com

Response

HTTP/1.1 200 OK
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 17:00:04 GMT
Connection: close
Content-Length: 115185


<!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:og="http://o
...[SNIP]...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       
               
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
<link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
<link rel="schema.prism" href="http://prismstandard.org/namespaces/basic/2.1/" />
<link rel="schema.iptc" href="http://iptc.org/std/nar/2006-10-01/" />

<meta name="refresh" http-equiv="refresh" content="600" />
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...
<dd class="head-fn"><a href="http://www.foxnews.com/" class=""><span>
...[SNIP]...
<dd class="head-fr"><a href="http://radio.foxnews.com/"><span>
...[SNIP]...
<dd class="head-flat"><a href="http://latino.foxnews.com/" class=""><span>
...[SNIP]...
<dd class="head-fnat"><a href="http://www.thefoxnation.com/"><span>
...[SNIP]...
<div class="username">
           <img src="http://www.foxnews.com/static/all/img/head/profile.png" alt="" />
       </div>
...[SNIP]...
<li><a href="http://www.foxsmallbusinesscenter.com/index.html">Small Business</a>
...[SNIP]...
<p class="more author more-author"><a href="http://www.foxsmallbusinesscenter.com/contributor/nancy-colasurdo">columnist page</a>
...[SNIP]...
<p class="more author more-author"><a href="http://www.foxnews.com/contributor/elizabeth-prann">columnist page</a>
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/mortgages/?pid=p:foxbz&amp;prods=1" onclick="window.open(this.href);return false;">30 yr fixed mtg</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=2&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=1" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/mortgages/?pid=p:foxbz&amp;prods=2" onclick="window.open(this.href);return false;">15 yr fixed mtg</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=2&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=10" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/mortgages/?pid=p:foxbz&amp;prods=4" onclick="window.open(this.href);return false;">30 yr fixed jumbo mtg</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=2&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=325" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/mortgages/?pid=p:foxbz&amp;prods=6" onclick="window.open(this.href);return false;">5/1 ARM</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=2&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=341" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/mortgages/?pid=p:foxbz&amp;prods=7" onclick="window.open(this.href);return false;">5/1 jumbo ARM</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=2&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=359" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/home-equity/?pid=p:foxbz&amp;prods=437" onclick="window.open(this.href);return false;">$30K HELOC </a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=8&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=30" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/home-equity/?pid=p:foxbz&amp;prods=507" onclick="window.open(this.href);return false;">$50K HELOC </a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=8&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=522" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/home-equity/?pid=p:foxbz&amp;prods=438" onclick="window.open(this.href);return false;">$30K home equity loan </a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=8&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=240" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/home-equity/?pid=p:foxbz&amp;prods=506" onclick="window.open(this.href);return false;">$50K home equity loan </a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=8&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=528" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/home-equity/?pid=p:foxbz&amp;prods=457" onclick="window.open(this.href);return false;">$75K home equity loan </a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=8&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=472" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/auto/?pid=p:foxbz&amp;prods=40" onclick="window.open(this.href);return false;">36 month new car loan</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=8&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=45" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/auto/?pid=p:foxbz&amp;prods=42" onclick="window.open(this.href);return false;">36 month used car loan</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=8&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=223" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/auto/?pid=p:foxbz&amp;prods=39" onclick="window.open(this.href);return false;">48 month new car loan</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=8&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=23" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/auto/?pid=p:foxbz&amp;prods=74" onclick="window.open(this.href);return false;">48 month used car loan</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=8&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=227" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/auto/?pid=p:foxbz&amp;prods=41" onclick="window.open(this.href);return false;">60 month new car loan</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=8&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=234" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/cd-investments/?pid=p:foxbz&amp;prods=14&amp;local=true" onclick="window.open(this.href);return false;">6 month CD</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=7&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=156" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/cd-investments/?pid=p:foxbz&amp;prods=15&amp;local=true" onclick="window.open(this.href);return false;">1 yr CD</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=7&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=50" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/cd-investments/?pid=p:foxbz&amp;prods=55&amp;local=true" onclick="window.open(this.href);return false;">1 yr IRA CD</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=7&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=51" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/cd-investments/?pid=p:foxbz&amp;prods=19&amp;local=true" onclick="window.open(this.href);return false;">5 yr CD</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=7&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=138" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<td class="first"><a href="http://www.bankrate.com/funnel/cd-investments/?pid=p:foxbz&amp;prods=59&amp;local=true" onclick="window.open(this.href);return false;">5 yr IRA CD</a>
...[SNIP]...
<td><a href="http://www.bankrate.com/funnel/graph/?pid=p:foxbz&amp;cat=7&amp;state=zz&amp;d=1825&amp;t=Line&amp;ids=140" onclick="window.open(this.href);return false;"><img src="/static/fb2/ws/img/site/icon-2.gif" alt="Graph">
...[SNIP]...
<div class="bottom"><a href="http://www.bankrate.com/?pid=p:foxbz "><img src="http://www.foxnews.com/static/managed/img/Bankrate4.jpeg" alt="bankrate"/></a>
...[SNIP]...
<div class="top"><a href="http://publishing.ramp.com/foxbusiness/it-services.htm"><img src="http://www.foxnews.com/projects/misc_images/servicesit.jpg" alt="IT Services"/></a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.fool.com/investing/general/2010/11/13/and-the-electric-car-winner-is.aspx">And the Electric-Car Winner Is ...</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.fool.com/investing/general/2010/11/13/how-cheap-is-dow-chemicals-stock-by-the-numbers.aspx">How Cheap Is Dow Chemical's Stock by the Numbers?</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.fool.com/investing/general/2010/11/13/the-motley-fools-weekly-editors-picks.aspx">The Motley Fool's Weekly Editors' Picks</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.fool.com/investing/general/2010/11/13/the-fool-looks-ahead.aspx">The Fool Looks Ahead</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.fool.com/investing/general/2010/11/13/a-fool-looks-back.aspx">A Fool Looks Back</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feeds.smartmoney.com/~r/smartmoney/djdn/pf-spend/~3/9TlyreMrE4I/">Credit Cards Can Make You Fat</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feeds.smartmoney.com/~r/smartmoney/djdn/pf-spend/~3/Y5NRAxl7xnU/">How to Pile Up Rewards Points This Season</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feeds.smartmoney.com/~r/smartmoney/djdn/pf-spend/~3/OVUuEhxnvvQ/">2 Child-Care Tax Breaks So You Can Go to Work</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feeds.smartmoney.com/~r/smartmoney/djdn/pf-spend/~3/MriB7BAqjoU/">The New Golden Girls</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feeds.smartmoney.com/~r/smartmoney/djdn/pf-spend/~3/pbBAne4i9nM/">7 Sales Pitches You Can't Resist</a>
...[SNIP]...
<div class="top"><img src="http://www.foxnews.com/projects/misc_images/zacks2.gif" alt=""/></div>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.zacks.com/stock/news/43237/ADIDFOX/Pepco+Gets+%243.9+Million+Contract+-+Analyst+Blog">Pepco Gets $3.9 Million Contract - Analyst Blog</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.zacks.com/stock/news/43236/ADIDFOX/Chevron+Retains+Neutral+Rec+-+Analyst+Blog">Chevron Retains Neutral Rec - Analyst Blog</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.zacks.com/stock/news/43234/ADIDFOX/CSC+to+License+Billing+Software+-+Analyst+Blog">CSC to License Billing Software - Analyst Blog</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.zacks.com/stock/news/43235/ADIDFOX/ETP%27s+Projects+Nearing+Completion+-+Analyst+Blog">ETP's Projects Nearing Completion - Analyst Blog</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.zacks.com/stock/news/43232/ADIDFOX/Lockheed+Wins+Navy+Contract+-+Analyst+Blog">Lockheed Wins Navy Contract - Analyst Blog</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.walletpop.com/blog/2009/11/03/hot-products-to-avoid-online/" rel=""nofollow"">
                                   "Hot" Products to Avoid Online</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.walletpop.com/blog/2009/11/03/ad-rant-chris-farleys-brother-responds/" rel=""nofollow"">
                                   Ad Rant: Chris Farley's Brother Responds</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.walletpop.com/blog/2009/11/03/why-you-can-afford-to-cruise-on-the-mighty-oasis-of-the-seas/" rel=""nofollow"">
                                   You Can Afford Trip on New, Biggest Cruise Liner</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.walletpop.com/blog/2009/11/04/rumor-apple-to-offer-a-30-unlimited-tv-package/" rel=""nofollow"">
                                   Rumor: Apple to Offer $30 Unlimited TV Package</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.walletpop.com/blog/2009/11/02/e-coli-outbreaks-lead-to-meat-recall-more-than-500-000-pounds-o/" rel=""nofollow"">
                                   E.Coli Outbreaks Lead to Meat Recall</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.dailyfinance.com/story/investing/demand-for-gm-ipo-was-the-price-set-too-low/19715450/" rel=""nofollow"">
                                   Demand for GM IPO: Was the Price Set Too Low?</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.dailyfinance.com/story/streetwise/global-giants-hiding-on-the-pink-sheets/19710847/" rel=""nofollow"">
                                   Global Giants Hiding on the Pink Sheets</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.dailyfinance.com/story/media/undercover-boss-preview-steven-foster-lucky-strike/19714419/" rel=""nofollow"">
                                   On 'Undercover Boss', Bowling Exec Tries to Avoid the Gutter</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.bloggingstocks.com/2010/11/13/housing-woes-not-nearing-an-end/" rel=""nofollow"">
                                   Gary Shilling: Don't Expect an End to Housing Woes</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://www.bloggingstocks.com/2010/11/13/comfort-zone-investing-should-you-buy-gm-hold/" rel=""nofollow"">
                                   GM Will Soon Go Public, But Should You Invest?</a>
...[SNIP]...
<div class="top"><img src="http://www.foxsmallbusinesscenter.com/static/managed/img/121x20_entrepreneurB.gif" alt=""/></div>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feedproxy.google.com/~r/entrepreneur/latest/~3/ABAz9zUq2zY/217406">The Future-Proof Entrepreneur: 25 New Tech Trends</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feedproxy.google.com/~r/entrepreneur/latest/~3/LVxNQ22n-WE/217516">How to Become a Master Problem Solver</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feedproxy.google.com/~r/entrepreneur/latest/~3/wmAzeZsqSS0/217524">How to Choose the Right Web Server</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feedproxy.google.com/~r/entrepreneur/latest/~3/iKBGRvnyliI/217522">Business Ideas for Military Veterans</a>
...[SNIP]...
<div class="primary set primary-set">
                       <a href="http://feedproxy.google.com/~r/entrepreneur/latest/~3/N0ZkE7Vu8PA/217503">The 25 Worst High-Tech Habits (and How to Fix Them)</a>
...[SNIP]...
<li class="dv-item">
                                   <a href="http://www.foxsmallbusinesscenter.com/index.html">Small Business</a>
...[SNIP]...
<li class="dv-item">
                                   <a href="http://www.foxbusines.com/watch/show-schedule/">TV Show Schedule</a>
...[SNIP]...
<li class="dv-item">
                                   <a href="http://careers.foxnews.com/category/fox-business/">Jobs at Fox Business</a>
...[SNIP]...
<li class="dv-item">
                                   <a href="http://fncu.foxnews.com/">Internships</a>
...[SNIP]...
<strong><a href="http://www.facebook.com/FoxBusiness">Facebook</a>
...[SNIP]...
<strong><a href="http://twitter.com/foxbusiness">Twitter</a>
...[SNIP]...
<strong><a href="http://www.youtube.com/user/FoxBusinessNetwork">YouTube</a>
...[SNIP]...
</a>). Powered and Implemented by <a href="http://www.interactivedata.com/idms">Interactive Data Managed Solutions</a>. Company fundamental data provided by <a href="http://fundamentals.morningstar.com/">Morningstar</a>
...[SNIP]...

2.3. http://www.foxbusiness.com/static/all/js/ad.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /static/all/js/ad.js

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /static/all/js/ad.js?b1015 HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/topics/politics/elections.htm
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Thu, 11 Nov 2010 22:20:07 GMT
ETag: "3c3401e-7ce9-6051f3c0"
Accept-Ranges: bytes
Content-Type: application/x-javascript
Vary: Accept-Encoding
Date: Sat, 13 Nov 2010 16:40:50 GMT
Connection: close
Content-Length: 31977

//Integration Services - v 0.99
var ad = {
   _tile: 0,
   ord: Math.floor(999999999*Math.random()),
dc: {
_svr: "http://ad.doubleclick.net",
_method: "adj",
       _url: "",
       _kw
...[SNIP]...
</scr"+ "ipt>";//document.write(\"<iframe src='http://www.google.com'></iframe>
...[SNIP]...

2.4. http://www.foxbusiness.com/static/all/js/head.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /static/all/js/head.js

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /static/all/js/head.js?1007 HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/watch/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Thu, 11 Nov 2010 22:20:07 GMT
ETag: "3c34023-6f45-6051f3c0"
Accept-Ranges: bytes
Content-Type: application/x-javascript
Vary: Accept-Encoding
Date: Sat, 13 Nov 2010 16:40:48 GMT
Connection: close
Content-Length: 28485

/***** Header Script *****//*
Updated: 10/01/2010
Header script functions

To search for a specific prototype, search the keyword:
- Authentication: fn.authentication
- Weather Section: fn.weather
-
...[SNIP]...
tem.html(logoutLink);
                       }
                   });
                   
                   // show authentication stuff
                   authElm.css({ display:"inline" });
                   animateFn.show(authElm,{ speed:300,type:"swing" });
                   
                   userElm.html('<img src="http://www.foxnews.com/static/all/img/head/profile.png" alt="" /> ' + as.getDisplayName());
                   userElm.css({ display:"inline" });
                   animateFn.show(userElm,{ speed:300,type:"swing" });
               } else {
                   
                   authElm.children().each(function(){
                       var item =
...[SNIP]...

2.5. http://www.foxbusiness.com/watch/topics/politics/elections.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /watch/topics/politics/elections.htm

Issue detail

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

Request

GET /watch/topics/politics/elections.htm?7bb08%2522%253balert(1)//0083b0aab92=1 HTTP/1.1
Host: www.foxbusiness.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.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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 404 Not Found
Server: Apache
ETag: "75e9f1f4f1b64864285c236ec43101d7:1287119735"
Last-Modified: Fri, 15 Oct 2010 05:15:35 GMT
Accept-Ranges: bytes
Content-Type: text/html
Vary: Accept-Encoding
Date: Sat, 13 Nov 2010 16:58:17 GMT
Connection: close
Content-Length: 13028

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
       <meta http-e
...[SNIP]...
<dd class="head-fn"><a href="http://www.foxnews.com/"><span>
...[SNIP]...
<dd class="head-flat"><a href="http://latino.foxnews.com/"><span>
...[SNIP]...
<dd class="head-fr"><a href="http://radio.foxnews.com/"><span>
...[SNIP]...
<dd class="head-fnat"><a href="http://www.thefoxnation.com/"><span>
...[SNIP]...
<li><a href="http://www.foxsmallbusinesscenter.com/index.html">Small Business</a>
...[SNIP]...
<li class="dv-item">
                                           <a href="http://www.foxbusines.com/watch/show-schedule/">TV Show Schedule</a>
...[SNIP]...
<li class="dv-item">
                                           <a href="http://careers.foxnews.com/category/fox-business/">Jobs at Fox Business</a>
...[SNIP]...
<li class="dv-item">
                                           <a href="http://fncu.foxnews.com/">Internships</a>
...[SNIP]...
<strong><a href="http://www.facebook.com/FoxBusiness">Facebook</a>
...[SNIP]...
<strong><a href="http://twitter.com/foxbusiness">Twitter</a>
...[SNIP]...
<strong><a href="http://www.youtube.com/user/FoxBusinessNetwork">YouTube</a>
...[SNIP]...
</a>). Powered and Implemented by <a href="http://www.interactivedata.com/idms">Interactive Data Managed Solutions</a>. Company fundamental data provided by <a href="http://fundamentals.morningstar.com/">Morningstar</a>
...[SNIP]...

3. Cross-domain script include  previous  next
There are 16 instances of this issue:

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.


3.1. http://www.foxbusiness.com/index.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /index.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /index.html HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.foxnews.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html;charset=UTF-8
X-N: S
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:40:27 GMT
Connection: close
Content-Length: 97938

<!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:og="http://opengraphprotocol
...[SNIP]...
</script>
   
           
       <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.2. http://www.foxbusiness.com/markets/2010/11/02/harry-reid-pull/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /markets/2010/11/02/harry-reid-pull/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /markets/2010/11/02/harry-reid-pull/ HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.foxbusiness.com/markets/stocks-bonds/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
X-FoxNews-EdgeTTL: 5m
Vary: Accept-Encoding
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:59:18 GMT
Connection: close
Content-Length: 75538


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.3. http://www.foxbusiness.com/markets/2010/11/10/settles-lawsuits-h-p-alleged-violation-fcc-bidding-rules/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /markets/2010/11/10/settles-lawsuits-h-p-alleged-violation-fcc-bidding-rules/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /markets/2010/11/10/settles-lawsuits-h-p-alleged-violation-fcc-bidding-rules/ HTTP/1.1
Host: www.foxbusiness.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:42:28 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 71847


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.4. http://www.foxbusiness.com/markets/2010/11/11/bt-tops-views-internet-tv-improvements/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /markets/2010/11/11/bt-tops-views-internet-tv-improvements/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /markets/2010/11/11/bt-tops-views-internet-tv-improvements/ HTTP/1.1
Host: www.foxbusiness.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:42:29 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 71498


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.5. http://www.foxbusiness.com/markets/2010/11/11/foreclosure-mess-lead-rise-loan-modifications/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /markets/2010/11/11/foreclosure-mess-lead-rise-loan-modifications/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /markets/2010/11/11/foreclosure-mess-lead-rise-loan-modifications/ HTTP/1.1
Host: www.foxbusiness.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:42:30 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 73697


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.6. http://www.foxbusiness.com/markets/2010/11/11/marketing-deals-savvy-sports-stars-eye-equity/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /markets/2010/11/11/marketing-deals-savvy-sports-stars-eye-equity/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /markets/2010/11/11/marketing-deals-savvy-sports-stars-eye-equity/ HTTP/1.1
Host: www.foxbusiness.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:42:31 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 73775


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.7. http://www.foxbusiness.com/markets/2010/11/12/week-ahead-gm-sells-ipo/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /markets/2010/11/12/week-ahead-gm-sells-ipo/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /markets/2010/11/12/week-ahead-gm-sells-ipo/ HTTP/1.1
Host: www.foxbusiness.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:42:33 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 73989


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.8. http://www.foxbusiness.com/markets/index.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /markets/index.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /markets/index.html HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.foxbusiness.com/personal-finance/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Vary: Accept-Encoding
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:40:53 GMT
Connection: close
Content-Length: 109222


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.9. http://www.foxbusiness.com/markets/stocks-bonds/index.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /markets/stocks-bonds/index.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /markets/stocks-bonds/index.html HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.foxbusiness.com/markets/2010/11/11/foreclosure-mess-lead-rise-loan-modifications/?test=MM
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Vary: Accept-Encoding
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:59:14 GMT
Connection: close
Content-Length: 83371


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.10. http://www.foxbusiness.com/markets/world-markets/index.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /markets/world-markets/index.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /markets/world-markets/index.html HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.foxbusiness.com/markets/2010/11/02/harry-reid-pull/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Vary: Accept-Encoding
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html;charset=UTF-8
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:59:22 GMT
Connection: close
Content-Length: 79560


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.11. http://www.foxbusiness.com/personal-finance/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /personal-finance/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /personal-finance/ HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/personal-finance/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html;charset=UTF-8
X-N: S
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:59:55 GMT
Connection: close
Content-Length: 115186


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.12. http://www.foxbusiness.com/personal-finance/index.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /personal-finance/index.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /personal-finance/index.html HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.foxbusiness.com/topics/politics/elections.htm
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html;charset=UTF-8
X-N: S
Cache-Control: no-cache
Date: Sat, 13 Nov 2010 16:40:51 GMT
Connection: close
Content-Length: 115185


<!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:og="http://o
...[SNIP]...
</script>
   
       
           <script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...

3.13. http://www.foxbusiness.com/static/fb2/404/js/omtr_code.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /static/fb2/404/js/omtr_code.js

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /static/fb2/404/js/omtr_code.js HTTP/1.1
Host: www.foxbusiness.com
Proxy-Connection: keep-alive
Referer: http://www.foxbusiness.com/watch/topics/politics/elections.htm?7bb08%2522%253balert(1)//0083b0aab92=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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 404 Not Found
Server: Apache
Last-Modified: Fri, 01 Oct 2010 21:31:48 GMT
ETag: "1bd80c9-37dc-ec085900;ed082800"
Accept-Ranges: bytes
Vary: Accept-Encoding
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html; charset=UTF-8
Cache-Control: max-age=120
Date: Sat, 13 Nov 2010 16:58:19 GMT
Connection: close
Content-Length: 14300

<!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" xml:lang="en" lang="en">
<head>

...[SNIP]...
</script>
<script type="text/javascript" src="http://js.revsci.net/gateway/gw.js?csid=E05510"></script>
...[SNIP]...
</div>
<script type="text/javascript" src="http://foxnews1.a.mms.mavenapps.net:80/mms/rt/1/site/foxnews1-foxbusiness-pub01-live/current/embeddedplayerwithplaylist.js" id="embeddedplayerwithplaylist"></script>
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

3.14. http://www.foxbusiness.com/static/fb2/ws/img/site/bg-icon-loader-3.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /static/fb2/ws/img/site/bg-icon-loader-3.gif

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /static/fb2/ws/img/site/bg-icon-loader-3.gif HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/markets/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 404 Not Found
Server: Apache
Last-Modified: Fri, 01 Oct 2010 21:31:48 GMT
ETag: "1bd80c9-37dc-ec085900;60ad8140"
Accept-Ranges: bytes
Vary: Accept-Encoding
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html; charset=UTF-8
Cache-Control: max-age=120
Date: Sat, 13 Nov 2010 16:40:54 GMT
Connection: close
Content-Length: 14300

<!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" xml:lang="en" lang="en">
<head>

...[SNIP]...
</script>
<script type="text/javascript" src="http://js.revsci.net/gateway/gw.js?csid=E05510"></script>
...[SNIP]...
</div>
<script type="text/javascript" src="http://foxnews1.a.mms.mavenapps.net:80/mms/rt/1/site/foxnews1-foxbusiness-pub01-live/current/embeddedplayerwithplaylist.js" id="embeddedplayerwithplaylist"></script>
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

3.15. http://www.foxbusiness.com/topics/politics/elections.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /topics/politics/elections.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /topics/politics/elections.htm HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.foxbusiness.com/watch/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: PWS/1.6.2
X-Px: ms iad-agg-n18 ( iad-agg-n29), ht iad-agg-n29.panthercdn.com
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Cache-Control: max-age=31
Expires: Sat, 13 Nov 2010 16:41:19 GMT
Date: Sat, 13 Nov 2010 16:40:48 GMT
Connection: close
Content-Length: 73627

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<META http-equiv="Content-Type" conten
...[SNIP]...
</script>
<script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...
</script>
<script src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.foxnews.com/js/hbx_3.js"></script>
...[SNIP]...
</script><script language="JavaScript" src="http://js.adsonar.com/js/adsonar.js"></script>
...[SNIP]...
</script><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
...[SNIP]...
</script><script language="JavaScript" src="http://js.adsonar.com/js/adsonar.js"></script>
...[SNIP]...
</script><script language="JavaScript" src="http://js.adsonar.com/js/adsonar.js"></script>
...[SNIP]...
</style>
<SCRIPT type="text/javascript" src="http://cdn.gigya.com/JS/socialize.js?apikey=2_r1dIwveil6V1qtp6E51xbrYWPI055A4PuNOdkHnIBUFuCjQ2roU_epXmWRQ7ovph" lang="javascript"></SCRIPT>
...[SNIP]...

3.16. http://www.foxbusiness.com/watch/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /watch/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /watch/ HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.foxbusiness.com/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.10
X-Drupal-Cache: MISS
Last-Modified: Sat, 13 Nov 2010 16:39:47 +0000
ETag: "1289666387"
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0
Date: Sat, 13 Nov 2010 16:40:47 GMT
Connection: close
Content-Length: 28358

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<me
...[SNIP]...
</script>
<script language="Javascript" src="http://ads.foxnews.com/js/ad.js"></script>
...[SNIP]...

4. Email addresses disclosed  previous  next
There are 4 instances of this issue:

Issue background

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

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

Issue remediation

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


4.1. http://www.foxbusiness.com/static/all/css/screen.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /static/all/css/screen.css

Issue detail

The following email address was disclosed in the response:

Request

GET /static/all/css/screen.css?b1015 HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/topics/politics/elections.htm
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Thu, 11 Nov 2010 22:19:59 GMT
ETag: "3c24014-2b6c-5fd7e1c0"
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Type: text/css
Date: Sat, 13 Nov 2010 16:40:49 GMT
Connection: close
Content-Length: 11116

/* -----------------------------------------------------------------------
BlueTripCSS Framework
Mike Crittenden
mike@capsizedesigns.com
Copyright 2008 Mike Crittenden
License - MIT or GPL (whichever suits you better)
----------------------------------------------------------------------- */
/* Redraw Fix */
.content-container:af
...[SNIP]...

4.2. http://www.foxbusiness.com/static/all/js/jquery.plugins.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /static/all/js/jquery.plugins.js

Issue detail

The following email address was disclosed in the response:

Request

GET /static/all/js/jquery.plugins.js HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Thu, 11 Nov 2010 22:20:07 GMT
ETag: "3c3402c-2ef6d-6051f3c0"
Accept-Ranges: bytes
Content-Type: application/x-javascript
Vary: Accept-Encoding
Date: Sat, 13 Nov 2010 16:40:28 GMT
Connection: close
Content-Length: 192365

// jQuery Plugins And Extensions. Updated: 09/15/2010

(function($){

/***** jQuery Extensions *****//*
Custom / Opensource extensions
******************************/

// Provides a custom context wh
...[SNIP]...
<brian@cherne.net>
...[SNIP]...

4.3. http://www.foxbusiness.com/static/fb2/404/js/omtr_code.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /static/fb2/404/js/omtr_code.js

Issue detail

The following email address was disclosed in the response:

Request

GET /static/fb2/404/js/omtr_code.js HTTP/1.1
Host: www.foxbusiness.com
Proxy-Connection: keep-alive
Referer: http://www.foxbusiness.com/watch/topics/politics/elections.htm?7bb08%2522%253balert(1)//0083b0aab92=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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 404 Not Found
Server: Apache
Last-Modified: Fri, 01 Oct 2010 21:31:48 GMT
ETag: "1bd80c9-37dc-ec085900;ed082800"
Accept-Ranges: bytes
Vary: Accept-Encoding
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html; charset=UTF-8
Cache-Control: max-age=120
Date: Sat, 13 Nov 2010 16:58:19 GMT
Connection: close
Content-Length: 14300

<!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" xml:lang="en" lang="en">
<head>

...[SNIP]...
<a href="mailto:feedback@foxbusiness.com">feedback@foxbusiness.com</a>
...[SNIP]...

4.4. http://www.foxbusiness.com/static/fb2/ws/img/site/bg-icon-loader-3.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /static/fb2/ws/img/site/bg-icon-loader-3.gif

Issue detail

The following email address was disclosed in the response:

Request

GET /static/fb2/ws/img/site/bg-icon-loader-3.gif HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/markets/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 404 Not Found
Server: Apache
Last-Modified: Fri, 01 Oct 2010 21:31:48 GMT
ETag: "1bd80c9-37dc-ec085900;60ad8140"
Accept-Ranges: bytes
Vary: Accept-Encoding
X-FoxNews-EdgeTTL: 5m
Content-Type: text/html; charset=UTF-8
Cache-Control: max-age=120
Date: Sat, 13 Nov 2010 16:40:54 GMT
Connection: close
Content-Length: 14300

<!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" xml:lang="en" lang="en">
<head>

...[SNIP]...
<a href="mailto:feedback@foxbusiness.com">feedback@foxbusiness.com</a>
...[SNIP]...

5. Private IP addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxbusiness.com
Path:   /static/all/js/head.js

Issue detail

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

Issue background

RFC 1918 specifies ranges of IP addresses that are reserved for use in private networks and cannot be routed on the public Internet. Although various methods exist by which an attacker can determine the public IP addresses in use by an organisation, the private addresses used internally cannot usually be determined in the same ways.

Discovering the private addresses used within an organisation can help an attacker in carrying out network-layer attacks aiming to penetrate the organisation's internal infrastructure.

Issue remediation

There is not usually any good reason to disclose the internal IP addresses used within an organisation's infrastructure. If these are being returned in service banners or debug messages, then the relevant services should be configured to mask the private addresses. If they are being used to track back-end servers for load balancing purposes, then the addresses should be rewritten with innocuous identifiers from which an attacker cannot infer any useful information about the infrastructure.

Request

GET /static/all/js/head.js HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Thu, 11 Nov 2010 22:20:07 GMT
ETag: "3c34023-6f45-6051f3c0"
Accept-Ranges: bytes
Content-Type: application/x-javascript
Vary: Accept-Encoding
Date: Sat, 13 Nov 2010 16:40:28 GMT
Connection: close
Content-Length: 28485

/***** Header Script *****//*
Updated: 10/01/2010
Header script functions

To search for a specific prototype, search the keyword:
- Authentication: fn.authentication
- Weather Section: fn.weather
-
...[SNIP]...
+_cbStr+'" type="text/javascript"%3E%3C/script%3E'));
}

// Constants
var CONST = {
   feed: {
       whatsHotLive: {
           feedFunction: "FeedSource_WhatsHotWatchLive", // feed's set function
           //url: "http://10.2.100.22:86/js/whatshot.js", // point to production
           url: "http://www.foxnews.com/js/whatshot.js",
           show: { // items to show. set to false to show however many
               hot: false,
               live: 2
           },
           rotate:
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


6.1. http://www.foxbusiness.com/favicon.ico  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.foxbusiness.com
Path:   /favicon.ico

Issue detail

The response contains the following Content-type statement:The response states that it contains plain text. However, it actually appears to contain unrecognised content.

Request

GET /favicon.ico HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Thu, 07 Oct 2010 20:07:14 GMT
ETag: "1bcc0c2-37e-70a58080"
Accept-Ranges: bytes
Content-Length: 894
Content-Type: text/plain; charset=UTF-8
Date: Sat, 13 Nov 2010 16:40:29 GMT
Connection: close

..............h.......(....... ...........@...................1Ws1Ws1Ws1Ws1Ws1Ws1Ws1Ws1Ws1Ws1Ws1Ws1Ws1Ws1Ws1Ws4]yE..E..E..E..E..E..E........[.....N..E..E..4]y9c.[..[..[..[..[..[..x..............[..[..
...[SNIP]...

6.2. http://www.foxbusiness.com/static/managed/img/156x20-business-journal.gif  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.foxbusiness.com
Path:   /static/managed/img/156x20-business-journal.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a JPEG image.

Request

GET /static/managed/img/156x20-business-journal.gif HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/markets/2010/11/11/foreclosure-mess-lead-rise-loan-modifications/?test=MM
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Fri, 15 Oct 2010 06:56:00 GMT
ETag: "4914-6d4-51b4c000"
Accept-Ranges: bytes
Content-Length: 1748
Content-Type: image/gif
Date: Sat, 13 Nov 2010 16:58:59 GMT
Connection: close

......JFIF.............C...............
.

       
...............%...#... , #&')*)..-0-(0%()(...C....
.
.

.(...((((((((((((((((((((((((((((((((((((((((((((((((((..........."..............................
...[SNIP]...

6.3. http://www.foxbusiness.com/static/managed/img/156x20-wallet-pop.gif  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.foxbusiness.com
Path:   /static/managed/img/156x20-wallet-pop.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a JPEG image.

Request

GET /static/managed/img/156x20-wallet-pop.gif HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Fri, 15 Oct 2010 06:56:50 GMT
ETag: "4915-51f-54afb080"
Accept-Ranges: bytes
Content-Length: 1311
Content-Type: image/gif
Date: Sat, 13 Nov 2010 16:40:29 GMT
Connection: close

......JFIF.............C...............
.

       
...............%...#... , #&')*)..-0-(0%()(...C....
.
.

.(...((((((((((((((((((((((((((((((((((((((((((((((((((..........."..............................
...[SNIP]...

6.4. http://www.foxbusiness.com/static/managed/img/156x20-zacks.gif  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.foxbusiness.com
Path:   /static/managed/img/156x20-zacks.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a JPEG image.

Request

GET /static/managed/img/156x20-zacks.gif HTTP/1.1
Accept: */*
Referer: http://www.foxbusiness.com/index.html
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Fri, 15 Oct 2010 06:53:35 GMT
ETag: "4913-5a7-491039c0"
Accept-Ranges: bytes
Content-Length: 1447
Content-Type: image/gif
Date: Sat, 13 Nov 2010 16:40:28 GMT
Connection: close

......JFIF.............C...............
.

       
...............%...#... , #&')*)..-0-(0%()(...C....
.
.

.(...((((((((((((((((((((((((((((((((((((((((((((((((((..........."..............................
...[SNIP]...

6.5. http://www.foxbusiness.com/watch/sites/foxbusiness.com.watch/themes/foxbusiness_com_watch/favicon.ico  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.foxbusiness.com
Path:   /watch/sites/foxbusiness.com.watch/themes/foxbusiness_com_watch/favicon.ico

Issue detail

The response contains the following Content-type statement:The response states that it contains plain text. However, it actually appears to contain unrecognised content.

Request

GET /watch/sites/foxbusiness.com.watch/themes/foxbusiness_com_watch/favicon.ico HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Host: www.foxbusiness.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache/2.2.3 (Red Hat)
Last-Modified: Wed, 06 Oct 2010 14:43:48 GMT
ETag: "14f42cd-f166-491f3ce1e1100"
Accept-Ranges: bytes
Content-Length: 61798
Content-Type: text/plain; charset=UTF-8
Date: Sat, 13 Nov 2010 16:59:27 GMT
Connection: close

..............(...............h............. .h...V... ...........    .. .............. .... .....N...00......h....)..00..........^0..00.... ..%...M..@@......h
...r..@@......(2...}..@@.... .(B..>...(.
...[SNIP]...

Report generated by Hoyt LLC Research at Sat Nov 13 20:09:36 CST 2010.