<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2010:/1/tag:www.readwriteweb.com,2009://1.14894-</id>
  <updated>2010-03-05T08:05:03Z</updated>
  <title>Comments for McAfee: Enabling Malware Distribution and Fraud</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=14894" title="McAfee: Enabling Malware Distribution and Fraud" />
    <published>2009-05-04T05:47:43Z</published>
    <updated>2009-05-05T23:25:29Z</updated>
    <title>McAfee: Enabling Malware Distribution and Fraud</title>
    <summary>McAfee, widely recognized as one of the leading providers of online security software for both home and business, appears to be struggling to secure its own Web sites, which at the time of writing this post, allow anyone with enough tech savvy to covertly do whatever they want on, and with, the site. During tests...</summary>
    <author>
      <name>Lidija Davis</name>
      
    </author>
    
    <category term="Security" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img alt="mcafee_logo_may_09.jpg" src="http://www.readwriteweb.com/images/mcafee_logo_may_09.jpg" width="120" height="48" /><a href="http://www.mcafee.com/us">McAfee</a>, widely recognized as one of the leading providers of online security software for both home and business, appears to be struggling to secure its own Web sites, which at the time of writing this post, allow anyone with enough tech savvy to covertly do whatever they want on, and with, the site.</p>

<p>During tests this weekend, we discovered the company who claims to "keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams," has several cross-site scripting (<a href="http://en.wikipedia.org/wiki/Cross-site_scripting">XSS</a>)  vulnerabilities and provides the bad guys with a brilliant - albeit ironic - launching pad from which to unleash their attacks.</p>]]>
      <![CDATA[<h2>Why a Vulnerability on a McAfee Site is of Consequence</h2>

<p>It can't get much worse than this.  This is not "yet another embarrassing incident on the Web;" not by a long shot. </p>

<p><a href="http://twitter.com/lancejssc">Lance James</a>, co-founder of <a href="http://www.securescience.net/home.html">Secure Science Corporation</a> and author of <a href="http://www.sciencedirect.com/science/book/9781597490306">Phishing Exposed</a>, noted that when a criminal locates an XSS vulnerability within a well-known Anti-Virus site, it only makes the attack more effective.  "It generates misplaced trust (being that computer users trust AV companies) and is paradise for miscreants involved in <a href="http://en.wikipedia.org/wiki/Scareware">Scareware</a> (Rogue Anti-Virus) distribution, as they can infect a legit copy of MacAfee's product and distribute it under their name." James said.  "A win for the bad guys through the power of branding; a major loss of trust for McAfee," he added.</p>

<p>Not only do security vulnerabilities harm a company's brand, they can also ultimately harm its bottom line, particularly when the company in point has made millions from the software it produces to protect <em>you</em> online; this will surely injure the McAfee brand. </p>

<p>It all began when we came across a <a href="http://nemesis.te-home.net/News/20090501_Multiple_Bugs_on_Mcafee_Websites_.html">post</a> that described some of the issues facing McAfee.  Very quickly, we realized the potential for phishing on one of McAfee's sites, the <a href="http://www.mcafeerebates.com/promocenter/mcafee/">McAfee Rebate Center</a>, which allows you to inject HTML code into one of the fields it provides on its site.  </p>

<p>If you've never seen an <a href="http://en.wikipedia.org/wiki/Code_injection">HTML injection</a> in action, try this out, it's an interesting experiment.</p>

<h2>How To: HTML Injection</h2>

<p><img alt="rebate_may_09.jpg" src="http://www.readwriteweb.com/images/rebate_may_09.jpg" width="453" height="432" /></p>

<ol><li>Go to the McAfee <a href="http://www.mcafeerebates.com/promocenter/mcafee/">Rebate Center</a></li><li>Click on Get Rebate</li><li>Include this line of code into the 'Date Purchased' field: <br/><img alt="code_may_09.jpg" src="http://www.readwriteweb.com/images/code_may_09.jpg" width="464" height="63" /></li><li>Click on continue</li></ol>

<p>This is a very basic redirect that will take you to ReadWriteWeb.  </p>

<p>And voila - you've just effected your first HTML injection.</p>

<p>Although our example is extremely simple; a no-brainer for clever coders, it illustrates a significant and more sinister point:  McAfee is clearly vulnerable to XSS attacks.  Much like the recent Mikeey worm on <a href="http://twitter.com/">Twitter</a>, this XSS issue is a result of poor <a href="http://www.readwriteweb.com/archives/security_expert_suggests_twitter_focus_on_output_e.php">output filtering</a>.  And while Twitter can be forgiven for not laying down the correct foundation in the beginning, the same cannot be said of McAfee, which has built its entire business around its knowledge and expertise in the field of information security.</p>

<h2>McAfee Secure May be Providing Incorrect Information to Users</h2>

<p>And it gets worse.  McAfee has a product called <a href="http://www.mcafeesecure.com/us/">McAfee Secure</a> which helps corporations determine whether their sites are open to malicious attack. The way it works is that sites participating in the McAfee Secure program are checked daily, and if they pass muster, they receive a McAfee Secure badge which is branded with the day of testing.</p>

<p>Unfortunately, it appears McAfee either doesn't run McAfee Secure across all of its sites, or if it does, the product is missing the bleeding obvious.</p>

<p><img alt="phish_may_09.jpg" src="http://www.readwriteweb.com/images/phish_may_09.jpg" width="519" height="483" /></p>

<p><em>From the https, to the McAfee domain, this phish site that James created even includes a valid and dated McAfee Secure certificate.</em></p>

<p>To demonstrate how easily the exploit can be used, James created a phishing site to give ReadWriteWeb readers a real-time example.  Go ahead, follow this <a href="https://kc.mcafee.com/corporate/index?page=answers&type=search&searchid=1240943327683&question_box=%3Cscript+src%3D%22http%3A%2F%2Fwww.securescience.net%2Fxss%2Fmcafee%2Fmcafee.js%22">link</a>, and click on the "add to cart" button (we promise it won't hurt you).</p>

<p>What you are seeing is a cross-site scripting exploit in action.  "Imagine," James said, "just how easy it would be to exploit home computers with <a href="http://en.wikipedia.org/wiki/Trojan_horse_(computing)">Trojans</a> that cause harm or steal information."  A phishing site, like the one he created, could easily ask you to click a link for more information.  "Or," he said, "imagine the e-mail: 'you're eligible for a McAfee rebate on your products, just click here!'"  "Basically, the main use I see it for is to <strong>spread malware as McAfee</strong>."  </p>

<p>What he's describing is ominous.  The bad guys can create a modified version of a McAfee product or a bogus McAfee update that installs a Trojan, or whatever they like, and it arrives on your home machine, special delivery.  You'd never know.  </p>

<p>In creating the fake site, James points out that he didn't need to spoof the McAfee Secure logo.  "We're using <strong>their</strong> certificate to validate <strong>our</strong> attack," he said.  </p>

<p>Go ahead.  Look up at the URL on the phishing site.  See that https://?  </p>

<p>Secure right?</p>

<p><em>Note: We've created a screencast (embedded below) of the redirection exploit for when McAfee fixes this; we hope it's soon.</em></p>

<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/NwxhzLQbaNw&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/NwxhzLQbaNw&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>

<p><strong>Update May 5, 2009</strong></p>

<p>It appears the vulnerability on McAfee's rebate site has been fixed; however, the test phishing site is still going strong.  James gave us an update: My assumption is that remote referrers are blocking it based on firewall rules but a refresh locally shows it's still vulnerable.  An attacker can simply do a meta refresh to redirect to it since that scrubs referrers.</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136432</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136432" />
    <title>Comment from Michael on 2009-05-04</title>
    <author>
        <name>Michael</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I never like McAfee anyway</p>]]>
    </content>
    <published>2009-05-04T07:48:27Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136435</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136435" />
    <title>Comment from Buzzlair Voufincci on 2009-05-04</title>
    <author>
        <name>Buzzlair Voufincci</name>
        <uri>http://www.vmalni.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.vmalni.com">
        <![CDATA[<p>thanks god i moved to avg (is it good?). left mcafee 4 years ago. </p>]]>
    </content>
    <published>2009-05-04T08:03:56Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136436</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136436" />
    <title>Comment from hj on 2009-05-04</title>
    <author>
        <name>hj</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Oh the windows ecosystem, always something new, always something exciting happening.</p>

<p>I never ceases to amaze me!</p>]]>
    </content>
    <published>2009-05-04T08:43:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136441</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136441" />
    <title>Comment from K One on 2009-05-04</title>
    <author>
        <name>K One</name>
        <uri>http://en.wikipedia.org/wiki/International_style_%28architecture%29</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://en.wikipedia.org/wiki/International_style_%28architecture%29">
        <![CDATA[<p>Sorry for spamming but I thought you might want to know this ... The  <a href="http://www.nytimes.com/external/readwriteweb/2009/05/04/04readwriteweb-mcafee-enabling-malware-distribution-and-fr-12208.html" rel="nofollow">http://www.nytimes.com/external/readwriteweb/2009/05/04/04readwriteweb-mcafee-enabling-malware-distribution-and-fr-12208.html</a> redirects to your main page at <a href="http://www.readwriteweb.com/" rel="nofollow">http://www.readwriteweb.com/</a> on my computer. </p>

<p>Is it just me? </p>

<p>If you solved the problem, or the problem cannot be reproduced, please feel free to delete this comment. </p>

<p>:D </p>]]>
    </content>
    <published>2009-05-04T10:56:39Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136442</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136442" />
    <title>Comment from K One on 2009-05-04</title>
    <author>
        <name>K One</name>
        <uri>http://en.wikipedia.org/wiki/Conficker</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://en.wikipedia.org/wiki/Conficker">
        <![CDATA[<p>Guys, I just pressed preview and the link submitted it. Oops! </p>]]>
    </content>
    <published>2009-05-04T10:57:47Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136455</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136455" />
    <title>Comment from Anthony Gentavoe on 2009-05-04</title>
    <author>
        <name>Anthony Gentavoe</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>For me, this calls into question the validity of their PCI-DSS certification programs.  If they cannot catch potential XSS problems with their own code, how reliable are the scanners they are using to scan their customer's servers?</p>]]>
    </content>
    <published>2009-05-04T13:55:06Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136466</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136466" />
    <title>Comment from Question on 2009-05-04</title>
    <author>
        <name>Question</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>No mention of any attempts to notify the vendor in this article.  Does anyone know if Lance James attempted responsible disclosure on this?</p>]]>
    </content>
    <published>2009-05-04T16:19:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136469</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136469" />
    <title>Comment from Lance on 2009-05-04</title>
    <author>
        <name>Lance</name>
        <uri>http://www.securescience.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.securescience.net">
        <![CDATA[<p>They were notified before I even came to play. All I did was assist in impact demonstration, I didn't discover it. </p>]]>
    </content>
    <published>2009-05-04T17:08:52Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136471</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136471" />
    <title>Comment from Lance on 2009-05-04</title>
    <author>
        <name>Lance</name>
        <uri>http://www.securescience.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.securescience.net">
        <![CDATA[<p>FYI, the McAfee vulnerability is still active, apparently if you click it from the readwriteweb link above it may not work the first time, but if you refresh it comes up (referrer blocking maybe)? Alternatively, here's the direct url from TinyURL which seems to work every time. <a href="http://tinyurl.com/dmvqz9" rel="nofollow">http://tinyurl.com/dmvqz9</a></p>]]>
    </content>
    <published>2009-05-04T17:12:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136503</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136503" />
    <title>Comment from Leon Ward on 2009-05-04</title>
    <author>
        <name>Leon Ward</name>
        <uri>http://rm-rf.co.uk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://rm-rf.co.uk">
        <![CDATA[<p>"It can't get much worse than this" - Come on, it's just YAXSS vuln.<br />
Yes it can and does get much worse.<br />
I assume all of your "tests" were authorized, including your suggestion for others to try it out?</p>

<p>-L </p>]]>
    </content>
    <published>2009-05-04T21:35:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136510</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136510" />
    <title>Comment from Rafal Los on 2009-05-04</title>
    <author>
        <name>Rafal Los</name>
        <uri>http://preachsecurity.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://preachsecurity.blogspot.com">
        <![CDATA[<p>Hold the phone folks... Do you all remember the problems about 12 months ago with "HackerSafe" admitting they simply don't consider XSS a high-risk defect?</p>

<p>This is a perfect illustration of McAfee (who honestly considers them "one of the leading providers..." anyway?) just not getting it, period.</p>

<p>How sad.</p>]]>
    </content>
    <published>2009-05-04T22:37:39Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136524</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136524" />
    <title>Comment from Lance on 2009-05-04</title>
    <author>
        <name>Lance</name>
        <uri>http://www.securescience.net/blog/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.securescience.net/blog/">
        <![CDATA[<p>Funny story about how this story caused an XSS in another site, known as the New York Times:<br />
<a href="http://www.pcworld.com/article/164321/story_on_mcafee_security_hole_triggers_another.html" rel="nofollow">http://www.pcworld.com/article/164321/story_on_mcafee_security_hole_triggers_another.html</a></p>]]>
    </content>
    <published>2009-05-05T00:19:25Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136571</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136571" />
    <title>Comment from Atul on 2009-05-05</title>
    <author>
        <name>Atul</name>
        <uri>http://www.oceanofweb.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.oceanofweb.com">
        <![CDATA[<p>I was trying to shift MCafee<br />
Anyways I am using Avast and happy with taht</p>]]>
    </content>
    <published>2009-05-05T08:27:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136595</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136595" />
    <title>Comment from Devendra Mani on 2009-05-05</title>
    <author>
        <name>Devendra Mani</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hey. My IE8 reported for XSS. At least IE tracks it.</p>]]>
    </content>
    <published>2009-05-05T10:04:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136598</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136598" />
    <title>Comment from JoeSoap on 2009-05-05</title>
    <author>
        <name>JoeSoap</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@3</p>

<p>It's nothing to do with the "windows ecosystem" you moron!</p>]]>
    </content>
    <published>2009-05-05T10:14:16Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136612</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136612" />
    <title>Comment from Cliff on 2009-05-05</title>
    <author>
        <name>Cliff</name>
        <uri>http://en.wikipedia.org/wiki/Buffer_overrun</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://en.wikipedia.org/wiki/Buffer_overrun">
        <![CDATA[<p>The statement "It can't get much worse than this" is indicative of the level of experience and knowledge behind this article. Remote, zero-day, code execution exploits plagued the late 1990s and early 2000s. These were real vulnerabilities having real impact, not to be confused with the petty script injection influencing a user's web experience (XSS).</p>

<p>Cross-site scripting is by far not the "worst it can get", not even among web application vulnerabilities. SQL injection, Remote File Inclusion and Local File Inclusion weigh in significantly higher. More over, this isn't even persistent XSS (which is considered much more dangerous than the non-persistent XSS, as was reported in McAfee's case). </p>

<p>Speaking from experience, XSS is barely acknowledged as anything other than a buzzword by real security experts, and is often handled as an amateur (read: easy, simple, useless in most cases) security topic. Researchers who emphasize on cross-site scripting are often ridiculed within the industry for hyping its lackluster impact. </p>

<p>Additionally, a great percentage of the Internet is susceptible to XSS and most cases are not exploitable beyond a PR issue. Granted this instance may mean a little more in context, as any security problem is bad PR for a security firm. However, take note that the hundred thousand other XSS cases which were discovered in various sites were not reported. The truth is, the media reacts blindly without knowing better than to trust the words of incompetent attention-hungry security researcher. The result is a misinformed public. </p>

<p>Don't take my word for it. Perform your own research, and compare XSS to any other vulnerability class: buffer overflows, command injection, remote file inclusion, SQL injection; cross-site scripting is insignificant. Then again, you could obsess over it along with Swine Flu or Conficker or the 100 other things that the media hypes which never materialize. <br />
 </p>]]>
    </content>
    <published>2009-05-05T10:49:02Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136620</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136620" />
    <title>Comment from MrX on 2009-05-05</title>
    <author>
        <name>MrX</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Firefox with noscript could detect the XSS attempt and will not load the cross reference script.</p>]]>
    </content>
    <published>2009-05-05T11:19:02Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136623</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136623" />
    <title>Comment from download4a.com on 2009-05-05</title>
    <author>
        <name>download4a.com</name>
        <uri>http://www.download4a.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.download4a.com">
        <![CDATA[<p>already fixed .. gj on article btw</p>]]>
    </content>
    <published>2009-05-05T11:28:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136625</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136625" />
    <title>Comment from ecosystem on 2009-05-05</title>
    <author>
        <name>ecosystem</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>How do you figure this has nothing to do with the Windows ecosystem? If this exploit is truly exploited, do you think *nix users will be the target? Just waiting for the first round of holes in the Windows 7 RC.... =x</p>]]>
    </content>
    <published>2009-05-05T11:37:04Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136630</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136630" />
    <title>Comment from XSS_Info on 2009-05-05</title>
    <author>
        <name>XSS_Info</name>
        <uri>http://www.xssed.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.xssed.com">
        <![CDATA[<p>Cliff - you're underestimation of XSS is disturbing. All those buffer overflows you discuss, specifically remote buffer overflows that affect IE, Safari & Firefox, well XSS is one of the more effective attack vectors to conduct those types of attacks on since the security industry spends its' time trying to educate computer users on what to trust on the Internet. Web 2.0 is the future, and it drives the market at this point on the Internet. Security is as strong as it's weakest link, and right now that is the desktop user that is being attacked in an effort to steal information or cause harm. Understood the statement that was made by the author seemed a bit far-reaching, I believe it was made in context to XSS and the fact that it's on a security site, not that it's the worst vulnerability in the world. </p>]]>
    </content>
    <published>2009-05-05T13:04:52Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136631</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136631" />
    <title>Comment from David on 2009-05-05</title>
    <author>
        <name>David</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@19 have you any idea at how XSS is actually used? Yes it can be used to deliver malware, but it can also be used in Phishing Scams, something which is dependant on the User infront of the computer.</p>

<p>User Stupidity is independent of Operating Environment, and before you say it, yes, there are stupid *nix users</p>]]>
    </content>
    <published>2009-05-05T13:08:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136639</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136639" />
    <title>Comment from Scott on 2009-05-05</title>
    <author>
        <name>Scott</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@16</p>

