<?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: JavaScript Embedded in Homepage Links in Firefox</title>
	<atom:link href="http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox</link>
	<description>Internet Security Consultant Services of West Virginia</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:58:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/comment-page-1#comment-622</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 07 Feb 2010 00:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/#comment-622</guid>
		<description>&lt;p&gt;interesting find, sounds like it be possible to insert multiple bookmarks, aside from javascript?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>interesting find, sounds like it be possible to insert multiple bookmarks, aside from javascript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/comment-page-1#comment-621</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 06 Feb 2010 23:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/#comment-621</guid>
		<description>&lt;p&gt;Works for me in FF&#8230; But what are the security implications of this??&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Nilesh&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Works for me in FF&#8230; But what are the security implications of this??</p>
<p>Thanks,<br />
Nilesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/comment-page-1#comment-620</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 06 Feb 2010 23:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/#comment-620</guid>
		<description>&lt;p&gt;Yeh, it splits the pages with a pipe&#8230; and well, pipes get urlencoded if present in a random URL. I don&#8217;t see any problems with this.&lt;br /&gt;
I already tried something like: document.location site.com; sleep X seconds then alert document.cookie&lt;br /&gt;
- if the alert comes first (empty), site.com then opens under it&lt;br /&gt;
- if site.com opens first, it wipes out the alert and the cookie never pops up.&lt;br /&gt;
I don&#8217;t see any other stuff you could pull off from this&#8230;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Yeh, it splits the pages with a pipe&#8230; and well, pipes get urlencoded if present in a random URL. I don&#8217;t see any problems with this.<br />
I already tried something like: document.location site.com; sleep X seconds then alert document.cookie<br />
- if the alert comes first (empty), site.com then opens under it<br />
- if site.com opens first, it wipes out the alert and the cookie never pops up.<br />
I don&#8217;t see any other stuff you could pull off from this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/comment-page-1#comment-619</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 06 Feb 2010 22:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/#comment-619</guid>
		<description>&lt;p&gt;@ams,&lt;/p&gt;
&lt;p&gt;If FF *is* using pipes as delimiters in its bookmark file (Note: I haven&#8217;t checked/don&#8217;t show an interest to look :), and you can insert pipes in a bookmark, you may be able to inject other bookmarks by appending them to the end of your url. I remember seeing some old voting poll exploits circa 1999 doing this with a flat file DB that was pipe delimited.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@ams,</p>
<p>If FF *is* using pipes as delimiters in its bookmark file (Note: I haven&#8217;t checked/don&#8217;t show an interest to look <img src='http://www.securitt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , and you can insert pipes in a bookmark, you may be able to inject other bookmarks by appending them to the end of your url. I remember seeing some old voting poll exploits circa 1999 doing this with a flat file DB that was pipe delimited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/comment-page-1#comment-618</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 06 Feb 2010 21:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/#comment-618</guid>
		<description>&lt;p&gt;This is because you can set multiple webpages as &#8220;home page&#8221; in Firefox (so that when you open it, all of these are opened each in its own tab), and when you do they&#8217;re stored internally as a list of URLs separated by pipe characters.&lt;br /&gt;
That&#8217;s also why the XSS alert box shows up in its own tab in this example.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>This is because you can set multiple webpages as &#8220;home page&#8221; in Firefox (so that when you open it, all of these are opened each in its own tab), and when you do they&#8217;re stored internally as a list of URLs separated by pipe characters.<br />
That&#8217;s also why the XSS alert box shows up in its own tab in this example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/comment-page-1#comment-617</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 06 Feb 2010 21:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/#comment-617</guid>
		<description>&lt;p&gt;works in FF 3.5.7 without safe mode and noscript disabled&lt;/p&gt;
&lt;p&gt;tried various ways to drop down a new line in ie7 to pull off the same thing, but no luck&lt;br /&gt;
and maybe get this script to run by itself and hope people just click ok?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>works in FF 3.5.7 without safe mode and noscript disabled</p>
<p>tried various ways to drop down a new line in ie7 to pull off the same thing, but no luck<br />
and maybe get this script to run by itself and hope people just click ok?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/comment-page-1#comment-616</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 06 Feb 2010 21:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/#comment-616</guid>
		<description>&lt;p&gt;If to take into consideration that pipe is the way firefox team has chosen to separate multiple pages when bookmarking them, then it is not unusual behavior. But what about safety. Anyone can use several ways how to make to execute javascript:[code].&lt;br /&gt;
PS: yes, NoScript is blocking that.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>If to take into consideration that pipe is the way firefox team has chosen to separate multiple pages when bookmarking them, then it is not unusual behavior. But what about safety. Anyone can use several ways how to make to execute javascript:[code].<br />
PS: yes, NoScript is blocking that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/comment-page-1#comment-615</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 06 Feb 2010 21:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/#comment-615</guid>
		<description>&lt;p&gt;No worky in Chrome &#8230;drat.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>No worky in Chrome &#8230;drat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/comment-page-1#comment-614</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/javascript-embedded-in-homepage-links-in-firefox/#comment-614</guid>
		<description>&lt;p&gt;works for me with Firefox 3.6, without safe mode &lt;img src=&#039;http://ha.ckers.org/blog/wp-includes/images/smilies/icon_biggrin.gif&#039; alt=&#039;:D&#039; class=&#039;wp-smiley&#039; /&gt; nice&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>works for me with Firefox 3.6, without safe mode <img src='http://ha.ckers.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> nice</p>
]]></content:encoded>
	</item>
</channel>
</rss>

