<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Define &#8220;Safe&#8221;&#8230;</title>
	<atom:link href="http://cubist.cs.washington.edu/Security/2008/01/18/define-safe/feed/" rel="self" type="application/rss+xml" />
	<link>http://cubist.cs.washington.edu/Security/2008/01/18/define-safe/</link>
	<description></description>
	<pubDate>Mon, 06 Oct 2008 13:36:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Alex</title>
		<link>http://cubist.cs.washington.edu/Security/2008/01/18/define-safe/#comment-2314</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 24 Feb 2008 17:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://cubist.cs.washington.edu/Security/2008/01/18/define-safe/#comment-2314</guid>
		<description>It's true XSS sites are not safe at all and with a little java script and css you can modify about anything.</description>
		<content:encoded><![CDATA[<p>It&#8217;s true XSS sites are not safe at all and with a little java script and css you can modify about anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbhacking</title>
		<link>http://cubist.cs.washington.edu/Security/2008/01/18/define-safe/#comment-72</link>
		<dc:creator>cbhacking</dc:creator>
		<pubDate>Tue, 22 Jan 2008 07:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://cubist.cs.washington.edu/Security/2008/01/18/define-safe/#comment-72</guid>
		<description>Incredible - is accessing customer info via impersonation not considered to be a threat? Many sites have XSS vulnerabilities on their login pages that an attacker could use to gain login credentials for that person.

As for attacks against the server, that might technically be true... but XSS can still be used to modify (behind the user's back) data going to the server, such as the details (like where to ship the item, or how many to buy) of a web purchase.</description>
		<content:encoded><![CDATA[<p>Incredible - is accessing customer info via impersonation not considered to be a threat? Many sites have XSS vulnerabilities on their login pages that an attacker could use to gain login credentials for that person.</p>
<p>As for attacks against the server, that might technically be true&#8230; but XSS can still be used to modify (behind the user&#8217;s back) data going to the server, such as the details (like where to ship the item, or how many to buy) of a web purchase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://cubist.cs.washington.edu/Security/2008/01/18/define-safe/#comment-56</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 21 Jan 2008 02:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://cubist.cs.washington.edu/Security/2008/01/18/define-safe/#comment-56</guid>
		<description>This is indeed disturbing.  I've always been a little leary of sites that display the "hacker safe" banners and wondered exactly what they signify.

Claiming that sites with open XSS vulnerabilities are safe seems beyond naïve to me.  While these vulnerabilities might not allow an adversary to access or modify database data, consider the classic phishing scheme, where an adversary tricks an unsuspecting user into clicking a link, that takes them to a site that *looks* like the one they're expecting, but is in fact malicious.  An XSS vulnerability could allow the adversary to take this a step further: instead of hosting a lookalike page elsewhere, he could use the XSS vulnerability, so the unsuspecting user would be accessing the legitimate page, under the correct domain name, with the proper SSL certificate, but with a bit of JavaScript to modify the page to send its data elsewhere.

Such an attack still requires a somewhat gullible user, but a urlencoded string at the end of a URL (where users are used to seeing session IDs and other code numbers anyway) or even hidden in a POST request, is a lot harder to spot than an incorrect, malicious domain name.</description>
		<content:encoded><![CDATA[<p>This is indeed disturbing.  I&#8217;ve always been a little leary of sites that display the &#8220;hacker safe&#8221; banners and wondered exactly what they signify.</p>
<p>Claiming that sites with open XSS vulnerabilities are safe seems beyond naïve to me.  While these vulnerabilities might not allow an adversary to access or modify database data, consider the classic phishing scheme, where an adversary tricks an unsuspecting user into clicking a link, that takes them to a site that *looks* like the one they&#8217;re expecting, but is in fact malicious.  An XSS vulnerability could allow the adversary to take this a step further: instead of hosting a lookalike page elsewhere, he could use the XSS vulnerability, so the unsuspecting user would be accessing the legitimate page, under the correct domain name, with the proper SSL certificate, but with a bit of JavaScript to modify the page to send its data elsewhere.</p>
<p>Such an attack still requires a somewhat gullible user, but a urlencoded string at the end of a URL (where users are used to seeing session IDs and other code numbers anyway) or even hidden in a POST request, is a lot harder to spot than an incorrect, malicious domain name.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