<p>Well said Cliff!</p>]]>
    </content>
    <published>2009-05-05T14:08:38Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136683</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136683" />
    <title>Comment from Cliff on 2009-05-05</title>
    <author>
        <name>Cliff</name>
        <uri>http://en.wikipedia.org/wiki/SQL_injection</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://en.wikipedia.org/wiki/SQL_injection">
        <![CDATA[<p>XSS_Info (Post 20),</p>

<p>I appreciate your pointing out how XSS is leveraged to use real exploits, and I am by no means denying this. However, you did not point out how any of the other vulnerability classes discussed in contrast to XSS may also be used to achieve the same objective (such as, SQL injection used to forge data on a site to trigger a client-side vulnerability in the browser, like those you described). These classes yield not only potential of compromise the server, but also allow an attacker to lower their standards to gain any spoils also attainable through XSS. These vulnerability classes are therefore intrinsically more potent. I retort with my earlier statement, that in comparison to any other class of vulnerabilities (even in the web category), XSS is insignificant.</p>

<p>Further more, each case of non-persistent XSS used in order to target a user to perform client-side exploitation would require user interaction, relying on premises which could likely be used independently of XSS to achieve the same goal. In other words, if an attacker can inject a link and ascertain that a user will pursue it, the attacker has already won the client-side exploitation game. I will agree that the user's trust of any given site may contribute in their accepting of content from it, but having said that I also return to the statement regarding the hundred thousand other (likely, trustworthy) sites which have XSS in them and were not reported. I would be willing to bet that the users whom are most susceptible to this style of exploitation (that is, relying on user-interaction) have marginal variance in the different levels of trust between security vendors and foundational software vendors (such as Microsoft, Apple, etc) or even foundational service vendors (Amazon, eBay). </p>

<p>Best regards,<br />
Cliff</p>]]>
    </content>
    <published>2009-05-05T19:12:03Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136685</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136685" />
    <title>Comment from AE on 2009-05-05</title>
    <author>
        <name>AE</name>
        <uri>http://www.anachronic.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.anachronic.com">
        <![CDATA[<p>@Cliff & @XSS de-valuers:</p>

<p>"most cases are not exploitable beyond a PR issue"</p>

<p>1. PR has hard business value. Whether or not it is positive or negative depends on context. TJX found it positive. A security provider might find this negative.</p>

<p>By example -- I find them funny in my personal website, but take them very seriously in my business websites.</p>

<p>2. XSS escalation of privilege -- XSS is a data/function boundary exploit just like SQLi or a Buffer Overflow. What's worse -- we have no stack canaries, ASLR, or parameterization of user-tainted data to provide a "transparent" containment of attack surface, which is why you see BoFs and SQLi going away in terms of broad exploitability. XSS will be the LHF of choice when those are gone I expect.</p>

<p>In AV vendor sites that use ActiveX controls for remote hosted AV scanners, for example, this gives you a fairly direct and immediate way to exploit a trust relationship to take control of the local system. Users expect to have to click okay to a lot of "stuff" including installables.</p>

<p>Today's Threat Landscape isn't about "rooting the box" anymore. Come on. It's all about taking control of the target parser, and leveraging that to steal data, or elevate privilege to install a bot/back door on the local system. Those are two different but equally important outcomes.</p>

<p>My mother would consider control of her PC worse than control of a website's remote servers. She can mitigate the latter by not using their websites. She cannot clean up her own box or browser reliably.</p>

<p>When you show a General Counsel or a CFO how you can use an XSS to grab their personal data, or gain control of their browser, if not the file system of their Windows laptop (via things like ActiveX or trojaned binaries) they consider that *a lot worse* IMHE than finding out someone compromised the web server of a website they may occasionally visit, and chose not to visit again.</p>

<p>Now I do not think all websites are equal candidates for these type of attacks, to be fair. There are ephemeral, hard-to-calculate qualities like type of users, expectations, and viability of social engineering.</p>

<p>By example again -- my mother will install anything she is prompted to (or looks interesting) off of Yahoo and Ebay, but not so much from other sites.</p>

<p>In that regard there is a definite difference between an XSS and a reliable remote BoF.</p>

<p>And, finally: XSS are exploited in the wild. I've known folks to make physical gains without getting caught using them. Reflected & Persistent. 'nuff said.</p>

<p>$0.02 USD. Adjust to your liking for pending inflation.</p>]]>
    </content>
    <published>2009-05-05T19:49:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136687</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136687" />
    <title>Comment from Cliff on 2009-05-05</title>
    <author>
        <name>Cliff</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>AE,</p>

