<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: CSRF-ing &#8220;Blogger Classic&#8221;</title>
	<atom:link href="http://www.gnucitizen.org/blog/csrf-ing-blogger-classic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnucitizen.org/blog/csrf-ing-blogger-classic/</link>
	<description>Information Security Think Tank</description>
	<pubDate>Tue, 06 Jan 2009 08:15:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adrian Pastor</title>
		<link>http://www.gnucitizen.org/blog/csrf-ing-blogger-classic/comment-page-1/#comment-72479</link>
		<dc:creator>Adrian Pastor</dc:creator>
		<pubDate>Sun, 18 Nov 2007 04:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/csrf-ing-blogger-classic#comment-72479</guid>
		<description>Hello mana,

As mentioned in my previous comment on this page, Google fixed the issue back on January 22 2007.</description>
		<content:encoded><![CDATA[<p>Hello mana,</p>
<p>As mentioned in my previous comment on this page, Google fixed the issue back on January 22 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mana</title>
		<link>http://www.gnucitizen.org/blog/csrf-ing-blogger-classic/comment-page-1/#comment-71621</link>
		<dc:creator>mana</dc:creator>
		<pubDate>Thu, 15 Nov 2007 22:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/csrf-ing-blogger-classic#comment-71621</guid>
		<description>interesting write up, is there a fix for this attack?</description>
		<content:encoded><![CDATA[<p>interesting write up, is there a fix for this attack?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pagvac</title>
		<link>http://www.gnucitizen.org/blog/csrf-ing-blogger-classic/comment-page-1/#comment-2659</link>
		<dc:creator>pagvac</dc:creator>
		<pubDate>Mon, 22 Jan 2007 23:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/csrf-ing-blogger-classic#comment-2659</guid>
		<description>The reason for adding a comment to the post is that today January 22 2007, I examined the "add new user" request of both, Blogger Classic and New Blogger and I was impressed that Google had added tokens for both versions of Blogger.

At first, when I informed Google and forwarded the research, they simply replied with automated emails, finally pointing me to a Blogger help URL.

So I thought they didn't care much about CSRF issues. However, I must admit that I'm very impressed with them since they fixed the problem very fast.

It'd be nice to get additional ideas from some of you guys if possible.

Here is an example of the fixed "add new user" requests for both versions of Blogger (notice 'securityToken'):

&lt;pre&gt;&lt;code&gt;POST /add-authors.do HTTP/1.1
Host: www2.blogger.com

blogID=12345678&#38;securityToken=fmA1trWgTvwf6XZIlyn9WI_n0Nc%3D%3A1169507915539&#38;authorsList=%3Cattacker%40domain.com%3E%2C+&#38;submit=true&lt;/code&gt;&lt;/pre&gt;


&lt;pre&gt;&lt;code&gt;POST /add-authors.do HTTP/1.1
Host: www&#46;blogger.com

blogID=12345678&#38;securityToken=fmA1trWgTvwf6XZIlyn9WI_n0Nc%3D%3A1169507915539&#38;authorsList=%3Cattacker%40domain.com%3E%2C+&#38;submit=true&lt;/code&gt;&lt;/pre&gt;

P.S.: I forgot to say thank you to Jeremiah Grossman who kindly gave me feedback on this research.</description>
		<content:encoded><![CDATA[<p>The reason for adding a comment to the post is that today January 22 2007, I examined the &#8220;add new user&#8221; request of both, Blogger Classic and New Blogger and I was impressed that Google had added tokens for both versions of Blogger.</p>
<p>At first, when I informed Google and forwarded the research, they simply replied with automated emails, finally pointing me to a Blogger help URL.</p>
<p>So I thought they didn&#8217;t care much about CSRF issues. However, I must admit that I&#8217;m very impressed with them since they fixed the problem very fast.</p>
<p>It&#8217;d be nice to get additional ideas from some of you guys if possible.</p>
<p>Here is an example of the fixed &#8220;add new user&#8221; requests for both versions of Blogger (notice &#8217;securityToken&#8217;):</p>
<pre><code>POST /add-authors.do HTTP/1.1
Host: www2.blogger.com

blogID=12345678&amp;securityToken=fmA1trWgTvwf6XZIlyn9WI_n0Nc%3D%3A1169507915539&amp;authorsList=%3Cattacker%40domain.com%3E%2C+&amp;submit=true</code></pre>
<pre><code>POST /add-authors.do HTTP/1.1
Host: www&#46;blogger.com

blogID=12345678&amp;securityToken=fmA1trWgTvwf6XZIlyn9WI_n0Nc%3D%3A1169507915539&amp;authorsList=%3Cattacker%40domain.com%3E%2C+&amp;submit=true</code></pre>
<p>P.S.: I forgot to say thank you to Jeremiah Grossman who kindly gave me feedback on this research.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
