<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Skypher &#187; StumbleUpon</title>
	<atom:link href="http://skypher.com/index.php/tag/stumbleupon/feed/" rel="self" type="application/rss+xml" />
	<link>http://skypher.com</link>
	<description>The blog for absolutely nothing!</description>
	<lastBuildDate>Fri, 16 Jul 2010 08:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>StumbleUpon XSS</title>
		<link>http://skypher.com/index.php/2008/08/12/stumbleupon-xss/</link>
		<comments>http://skypher.com/index.php/2008/08/12/stumbleupon-xss/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 11:52:45 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[xss]]></category>
		<category><![CDATA[StumbleUpon]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=32</guid>
		<description><![CDATA[<p>I discovered a <a title="wikipedia on type 1 xss" href="http://en.wikipedia.org/wiki/Cross-site_scripting#Non-Persistent" target="_blank">type 1 XSS</a> issue in the StumbleUpon website. Input in the POST form at <a href="http://www.stumbleupon.com/delete_account.php">http://www.stumbleupon.com/delete_account.php</a> was not properly sanitized...]]></description>
			<content:encoded><![CDATA[<p>I discovered a <a title="wikipedia on type 1 xss" href="http://en.wikipedia.org/wiki/Cross-site_scripting#Non-Persistent" target="_blank">type 1 XSS</a> issue in the StumbleUpon website. Input in the POST form at <a href="http://www.stumbleupon.com/delete_account.php">http://www.stumbleupon.com/delete_account.php</a> was not properly sanitized. I&#8217;ve create an example that executed script in the <a href="http://www.stumbleupon.com">www.stumbleupon.com</a> domain. It shows a popup containing your current username (if you are logged in), the domain and the cookie for the domain. The repro can be found here:<br />
<a href="http://skypher.com/SkyLined/Repro/StumbleUpon/XSS%20in%20delete_account.php.html">http://skypher.com/SkyLined/Repro/StumbleUpon/XSS%20in%20delete_account.php.html</a>. The StumbleUpon people were very quick to respond and fix the issue. You will notice that the repro no longer works.</p>
<p>XSS bugs in social websites like StumbleUpon are especially dangerous as such websites may allow an attacker to create an XSS worm. An XSS worm is a piece of JavaScript and HTML which uses XSS to post messages on behalf of any user visiting a page that contains the worm. These messages will put the worm code on other pages as well, causing those pages to also start spreading it whenever a victim visits the page. This causes it to spread faster and fast as more and more pages are infected.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2008/08/12/stumbleupon-xss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