<p>It appears as though you should perform a little more research. </p>

<p>Addressing ASLR, stack canaries, and DEP: these do inhibit buffer overflow exploitation in many cases, however as demonstrated some of the very clever exploit engineers, they are not a panacea and have all been broken. (I will agree that these protections probably disable researchers whom only have skill sets strong enough to exploit XSS. Again this is considered an amateur vulnerability class in the industry.)</p>

<p>To correct your statement on protections, there exists MANY protection mechanisms against XSS including add-ons like NoScript for Firefox, as well as anti-XSS technologies shipped by default in newer Internet Explorer. The HTTP-Only option exists for web servers and aims to prevent cookie theft in the cases where an attacker does find XSS. There are appropriate escaping functions available in every major web application language in order to avoid XSS. There are URL white listing add-ons for web servers which to restrict submitted character sets. The list goes on and on; honestly I am saddened that your limited experience with security has rendered you more susceptible, as you have not been exposed to the available protection mechanisms. I can only recommend information resources such as Wikipedia and OWASP to help you on your way. </p>

<p>As far as your mother's concern over control of her PC, it would seem she has more to worry about client-side application security (proper use of ActiveX, properly audited code that is less prone to overflows, etc) than cross-site scripting. Being that with just XSS, (read: only XSS), she will not lose control of her PC unless she willingly hands it over. Unfortunately misinformation campaigns such as that given by the security researcher featured in this article certainly don't help her understand that. </p>

