<?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>Ugh!!'s Greymatter Honeypot &#187; exploit</title>
	<atom:link href="http://www.u-g-h.com/tag/exploit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.u-g-h.com</link>
	<description>Distracting the Mind with Information Overload</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:39:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Clickjacking here&#8217;s how it works</title>
		<link>http://www.u-g-h.com/2008/10/08/clickjacking-heres-how-it-works/</link>
		<comments>http://www.u-g-h.com/2008/10/08/clickjacking-heres-how-it-works/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 08:01:45 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[clickjacking]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.u-g-h.com/?p=2594</guid>
		<description><![CDATA[I&#8217;ve posted before about Clickjacking and how scary this is for most Internet users, regardless of which browser you&#8217;re using or whether you have Javascript turn on or off. There&#8217;s more information about the threat on the Interweb today, including a demo of how the exploit works and some advice on how you can avoid [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve posted before about <a  href="http://www.u-g-h.com/2008/09/25/scary-new-exploit-discovered/">Clickjacking</a> and how scary this is for most Internet users, regardless of which browser you&#8217;re using or whether you have Javascript turn on or off. There&#8217;s more information about the threat <a  href="http://www.techmeme.com/081007/p102#a081007p102">on the Interweb</a> today, including a demo of how the exploit works and some advice on how you can avoid it. First of all, <a  href="http://ha.ckers.org/blog/20081007/clickjacking-details/">what is clickjacking</a>? There&#8217;s a <a  href="http://securosis.com/2008/10/07/clickjacking-details-analysis-and-advice/">great writeup on Securoris</a> that explains it quite succinctly:</p>
<ol>
<blockquote>
<li>Clickjacking allows someone to place an invisible link/button below your mouse as you browse a regular page. You think youâ€™re clicking on a regular link, but really you are clicking someplace the attacker controls thatâ€™s hidden from you. Why is this important? Because it allows the attacker to force you to interact with something without your knowledge on a page other than the one youâ€™ve been looking at. For example, they can hide a Flash application that follows your mouse around, and when you go to click a link it starts recording audio off your microphone. We have protections in browsers to prevent someone from automatically initiating certain actions. Also, many websites rely on you manually pressing buttons for actions like transferring large sums of money out of your bank account.</li>
<li>There are two sides to look at this exploitation- user and website owner. As a user, if you visit a malicious site (either a bad guy site, or a regular site thatâ€™s been hit with cross site scripting), the attacker can force you to take a very large range of actions. Anytime you click something, the attacker can redirect that click to the destination of their choice <em>in the context of you as a user</em>. Thatâ€™s the important part here- itâ€™s like cross site request forgery (really, an enhancement of it) that not only gets you to click, but to execute actions as yourself. Thatâ€™s why they can get you to approve Flash applications you might not normally allow, or to perform actions on other sites in the background. As with CSRF, if you are logged in someplace the attacker can now do whatever the heck they want as long as they know the XY coordinates of what they want you to click.</li>
<li>As a website owner, <em>clickjacking destroys yet more browser trust</em>. When designing web applications (which used to be my job) we often rely on site elements that require manual mouse clicks to submit forms and such. As Robert (Rsnake) explains in his post, with clickjacking an attacker can circumvent nonces (a random code added to every form so the website knows you clicked submit from that page, and didnâ€™t just try to submit the form without visiting the page, a common attack technique).</li>
<li>Clickjacking can be used to do a lot of different things- launching Flash or CSRF are only the tip of the iceberg.</li>
<li>It relies heavily on iFrames, which are so pervasive we canâ€™t just rip them out. Sure, I turn them off in my browser, but the economics prevent us from doing that on a wide scale (especially since all the advertisers- e.g. Google/Yahoo/MS, will likely fight it).</li>
<li>Clickjacking is very difficult to eliminate, although we can reduce its risk under certain circumstances. Because it doesnâ€™t even rely on Javascript and works with CSS/DHTML, it will take a lot of time, effort, and thought to eliminate.</li>
</blockquote>
</ol>
<p>If that sounded scary, have a look at a video showing one application of the exploit:<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/gxyLbpldmuU&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/gxyLbpldmuU&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
If you want to study that further, you can actually run it through it&#8217;s paces <a  href="http://blog.guya.net/2008/10/07/malicious-camera-spying-using-clickjacking/">here</a>.</p>
<p>So, what <a  href="http://www.theregister.co.uk/2008/10/07/clickjacking_surveillance_zombie/">can be done about this</a>? First of all, it&#8217;s worth realising that while it&#8217;s a powerful threat, the risk of it happening isn&#8217;t that high <em>at the moment</em>. Vendors have <a  href="http://blogs.zdnet.com/security/?p=2005">started recognising</a> the threat and coming up <a  href="http://hackademix.net/2008/10/08/hello-clearclick-goodbye-clickjacking/">with solutions</a> for dealing with it. Adobe has <a  href="http://msmvps.com/blogs/spywaresucks/archive/2008/10/08/1650061.aspx">come up</a> with <a  href="http://www.adobe.com/support/security/advisories/apsa08-08.html">a workaround</a> and NoScript has released ClearClick to <a  href="http://blogs.zdnet.com/security/?p=2009">help address it</a>. It&#8217;s only a matter of time before this is quashed too (won&#8217;t be easy though)</p>
<p><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.u-g-h.com%2F2008%2F10%2F08%2Fclickjacking-heres-how-it-works%2F&#038;title=Clickjacking%20here%26%238217%3Bs%20how%20it%20works" id="wpa2a_2"><img src="http://www.u-g-h.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.u-g-h.com/2008/10/08/clickjacking-heres-how-it-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scary new exploit discovered</title>
		<link>http://www.u-g-h.com/2008/09/25/scary-new-exploit-discovered/</link>
		<comments>http://www.u-g-h.com/2008/09/25/scary-new-exploit-discovered/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 23:24:05 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[clickjacking]]></category>
		<category><![CDATA[exploit]]></category>

		<guid isPermaLink="false">http://www.u-g-h.com/?p=2549</guid>
		<description><![CDATA[Seems like there&#8217;s a new type of browser exploit that can cause problems to users out there. It&#8217;s called Clickjacking and here&#8217;s how it&#8217;s described: In a nutshell, itâ€™s when you visit a malicious website and the attacker is able to take control of the links that your browser visits. The problem affects all of [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right;margin-left:5px;"><a  title="hacking sankt oberholz 4" rel="nofollow" href="http://www.flickr.com/photos/97478728@N00/109428693/" target="_blank"><img src="http://farm1.static.flickr.com/45/109428693_74c96a933b_m.jpg" border="0" alt="hacking sankt oberholz 4" /></a></div>
<p>Seems like there&#8217;s a new type of <a  class="zem_slink" title="Browser exploit" rel="wikipedia" href="http://en.wikipedia.org/wiki/Browser_exploit">browser exploit</a> that can cause problems to users out there. It&#8217;s called Clickjacking and here&#8217;s how it&#8217;s described:</p>
<blockquote><p>In a nutshell, itâ€™s when you visit a malicious website and the attacker is able to take control of the links that your browser visits.  The problem affects all of the different browsers except something like lynx.  The issue has nothing to do with <a  class="zem_slink" title="JavaScript" rel="wikipedia" href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a> so turning JavaScript off in your browser will not help you.  Itâ€™s a fundamental flaw with the way your browser works and cannot be fixed with a simple patch.  With this exploit, once youâ€™re on the malicious web page, the bad guy can make you click on any link, any button, or anything on the page without you even seeing it happening.</p></blockquote>
<p>There&#8217;s a little more information about this on the <a  href="http://www.webadminblog.com/index.php/2008/09/24/new-0day-browser-exploit-clickjacking-owasp-appsec-nyc-2008/">Web Admin blog</a> but details are still a bit sketchy. The biggest problem is that it seems to effect everyone using a browser, regardless if they&#8217;re using <a  class="zem_slink" title="Mozilla Firefox" rel="geolocation" href="http://maps.google.com/maps?ll=45.1238,-123.1138&#038;spn=1.0,1.0&#038;q=45.1238,-123.1138%20%28Mozilla%20Firefox%29&#038;t=h">Firefox</a>, IE or Chrome and whether they&#8217;re connected by dial-up, ADSL or <a  href="http://www.ipinternational.net/">satellite internet provider</a>.</p>
<p>Hope this doesn&#8217;t cause too much consternation, because it seems like it&#8217;s not going to be trivial to fix this security hole.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=d40af7b9-0061-4faa-8476-1128621beb8c" alt="" /></div>
<p><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.u-g-h.com%2F2008%2F09%2F25%2Fscary-new-exploit-discovered%2F&#038;title=Scary%20new%20exploit%20discovered" id="wpa2a_4"><img src="http://www.u-g-h.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.u-g-h.com/2008/09/25/scary-new-exploit-discovered/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Apple in the news</title>
		<link>http://www.u-g-h.com/2007/06/12/apple-in-the-news/</link>
		<comments>http://www.u-g-h.com/2007/06/12/apple-in-the-news/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 11:08:30 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[companies]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.u-g-h.com/index.php/2007/06/12/apple-in-the-news/</guid>
		<description><![CDATA[Quite a lot of Apple news in the media today. Apple has released a brand new version of their Safari browser, and it only took 2 hours for someone to hack an exploit out for it. There are some good reviews around as to what makes the software so compelling, but you might want to [...]]]></description>
			<content:encoded><![CDATA[<p>Quite a lot of <a  href="http://www.apple.com">Apple</a> news in the media today.</p>
<ul>
<li>Apple has released a brand new version of their <a  href="http://www.apple.com/safari/">Safari browser</a>, and it only took 2 hours for someone to <a  href="http://larholm.com/2007/06/12/safari-for-windows-0day-exploit-in-2-hours/">hack an exploit</a> out for it. There are some <a  href="http://www.hanselman.com/blog/SafariForWindowsFirstImpressions.aspx">good reviews</a> around as to what makes the software so compelling, but you might want to <a  href="http://blogs.zdnet.com/security/?p=283">wait for the next version</a> before you give it a try.</li>
<li>Apple is <a  href="http://www.apple.com/pr/library/2007/06/11iphone.html">opening up the iPhone API</a> for 3rd party developers to write applications for it. This is an excellent move by Apple as it will help adoption of the new platform and quickly help iPhone sales reach critical mass. Closed platforms are very much a thing of the past, and many companies can leverage these APIs in different ways. It&#8217;s one thing that makes <a  href="http://blog.globalbeach.com/wordpress/index.php/2007/06/12/moving-your-brand-to-facebook/">FaceBook so great</a>.</li>
<li>Seems like there are few iPhones being <a  href="http://chronicle.com/wiredcampus/article/2144/walt-mossberg-shows-college-leaders-his-new-iphone">given to reviewers</a> to write up and start to spread the buzz. Will be interesting to watch if the technology is all it&#8217;s cracked out to be, and if the iPhone really takes things to a brand new level.</li>
</ul>
<p>Need to check when the European version of the <a  href="http://www.apple.com/iphone">iPhone</a> will be out &#8230;</p>
<p><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.u-g-h.com%2F2007%2F06%2F12%2Fapple-in-the-news%2F&#038;title=Apple%20in%20the%20news" id="wpa2a_6"><img src="http://www.u-g-h.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.u-g-h.com/2007/06/12/apple-in-the-news/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

