<?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>DDoSed.com - An IT security information blog &#187; XSS</title>
	<atom:link href="http://www.ddosed.com/category/xss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ddosed.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Oct 2008 07:21:19 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cross-Site Framed?</title>
		<link>http://www.ddosed.com/2007/03/28/cross-site-framed/</link>
		<comments>http://www.ddosed.com/2007/03/28/cross-site-framed/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 02:59:34 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Phishing]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Security News]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/03/28/cross-site-framed/</guid>
		<description><![CDATA[Have you heard of cross-site framing? The past few days I saw listed on our archive, several websites vulnerable to cross-site framing &#8211; listed as frame redirection. I will briefly describe a possible exploitation scenario, concluding with more emphasis on the negative impact that this type of vulnerability can have to the privacy of innocent [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Have you heard of cross-site framing? The past few days I saw listed on our <a href="http://www.xssed.com/archive">archive</a>, several websites vulnerable to cross-site framing &#8211; listed as frame redirection. I will briefly describe a possible exploitation scenario, concluding with more emphasis on the negative impact that this type of vulnerability can have to the privacy of innocent individuals who are users of the affected websites.</p>
<p align="justify"><span id="more-49"></span></p>
<p align="justify">Using google-dorks, the attackers can search for frame scripts allowing the inclusion of any url. This search reveals thousands of results with too many websites vulnerable to cross-site framing:</p>
<p><a href="http://www.google.com/search?hl=us&amp;q=allinurl%3A%22url%3Dhttp%22+%22frame%22">allinurl:&#8221;url=http&#8221; &#8220;frame&#8221;</a></p>
<p><a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aframe+filetype%3Aasp+inurl%3A%22url%3D%22">inurl:frame filetype:asp  inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aframe+filetype%3Aaspx+inurl%3A%22url%3D%22">inurl:frame filetype:aspx inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aframe+filetype%3Aphp+inurl%3A%22url%3D%22">inurl:frame filetype:php  inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aframe+filetype%3Acfm+inurl%3A%22url%3D%22">inurl:frame filetype:cfm  inurl:&#8221;url=&#8221;</a></p>
<p><a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aiframe+filetype%3Aasp++inurl%3A%22url%3D%22">inurl:iframe filetype:asp  inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aiframe+filetype%3Aaspx++inurl%3A%22url%3D%22">inurl:iframe filetype:aspx inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aiframe+filetype%3Aphp++inurl%3A%22url%3D%22">inurl:iframe filetype:php  inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aiframe+filetype%3Acfm++inurl%3A%22url%3D%22">inurl:iframe filetype:cfm  inurl:&#8221;url=&#8221;</a></p>
<p><a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Ahttp+frame.asp">allinurl:http frame.asp</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Ahttp+frame.aspx">allinurl:http frame.aspx</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Ahttp+frame.php">allinurl:http frame.php</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Ahttp+frame.cfm">allinurl:http frame.cfm</a></p>
<p><a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Aframe.php%3Furl%3Dhttp">allinurl:frame.php?url=http</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Aframe.asp%3Furl%3Dhttp">allinurl:frame.asp?url=http</a></p>
<p align="justify">Phishing and other scams are now easier to perform due to cross-site framing.<br />
Having found such frame scripts, allows the attackers to include a webpage which is hosted somewhere else. This webpage can be designed to look like the original website and can be any cross-platform server-side script. It can contain a fake login form which on submit parses the inputted usernames and passwords and sends them to the attacker&#8217;s mailbox in cleartext format.</p>
<p align="justify">It is also possible to perform XSS attacks as in most cases there is no filtering of special characters, script or other common tags in the URL parameter.</p>
<p align="justify">Daniel Hugh mailed us about a cross-site framing and scripting vulnerability affecting <a href="http://www.gov.mt/">Gov.MT</a> (Official website of the Government of Malta):</p>
<p><a href="http://www.xssed.com/mirror/4987/">Gov.MT with Frame Redirect and XSS</a></p>
<p align="justify">The XSS vulnerabilities affecting websites can also be used to perform frame redirects, but not the contrary. So if you <a href="http://www.xssed.com/submit">submit </a>a website vulnerable to cross-site framing along with a XSS attack vector, we will publish it as XSS.</p>
<p align="justify">The above news were written in order to heighten the awareness of potential privacy threats to users of the web.</p>
<p align="justify">You can also access this blog post  from XSSed.com &#8211; a project I run with Kevin Fernandez.</p>
<p align="justify">Here is the link:</p>
<p align="justify"><a href="http://www.xssed.com/news/26/Cross-site_framed/">http://www.xssed.com/news/26/Cross-site_framed/</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F03%2F28%2Fcross-site-framed%2F';
  addthis_title  = 'Cross-Site+Framed%3F';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/03/28/cross-site-framed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7: Phishing Using Local Resource Vulnerability</title>
		<link>http://www.ddosed.com/2007/03/15/internet-explorer-7-phishing-using-local-resource-vulnerability/</link>
		<comments>http://www.ddosed.com/2007/03/15/internet-explorer-7-phishing-using-local-resource-vulnerability/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 08:56:13 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Phishing]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/03/15/internet-explorer-7-phishing-using-local-resource-vulnerability/</guid>
		<description><![CDATA[Aviv Raff has published on his blog an interesting proof of concept of the vulnerability affecting Internet Explorer v7: a cross-site scripting in the navcancl.htm local resource.

This resource is called when the navigation to a page has been canceled, it displays an error message with a link to reload the current page, however the link [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Aviv Raff has published on his blog an interesting proof of concept of the vulnerability affecting Internet Explorer v7: a cross-site scripting in the navcancl.htm local resource.</p>
<p><span id="more-44"></span></p>
<blockquote><p>This resource is called when the navigation to a page has been canceled, it displays an error message with a link to reload the current page, however the link is not filtered before being used (successful exploitation requires the user to click on the link). The researcher also explains how the browser does not show in the URL the local resource when it is called, this design flaw can thus be combined with the XSS vulnerability to conduct very dangerous phishing attacks.</p></blockquote>
<p>A PoC is available on the Aviv Raff&#8217;s website:<br />
<a href="http://www.raffon.net/research/ms/ie/navcancl/cnn.html">http://www.raffon.net/research/ms/ie/navcancl/cnn.html</a><br />
For those who do not have Internet Explorer 7, a video is also provided:<br />
<a href="http://raffon.net/videos/ie7navcancl.wmv">http://raffon.net/videos/ie7navcancl.wmv</a></p>
<p><strong>Original News #1:</strong> <a href="http://aviv.raffon.net/2007/03/14/PhishingUsingIE7LocalResourceVulnerability.aspx">http://aviv.raffon.net/2007/03/14/PhishingUsingIE7LocalResourceVulnerability.aspx </a> by Aviv Raff</p>
<p><strong>Original News #2:</strong> <a href="http://www.xssed.com/news/23/IE7_users_beware_of_Navigation_Canceled_errors/">http://www.xssed.com/news/23/IE7_users_beware_of_Navigation_Canceled_errors/</a> by Kevin Fernandez</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F03%2F15%2Finternet-explorer-7-phishing-using-local-resource-vulnerability%2F';
  addthis_title  = 'Internet+Explorer+7%3A+Phishing+Using+Local+Resource+Vulnerability';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/03/15/internet-explorer-7-phishing-using-local-resource-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://raffon.net/videos/ie7navcancl.wmv" length="483881" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>XSSed.com: What, Who, Why?</title>
		<link>http://www.ddosed.com/2007/03/06/xssedcom-what-who-why/</link>
		<comments>http://www.ddosed.com/2007/03/06/xssedcom-what-who-why/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 13:28:35 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Defacements]]></category>
		<category><![CDATA[Security News]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/03/06/xssedcom-what-who-why/</guid>
		<description><![CDATA[The goals of XSSed.com are to provide informative resources on cross-site scripting(XSS) vulnerabilities and exploitation methodologies, and to archive XSS vulnerable websites for statistic purposes. Mirroring websites is a way to prove to vendors and webmasters that the vulnerability really existed &#8211; in case of denial. Users will become more aware on protecting themselves on [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">The goals of <a href="http://www.xssed.com" title="XSSed.com - XSS information and vulnerable websites archive" target="_blank">XSSed.com</a> are to provide informative resources on cross-site scripting(XSS) vulnerabilities and exploitation methodologies, and to archive XSS vulnerable websites for statistic purposes. Mirroring websites is a way to prove to vendors and webmasters that the vulnerability really existed &#8211; in case of denial. Users will become more aware on protecting themselves on some websites, as XSS vulnerabilities are mostly targeting the users and not the websites.</p>
<p align="justify">XSSed.com is also an attempt to spread education and awareness about XSS to IT professionals and amateurs involved or interested in secure web application development.</p>
<p><span id="more-40"></span></p>
<p>The project is run by Kevin Fernandez and Dimitris Pagkalos.<br />
There are still a lot of improvements in the TODO list including the ones listed below:<br />
<strong> -RSS feeds.<br />
-Search filters.<br />
-More statistics.<br />
-Submit POST data in the submission page.<br />
-Add public and protected informations with the submitted XSS (more details will soon be available).<br />
-Additional informations will be published on the mirror page (for instance the use of a specific browser to reproduce the vulnerability).</strong></p>
<p align="justify"><a href="http://www.xssed.com/submit" title="XSSed.com - Submit XSS vulnerable websites" target="_blank">Submitting XSS</a> vulnerable websites, should not be seen as a game for getting the lead in total submissions. Nevertheless we encourage you to submit XSS vulnerable websites for the greater good of a secure web. As RSnake <a href="http://ha.ckers.org/blog/20070209/yet-another-xss-archive/#comment-17259" title="RSnake's comment on XSSed.com" target="_blank">commented on his blog post about XSSed.com</a>, &#8220;It’s not who finds the most, it’s about the ease of finding them, the difficulty in stopping them, the various vectors, etc…&#8221;. We seriously take in consideration such comments and suggestions for improvements by people with significant experience and expertise in the web application security field.</p>
<p>We call for papers and video tutorials that focus on exploiting XSS vulnerabilities and on preventing them.</p>
<p>Since the launch of <a href="http://www.xssed.com" title="XSSed.com" target="_blank">XSSed.com</a>, we received many <a href="http://www.xssed.com/submit" title="XSSed.com - Submit XSS vulnerable websites" target="_blank">notifications</a> of high-profiled websites that got XSS&#8217;ed.</p>
<p>Here is a list of notable XSS&#8217;ed websites in the <a href="http://www.xssed.com/archive/special=1/" title="XSSed.com - Special XSS'ed websites archive" target="_blank">archive</a>:</p>
<p><a href="http://www.xssed.com/mirror/158/">hushmail.com</a><br />
<a href="http://www.xssed.com/mirror/197/">youtube.com</a><br />
<a href="http://www.xssed.com/mirror/138/">members.microsoft.com</a><br />
<a href="http://www.xssed.com/mirror/418/">netscape.com</a><br />
<a href="http://www.xssed.com/mirror/1316/" target="_blank">*.search.yahoo.com</a><br />
<a href="http://www.xssed.com/mirror/899/">my.screenname.aol.com</a><br />
<a href="http://www.xssed.com/mirror/139/">my.imageshack.us</a><br />
<a href="http://www.xssed.com/mirror/876/">register.go.com</a><br />
<a href="http://www.xssed.com/mirror/739/">cafepress.com</a><br />
<a href="http://www.xssed.com/mirror/646/">thawte.com</a><br />
<a href="http://www.xssed.com/mirror/617/">verisign.com</a><br />
<a href="http://www.xssed.com/mirror/642/">zonelabs.com</a><br />
<a href="http://www.xssed.com/mirror/374/">www4.symantec.com</a><br />
<a href="http://www.xssed.com/mirror/290/">domaintools.com</a><br />
<a href="http://www.xssed.com/mirror/201/">controlpanel.netfirms.com</a><br />
<a href="http://www.xssed.com/mirror/97/">2600.com</a><br />
<a href="http://www.xssed.com/mirror/306/">sun.com</a><br />
<a href="http://www.xssed.com/mirror/1197/">*.globo.com</a> &#8211; Famous portal in Brazil<br />
<a href="http://www.xssed.com/mirror/256/">*.mynet.com</a> &#8211; Famous portal in Turkey<br />
<a href="http://www.xssed.com/mirror/1000/">login.pathfinder.gr</a> &#8211; Famous portal in Greece</p>
<p>plus many other &#8220;special&#8221; websites, including governmental and military&#8230;</p>
<p align="justify">So far we have had visitors and submitters from &#8211; in order of number of visits &#8211; Turkey, Italy, United Kingdom, United States, Brazil, France, Russia, Germany, Czech Republic and Pakistan. We would like to thank you for supporting our project.</p>
<p>The XSS attack vectors used on the <a href="http://www.xssed.com/archive" title="XSSed.com - Archive of XSS'ed websites" target="_blank">archived websites</a>, were from RSnake&#8217;s XSS <a href="http://ha.ckers.org/xss.html" title="Ha.ckers.org - XSS cheat sheet by RSnake" target="_blank">cheat sheet</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F03%2F06%2Fxssedcom-what-who-why%2F';
  addthis_title  = 'XSSed.com%3A+What%2C+Who%2C+Why%3F';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/03/06/xssedcom-what-who-why/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XSSed.com &#8211; Cross-Site Scripting Information And Attacks Archive To Be Launched Soon</title>
		<link>http://www.ddosed.com/2007/02/08/xssedcom-cross-site-scripting-information-and-attacks-archive-to-be-launched-soon/</link>
		<comments>http://www.ddosed.com/2007/02/08/xssedcom-cross-site-scripting-information-and-attacks-archive-to-be-launched-soon/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 14:13:42 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Security News]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/02/08/xssedcom-cross-site-scripting-information-and-attacks-archive-to-be-launched-soon/</guid>
		<description><![CDATA[A new website dedicated specifically to cross-site scripting(XSS) vulnerabilities, will soon be launched in BETA mode.
With a no-hat approach, and only for educational purposes, we will receive notifications of websites, web-based services and software applications that have been &#8220;XSSed&#8220;. When a cross-site scripting vulnerability is submitted &#8211; URL poisoning, frame injection and other vulnerabilities that [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">A new website dedicated specifically to <a href="http://en.wikipedia.org/wiki/Cross_site_scripting" target="_blank" title="XSS on Wikipedia.org">cross-site scripting</a>(XSS) vulnerabilities, will soon be launched in BETA mode.</p>
<p align="justify">With a no-hat approach, and only for educational purposes, we will receive notifications of websites, web-based services and software applications that have been &#8220;<a href="http://www.xssed.com" target="_blank" title="XSSed.com - XSS information and vulnerable websites archive">XSSed</a>&#8220;. When a cross-site scripting vulnerability is submitted &#8211; URL poisoning, frame injection and other vulnerabilities that can be exploited against users are also allowed &#8211; it will be saved automatically in the on-hold archive until review by our staff.</p>
<p><span id="more-18"></span></p>
<p align="justify">We classify the <a href="http://www.xssed.com/archive" title="XSSed.com - Archive of XSS vulnerable websites">archived attacks</a> into special (high-profiled) and not special. You can also view what was their unique <a href="http://www.alexa.com" target="_blank" title="Alexa.com">Alexa</a> pagerank at the time of submission.</p>
<p align="justify">&nbsp;</p>
<p align="justify">Note: Script insertion vulnerabilities, which can lead to cross-site scripting, can also be used to damage a site by blocking its visual access. Please note that this could represent a crime in many countries and we do not support this action.</p>
<p align="justify">The goals of <a href="http://www.xssed.com" target="_blank" title="XSSed.com - XSS information and vulnerable websites archive">XSSed.com</a>, are to <strong>provide helpful information resources on cross-site scripting (XSS) attacks and vulnerabilities</strong>, and to <strong>archive XSS vulnerable websites for statistic purposes</strong>. It is an <strong>attempt to spread education and awareness about XSS to IT professionals and amateurs interested in secure web application development.</strong></p>
<p><a href="http://www.xssed.com" title="XSSed.com - XSS information and vulnerable websites archive" target="_blank"><img src="http://www.ddosed.com/wp-content/uploads/2007/02/xssed.gif" alt="XSSed.com" id="image34" /></a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F02%2F08%2Fxssedcom-cross-site-scripting-information-and-attacks-archive-to-be-launched-soon%2F';
  addthis_title  = 'XSSed.com+%26%238211%3B+Cross-Site+Scripting+Information+And+Attacks+Archive+To+Be+Launched+Soon';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/02/08/xssedcom-cross-site-scripting-information-and-attacks-archive-to-be-launched-soon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