<p>Please don't confuse XSS with the remote code-execution vulnerabilities in the browser or its components. Albeit an excellent delivery mechanism to trigger these vulnerabilities, XSS is still less potent of a delivery mechanism than SQL Injection or Remote File Inclusion (please see my post above - #23), and is not what is actually being exploited. Again, I restate that if an attacker convinces a user to click a link (as they would for non-persistent XSS), its already game over as far as client-side exploitation is concerned. </p>

<p>Finally, with regards to "it is not about rooting the box": the Internet is fraught SQL Injection and Remote File Inclusion. I have no doubt that you have known people who have leveraged XSS, congratulations. This does not add any merit to the fact that XSS is the bottom of the barrel for skills required or gains from exploitation. Nor does it add any merit to the statement "It can't get much worse".</p>

<p>Best regards,<br />
Cliff<br />
</p>]]>
    </content>
    <published>2009-05-05T20:22:25Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136693</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136693" />
    <title>Comment from Lidija Davis on 2009-05-05</title>
    <author>
        <name>Lidija Davis</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>K One - Thanks for that.  No, it's not just you - I should have used an image in the first place</p>

<p>Anthony - That's exactly it...</p>

<p>Question - yes, sorry, I did ask a security expert to talk to McAfee about this before I wrote this up and was told they were aware of the issues.</p>

