<?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>Bonsai - Information Security Blog &#187; security</title>
	<atom:link href="http://www.bonsai-sec.com/blog/index.php/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bonsai-sec.com/blog</link>
	<description>Information security news from the small tree</description>
	<lastBuildDate>Tue, 12 Jul 2011 00:39:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>OWASP Day @ FIUBA Argentina</title>
		<link>http://www.bonsai-sec.com/blog/index.php/owasp-day-fiuba-argentina/</link>
		<comments>http://www.bonsai-sec.com/blog/index.php/owasp-day-fiuba-argentina/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 20:29:38 +0000</pubDate>
		<dc:creator>nahuel</dc:creator>
				<category><![CDATA[bonsai]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[conferencias]]></category>
		<category><![CDATA[eventos]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[OWASP]]></category>

		<guid isPermaLink="false">http://www.bonsai-sec.com/blog/?p=336</guid>
		<description><![CDATA[El día 30 de Junio de 2010 se llevó a cabo el OWASP Day en la sede de Paseo Colón de la Facultad de Ingeniería de la Universidad de Buenos Aires. Se realizaron charlas relacionadas con la Seguridad en Aplicaciones Web y otros aspectos relacionados a la Seguridad de la Información.
Bonsai Information Security participó siendo [...]]]></description>
			<content:encoded><![CDATA[<p>El día 30 de Junio de 2010 se llevó a cabo el OWASP Day en la sede de Paseo Colón de la Facultad de Ingeniería de la Universidad de Buenos Aires. Se realizaron charlas relacionadas con la Seguridad en Aplicaciones Web y otros aspectos relacionados a la Seguridad de la Información.</p>
<p><strong>Bonsai Information Security participó siendo Sponsor</strong> y presentando a Nahuel Grisolía, Project Leader de Bonsai, como ponente en una de las charlas.</p>
<p>Más información sobre el OWASP Day <a href="http://www.owasp.org/index.php/OWASP_Day_Argentina_2010" target="_blank">aquí</a>.</p>
<p>A continuación, las Slides que se utilizaron en el evento:</p>
<p style="text-align: center;"><object id="__sse4818190" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="518" height="435" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=presentacionv1-0-100722135339-phpapp02&amp;stripped_title=presentation-owasp-day-fiubaar" /><param name="name" value="__sse4818190" /><param name="allowfullscreen" value="true" /><embed id="__sse4818190" type="application/x-shockwave-flash" width="518" height="435" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=presentacionv1-0-100722135339-phpapp02&amp;stripped_title=presentation-owasp-day-fiubaar" name="__sse4818190" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bonsai-sec.com/blog/index.php/owasp-day-fiuba-argentina/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cross Site Scripting Payloads</title>
		<link>http://www.bonsai-sec.com/blog/index.php/cross-site-scripting-payloads/</link>
		<comments>http://www.bonsai-sec.com/blog/index.php/cross-site-scripting-payloads/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:01:12 +0000</pubDate>
		<dc:creator>andres.riancho</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[w3af]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[xss]]></category>
		<category><![CDATA[xss payloads]]></category>

		<guid isPermaLink="false">http://www.bonsai-sec.com/blog/?p=238</guid>
		<description><![CDATA[Most of us are tired from the usual Cross Site Scripting vulnerabilities that get reported every day in full-disclosure, so when one of our researchers found a XSS in an Open Source project, we hesitated to publish it. After some thinking, we started to realize that maybe it would be interesting to the general public [...]]]></description>
			<content:encoded><![CDATA[<p>Most of us are tired from the usual Cross Site Scripting vulnerabilities that get reported <em>every day</em> in full-disclosure, so when one of our researchers found a XSS in an Open Source project, we hesitated to publish it. After some thinking, we started to realize that maybe it would be interesting to the general public to see a customized XSS payload that would exploit the Web application, which suddenly made our newly discovered XSS vulnerability much more fun.</p>
<p>The vulnerability that we&#8217;re going to be exploiting is a <a title="persistent cross site scripting in Achievo" href="http://www.bonsai-sec.com/research/vulnerabilities/achievo-multiple-xss-0101.txt" target="_blank">persistent cross site scripting in Achievo</a> . For those that do not know, Achievo is a flexible web-based resource management tool for business environments. Achievo&#8217;s resource management capabilities will enable organizations to support their business processes in a simple, but effective manner. This vulnerability was found a while ago by our research team, and has been fixed in version 1.4.0.</p>
<p>The vulnerability is a really basic persistent XSS, where we can write virtually anything in the title of a scheduled meeting. <em>As the meetings from a user can be seen by other users, and most interestingly administrators, <strong>the XSS can be exploited to elevate privileges in the application.</strong></em></p>
<p>With the objective of writing the XSS payload, I developed a JavaScript export feature, that allows w3af users to export any HTTP request to JavaScript, that will reproduce the same request when a user loads the script in a browser.</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_242" class="wp-caption aligncenter" style="width: 525px;">
<dt class="wp-caption-dt"><a href="http://www.bonsai-sec.com/blog/wp-content/uploads/js-export.png"><img class="size-full wp-image-242" title="w3af's JavaScript Export" src="http://www.bonsai-sec.com/blog/wp-content/uploads/export.png" alt="w3af's JavaScript Export" width="515" height="327" /></a></dt>
</dl>
</div>
<p>Using the newly created feature, we were able to easily create a JavaScript payload, that when accessed by an Achievo administrator will perform the following tasks:</p>
<ul>
<li>Create a new application profile</li>
<li>Apply administrator privileges to the profile</li>
<li>Assign the newly created profile to a common user</li>
</ul>
<p>You can find the <a title="customized XSS payload" href="http://www.bonsai-sec.com/research/vulnerabilities/achievo-payload.js" target="_blank">customized XSS payload</a> by clicking <a title="customized XSS payload" href="http://www.bonsai-sec.com/research/vulnerabilities/achievo-payload.js" target="_blank">here</a>. In order to exploit this vulnerability, a user would need to change the first four variables in the script, upload the script to a publicly accessible web server, and then point the Cross Site Scripting to that resource. After some time, and if an Achievo administrator browses through the schedule, the configured user will elevate their privileges to administrator.</p>
<p>In this case it was impossible (because of the application not having that particular feature) to actually <strong><em>upload new files to the web server</em></strong>, but in many other Web applications, it would have been completely possible to create a XSS payload that would use the administrator privileges to upload a specially crafted file to the web server, which would then provide <strong><em>operating system access </em></strong>to the intruder.</p>
<p>With the creation of tools like w3af&#8217;s JavaScript export feature, and the huge amount of XSS vulnerabilities found every day, we think that the time for customized XSS payloads written in minutes instead of hours, has arrived!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bonsai-sec.com/blog/index.php/cross-site-scripting-payloads/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