<p>Leon - I'm unsure who you think should have authorize our tests.  But yes, you're right it does get worse.</p>

<p>Rafal - Unfortunately, a lot of people with computers still use McAfee - just ask any regular user, generally the best known are McAfee and Symantec.  To me, that makes it very sad.</p>

<p>Atul - I'm glad to hear you're happy with Avast - maybe I"ll give it a go</p>

<p>Devendra - Interesting point.  We noticed that late Sunday night.  Both Firefox and Chrome don't pick it up, but IE did - nice one for Microsoft</p>

<p>Cliff - Thanks for your detailed response.  Two things I wanted to mention.  One, a security provider being vulnerable - to me that's shocking.  Also, the entire idea behind this post was to me security more understandable by those who are unfamiliar with the jargon.  I think we managed that.  And sure, there are other issues that can come into play - but slowly, slowly. </p>

<p>ecosystem - check my comment above to Devendra - You might not like Windows, but give IE a shot - you might be pleasantly surprised.</p>

<p><br />
</p>]]>
    </content>
    <published>2009-05-05T21:07:21Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136723</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136723" />
    <title>Comment from Lidija Davis on 2009-05-05</title>
    <author>
        <name>Lidija Davis</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>K One - Thanks for that.  No, it's not just you - I should have used an image in the first place</p>

<p>Anthony - That's exactly it...</p>

<p>Question - yes, sorry, I did ask a security expert to talk to McAfee about this before I wrote this up and was told they were aware of the issues.</p>

<p>Leon - I'm unsure who you think should have authorize our tests.  But yes, you're right it does get worse.</p>

<p>Rafal - Unfortunately, a lot of people with computers still use McAfee - just ask any regular user, generally the best known are McAfee and Symantec.  To me, that makes it very sad.</p>

<p>Atul - I'm glad to hear you're happy with Avast - maybe I"ll give it a go</p>

<p>Devendra - Interesting point.  We noticed that late Sunday night.  Both Firefox and Chrome don't pick it up, but IE did - nice one for Microsoft</p>

<p>Cliff - Thanks for your detailed response.  Two things I wanted to mention.  One, a security provider being vulnerable - to me that's shocking.  Also, the entire idea behind this post was to me security more understandable by those who are unfamiliar with the jargon.  I think we managed that.  And sure, there are other issues that can come into play - but slowly, slowly. </p>

<p>ecosystem - check my comment above to Devendra - You might not like Windows, but give IE a shot - you might be pleasantly surprised.</p>

<p><br />
</p>]]>
    </content>
    <published>2009-05-05T23:25:49Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136727</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136727" />
    <title>Comment from Computer Store on 2009-05-05</title>
    <author>
        <name>Computer Store</name>
        <uri>http://www.notebookcity.co.nz</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.notebookcity.co.nz">
        <![CDATA[<p>And I was thinking of using their 'McAfee Secure' service for our ecommerce website. Hmmm, anyone know of any good alternatives?</p>]]>
    </content>
    <published>2009-05-05T23:43:36Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136729</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136729" />
    <title>Comment from Steve on 2009-05-05</title>
    <author>
        <name>Steve</name>
        <uri>http://www.stevemilner.org/blog/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.stevemilner.org/blog/">
        <![CDATA[<p>I'm not surprised the company had XSS's. Some companies have their web developers either outsourced or pooled from outside of the main engineering groups leading to a disconnect between security on the web and their own products. Sadly, a lot of business people think 'the web is the web, who will break our site?! Who would ever target us?'</p>]]>
    </content>
    <published>2009-05-06T00:07:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136750</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136750" />
    <title>Comment from Roland Bouman on 2009-05-06</title>
    <author>
        <name>Roland Bouman</name>
        <uri>http://rpbouman.blogspot.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://rpbouman.blogspot.com/">
        <![CDATA[<p>I can inform you that if you follow the "Track Rebate" button from the <a href="http://www.mcafeerebates.com/promocenter/mcafee/index.jsp" rel="nofollow">http://www.mcafeerebates.com/promocenter/mcafee/index.jsp</a> page, you arrive at a page that is still XSS vulnerable. </p>

<p>To try it, just click "Track Rebate". In the "Enter tracking number" field, enter the following string literally:</p>

<p>" onchange="alert(1)</p>

<p>Press enter as if submitting the tracking number. If you now enter some number in the track rebate field and then leave the field, a message box appears with a 1: this is the result of injecting the onchange hander into the rebate field.</p>

<p>Although this is perhaps not sufficient for an attack, it does show that the site is coded sloppy, and that there is no sufficient generic mechanism in place that properly catches wrong input.</p>

<p><br />
Roland Bouman<br />
<a href="http://rpbouman.blogspot.com/" rel="nofollow">http://rpbouman.blogspot.com/</a><br />
</p>]]>
    </content>
    <published>2009-05-06T07:06:11Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136751</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136751" />
    <title>Comment from Roland Bouman on 2009-05-06</title>
    <author>
        <name>Roland Bouman</name>
        <uri>http://rpbouman.blogspot.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://rpbouman.blogspot.com/">
        <![CDATA[<p>@Cliff: </p>

<p>It seems to me the problem with vulnerabilities like this is that they make it very easy for just about anybody to modify (part of) the content of the page. </p>

<p>Granted, you need to convince users to visit such a page using a link or a page that you provide. This isn't that hard though, and once you can convince them, they will be looking at a page they can't distinguish from the real thing.</p>

<p>I think companies have a responsibility to protect their webvisitors against these attacks, especially as it is quite easy for the site builder to prevent this alltogether.</p>]]>
    </content>
    <published>2009-05-06T07:23:11Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136843</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136843" />
    <title>Comment from Dan on 2009-05-06</title>
    <author>
        <name>Dan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>It is nothing new that McAfee is in this sort of trouble -- remember when they packaged a trojan with their product "for the purpose of making it easier for system admins"?  LOL!!!</p>]]>
    </content>
    <published>2009-05-06T18:11:34Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:136906</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c136906" />
    <title>Comment from Fred Sarhadi on 2009-05-06</title>
    <author>
        <name>Fred Sarhadi</name>
        <uri>http://www.securelive.net/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.securelive.net/">
        <![CDATA[<p>As a web developer, these are the types of issues I was dealing with month to month. That is why I started a whole new security company that does what all others have been promising to do. The problem is that there are no ingredients listed on the box..so you don't really know what you are buying..(another words what is actually being protected and not). Lack of standards and lack of disclosure have left many people in more danger than before. A false sense of security is a very bad thing indeed.</p>]]>
    </content>
    <published>2009-05-07T05:03:45Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:137012</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c137012" />
    <title>Comment from Peter Soderling on 2009-05-07</title>
    <author>
        <name>Peter Soderling</name>
        <uri>http://stratusec.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://stratusec.com">
        <![CDATA[<p>I think it's quite interesting that when this article was syndicated to 3rd party sites, the original example code in the article executed on the client and redirected their browser. As per the comment above, this happened on the New York Times website, and many others where the article was syndicated. </p>

<p>If you're interested in reading more about the security concerns that open APIs and data feeds pose, you can check out the blog post I wrote on this topic, <a href="http://stratusec.com/blog/2009/05/nytimescom-danger-for-your-browser" rel="nofollow">http://stratusec.com/blog/2009/05/nytimescom-danger-for-your-browser</a></p>]]>
    </content>
    <published>2009-05-07T19:55:21Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:137982</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c137982" />
    <title>Comment from MikeA on 2009-05-13</title>
    <author>
        <name>MikeA</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I'm not going to defende McAfee - these kind of things should be found and fixed.  However, it's prevelent across the *entire* web - there's few companies that have never been caught somehow with XSS somewhere on their web presence.  There's just too many people (including non dev/security people) putting pages up.</p>

<p>For example...</p>

<p><a href="https://www.symantec.com/connect/endpoint-management-virtualization/forums}" rel="nofollow">">https://www.symantec.com/connect/endpoint-management-virtualization/forums}"></a>alert(String.fromCharCode(88,83,83))?sym=">alert(String.fromCharCode(88,83,83))</p>]]>
    </content>
    <published>2009-05-13T22:01:45Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:137986</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c137986" />
    <title>Comment from MikeA on 2009-05-13</title>
    <author>
        <name>MikeA</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Even better - I found the source of this disclosure - so multiple AV vendors being shown with XSS, with screenshots, etc.</p>

<p><a href="http://nemesis.te-home.net/News/20090510_Vulnerabilities_in_Websites_of_6_Antivirus_Vendors.html" rel="nofollow">http://nemesis.te-home.net/News/20090510_Vulnerabilities_in_Websites_of_6_Antivirus_Vendors.html</a></p>]]>
    </content>
    <published>2009-05-13T22:07:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:141078</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c141078" />
    <title>Comment from Bob Greene on 2009-06-05</title>
    <author>
        <name>Bob Greene</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This just shows that you can not belive everything you read! there are many forms of XSS some are bad and other just don't matter. There are some many Hackers in the world that would love to put their name and a little dancing man on McAfee's sites. How much money did the guy that hacked the iPhone get paid?  </p>

<p>Who wrote this. Does he know what he is talking about? things to tink of b4 you runn out to the store and buy a new AV or just stop shopping online. </p>

<p>Lidija Davis, were you paid by another ASV or AV company to wright this?</p>]]>
    </content>
    <published>2009-06-05T15:26:47Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:141366</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c141366" />
    <title>Comment from yazılı soruları on 2009-06-07</title>
    <author>
        <name>yazılı soruları</name>
        <uri>http://www.muhteva.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.muhteva.com">
        <![CDATA[<p>	<br />
thank you</p>]]>
    </content>
    <published>2009-06-07T22:34:52Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:141574</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c141574" />
    <title>Comment from club penguin on 2009-06-09</title>
    <author>
        <name>club penguin</name>
        <uri>http://www.club-penguin.org/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.club-penguin.org/">
        <![CDATA[<p>Some companies have their web developers either outsourced or pooled from outside of the main engineering groups leading to a disconnect between security on the web and their own products. Sadly, a lot of business people think 'the web is the web, who will break our site?! Who would ever target us?'</p>]]>
    </content>
    <published>2009-06-09T08:06:47Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:146114</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c146114" />
    <title>Comment from Dale Baker on 2009-07-08</title>
    <author>
        <name>Dale Baker</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I got Cyberdefender and it worked great as a free scanner with spyware and trojan removal. If it finds a virus, you need the upgrade, which I got since I liked the speed and user interface of the scanner. The Cyberdefender anti-virus works great, and the paid version I got also came with 24/7 computer help line with my wife found helpful while I was away. I found out Cyberdefender is a NASDAQ company and they have a great product.</p>]]>
    </content>
    <published>2009-07-09T00:14:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:152016</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c152016" />
    <title>Comment from grow taller  on 2009-08-12</title>
    <author>
        <name>grow taller </name>
        <uri>http://howtogrowtaller101.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://howtogrowtaller101.com/">
        <![CDATA[<p>I started a whole new security company that does what all others have been promising to do. The problem is that there are no ingredients listed on the box..so you don't really know what you are buying..</p>]]>
    </content>
    <published>2009-08-12T22:27:58Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:153925</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c153925" />
    <title>Comment from Malware Removal Bot on 2009-08-24</title>
    <author>
        <name>Malware Removal Bot</name>
        <uri>http://themalwareremovalbot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://themalwareremovalbot.com">
        <![CDATA[<p>Additionally, a great percentage of the Internet is susceptible to XSS and most cases are not exploitable beyond a PR issue. </p>]]>
    </content>
    <published>2009-08-24T10:17:48Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:156726</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c156726" />
    <title>Comment from ed hardy  on 2009-09-09</title>
    <author>
        <name>ed hardy </name>
        <uri>http://www.edhardyuk.co.uk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.edhardyuk.co.uk">
        <![CDATA[<p>It can't get much worse than this. This is not "yet another embarrassing incident on the Web;" not by a long shot. </p>]]>
    </content>
    <published>2009-09-09T09:40:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:160753</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c160753" />
    <title>Comment from webtasarım on 2009-10-02</title>
    <author>
        <name>webtasarım</name>
        <uri>http://www.ufukaytas.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ufukaytas.com">
        <![CDATA[<p>thanks...</p>

<p>I never like McAfee</p>]]>
    </content>
    <published>2009-10-02T07:23:32Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:163061</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c163061" />
    <title>Comment from digital radio scanners on 2009-10-15</title>
    <author>
        <name>digital radio scanners</name>
        <uri>http://www.digitalradioscanners.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.digitalradioscanners.org">
        <![CDATA[<p>Never liked McAfee. Our relationship could not work out. I had demands that McAfee could not meet.</p>]]>
    </content>
    <published>2009-10-16T02:58:55Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:169167</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c169167" />
    <title>Comment from Mike on 2009-11-17</title>
    <author>
        <name>Mike</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Are we entering an era where we need two separate programs to effectively control virus and <a href="http://www.sophos.com/products/malware-protection/" rel="nofollow">malware</a>? It seems that in trying to do both, the antivirus cokpanies are neglecting both sides. Also, these companies do these revisions every year, but they are never correct. One year it will focus on lightening the resources, that will be the selling point, then the protection goes way under. The next year, vice versa. Where is the medium? I need a new young buck to emerge and wipe these old fogies off the map..</p>]]>
    </content>
    <published>2009-11-17T15:04:04Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:172148</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c172148" />
    <title>Comment from weddingdress on 2009-12-02</title>
    <author>
        <name>weddingdress</name>
        <uri>http://www.weddingplanningview.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.weddingplanningview.com/">
        <![CDATA[<p>If it finds a virus, you need the upgrade, which I got since I liked the speed and user interface of the scanner.</p>]]>
    </content>
    <published>2009-12-03T07:55:27Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:174158</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c174158" />
    <title>Comment from Fatih on 2009-12-12</title>
    <author>
        <name>Fatih</name>
        <uri>http://ruyalim.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://ruyalim.net">
        <![CDATA[<p>It is nothing new that McAfee is in this sort of trouble -- remember when they packaged a trojan with their product for the purpose of making it easier for system admin</p>]]>
    </content>
    <published>2009-12-12T18:22:14Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:175510</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c175510" />
    <title>Comment from trucos club penguin on 2009-12-20</title>
    <author>
        <name>trucos club penguin</name>
        <uri>http://clubpenguintips.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://clubpenguintips.com">
        <![CDATA[<p>Some companies have their web developers either outsourced or pooled from outside of the main engineering groups leading to a disconnect between security on the web and their own products. Sadly, a lot of business people think 'the web is the web, who will break our site?! Who would ever target us?'</p>]]>
    </content>
    <published>2009-12-20T15:39:46Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:178414</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c178414" />
    <title>Comment from andy on 2010-01-06</title>
    <author>
        <name>andy</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>McAfee SiteAdvisor toolbar is complete crap. That' why you can get it for free. It's notorious for false positives and false negatives!!!!</p>

<p>And even worse - McAfee doesn't want to do anything about those mistakenly blocked sites. It takes 3 months for them to change the status of a site back to normal. I'm a web developer and I've seen this too many times.</p>

<p>I strongly advise against using junky toolbars like McAfee Site Advisor.</p>

<p>thanks for good article. mcaffee must die</p>]]>
    </content>
    <published>2010-01-06T17:01:16Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:186875</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c186875" />
    <title>Comment from Süpercan on 2010-02-08</title>
    <author>
        <name>Süpercan</name>
        <uri>http://www.supercan.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.supercan.net">
        <![CDATA[<p>thanks for good article</p>]]>
    </content>
    <published>2010-02-08T15:21:06Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14894-comment:194618</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14894" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/mcafee_enabling_malware_distribution_and_fraud.php#c194618" />
    <title>Comment from free microsoft points on 2010-03-05</title>
    <author>
        <name>free microsoft points</name>
        <uri>http://www.freemicrosoftpointsnow.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.freemicrosoftpointsnow.com">
        <![CDATA[<p>I started an insurance company that does what everyone else has been promising to do. The problem is that no ingredients listed in the table .. so do not really know what they are buying ..</p>]]>
    </content>
    <published>2010-03-05T08:02:31Z</published>
  </entry>

</feed>