<?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>Djarot Studio &#187; Programming Stuff</title>
	<atom:link href="http://www.djarot.com/category/web-development/programming-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.djarot.com</link>
	<description>Art of Simplicity</description>
	<lastBuildDate>Thu, 09 Feb 2012 00:29:08 +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>WordPress 2.8.6 is OUT, with the Newest Security Release</title>
		<link>http://www.djarot.com/wordpress-286-is-out-with-the-newest-security-release/</link>
		<comments>http://www.djarot.com/wordpress-286-is-out-with-the-newest-security-release/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 05:20:04 +0000</pubDate>
		<dc:creator>Jarot</dc:creator>
				<category><![CDATA[Programming Stuff]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[2.8.6]]></category>
		<category><![CDATA[Advisories]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[exploited]]></category>
		<category><![CDATA[sanitize]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress 2.8.6]]></category>
		<category><![CDATA[XSS vulnerability]]></category>

		<guid isPermaLink="false">http://www.djarot.com/?p=350</guid>
		<description><![CDATA[Just got a buzz from a buddy of mine about wordpress 2.8.6 release. My first impression was whoa.. already? I still can feel the feels in my fingers &#8211; I coded a project built on wordpress 2.8.5, and it is now in the past! Well yea, wordpress known as one of the open source cms [...]]]></description>
			<content:encoded><![CDATA[<p>Just got a buzz from a buddy of mine about wordpress 2.8.6 release. My first impression was whoa.. already? I still can feel the feels in my fingers &#8211; I coded a project built on wordpress 2.8.5, and it is now in the past! </p>
<p>Well yea, wordpress known as one of the open source cms vendor with really really good care of their security, so if they release something new, it must&#8217;ve been a security fix, or features improvements. Version 2.8.6, is one of its release from their security fix outlet.</p>
<p><strong>There are 2 Security Fixes:</strong></p>
<p>From official wordpress blog regarding this <a href="http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/" target="_blank" rel="nofollow" title="WordPress 2.8.6 Security Release">WordPress 2.8.6 Security Release</a> :</p>
<blockquote><p>2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges.  If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended.</p></blockquote>
<p>Plain english would be read like this : There re 2 security problems which could be exploited by one of your registered user &#8211; with posting privileges and logged in. So actually, this security problem is an exploitable problem by someone who&#8217;s already in (logged in as a registered user), and has posting privilege (authors, editors, or other user with custom privileges with posting ability in it.) Long story short : Exploitable by inside man.</p>
<p><strong>The 2 Security Problems Are</strong><br />
<span id="more-350"></span><br />
1. An XSS vulnerability in Press This discovered by Benjamin Flesch.<br />
2. An issue with sanitizing uploaded file names that can be exploited in certain Apache configurations, discovered by Dawid Golunski. </p>
<p>Be advise, IF you guys have a blog with multiple authors, and there&#8217;s a possibility one of them has a possibility to go &#8220;bad&#8221;, this release is definitely recommended for you.<br />
Alrite.. catch up with you later! <img src='http://www.djarot.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.djarot.com/wordpress-286-is-out-with-the-newest-security-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6.1 Dangerous Vulnerabilities, Upgrade to 2.6.2 NOW!</title>
		<link>http://www.djarot.com/wordpress-261-dangerous-vulnerabilities-upgrade-to-262-now/</link>
		<comments>http://www.djarot.com/wordpress-261-dangerous-vulnerabilities-upgrade-to-262-now/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 13:16:25 +0000</pubDate>
		<dc:creator>Jarot</dc:creator>
				<category><![CDATA[Programming Stuff]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[SQL Column Truncation]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[weakness of mt_rand()]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WP 2.6.1 bugs]]></category>

		<guid isPermaLink="false">http://www.djarot.com/?p=129</guid>
		<description><![CDATA[So you guys still on 2.6.1 version? Well, be aware. There 're 2 vulnerabilities marked as dangerous as it would allow attacker to reset the password of another user. Stefan Esser of suspekt.org recently warned developers of the dangers of SQL Column Truncation and the weakness of mt_rand(). With his help ,Wordpress team worked around these problems and were releasing WordPress 2.6.2, last September 8, 2008. […] <a href="#" title="" rel="bookmark">[ &#8594; ]</a>]]></description>
			<content:encoded><![CDATA[<p>So you guys still on 2.6.1 version? Well, be aware. There &#8216;re 2 vulnerabilities marked as dangerous as it would allow attacker to reset the password of another user. </p>
<p style="float:right;text-align:right;margin:0 0 0 10px;"><a href="http://www.djarot.com/wordpress-261-dangerous-vulnerabilities-upgrade-to-262-now/" title="" style="border:none;"><img src="http://www.djarot.com/images/img-129a.jpg" alt="WP 2.6.1 Bugs" title=""/></a></p>
<p>Stefan Esser of suspekt.org recently warned developers of the dangers of SQL Column Truncation and the weakness of mt_rand(). </p>
<p>With his help, WordPress team worked around these problems and were releasing WordPress 2.6.2, last September 8, 2008. Yeah, I know, i &#8216;m a bit late to write this, but it&#8217;s always better be late then not knowing at all, right?</p>
<p><b>Should I upgrade?</b></p>
<p>If you allow open registration on your blog, you should definitely upgrade.  With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will allow resetting another user’s password to a randomly generated password.  The randomly generated password is not disclosed to the attacker, so this problem by itself is annoying but not a security exploit.  However, this attack coupled with a weakness in the random number seeding in mt_rand() could be used to predict the randomly generated password.  Stefan Esser has already release details of the complete attack, both for <a href="http://www.suspekt.org/2008/08/18/mysql-and-sql-column-truncation-vulnerabilities/" target="_blank" rel="external nofollow">SQL Column Truncation</a> and <a href="http://www.suspekt.org/2008/08/17/mt_srand-and-not-so-random-numbers/" target="_blank" rel="external nofollow">the weakness of mt_rand()</a>.  The attack is difficult to accomplish,  but its mere possibility means, upgrading to 2.6.2 is recommended.<br />
<span id="more-129"></span><br />
Some bloggers and sys admin with open registration feature for their site or blog, has closed their registration temporarily until they got chances to upgrade to 2.6.2. Wiser choice I must say, couldn&#8217;t agree more.</p>
<p><b>Version 2.6.2 Bugs, Fixes and Security Patches</b></p>
<p>There &#8216;re some bugs found for 2.6.1 or previously 2.6, and the 2.6.2 have all the fixes and security patches. If you &#8216;re interested to take a look at the 2.6.2 bugs and fixes list, headed to this page of that contains a <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.6.2&#038;resolution=fixed&#038;order=priority" target="_blank" rel="external nofollow" title="2.6.2 Bugs, Fixes and Security Patches">handful of bug fixes</a>.</p>
<p>So, wait no more, upgrade now! For all of you who upgrade it already, congrats!</p>
<p style="float:right;">[ <a href="http://www.djarot.com/wordpress-261-bugs-super-bahaya-upgrade-ke-262-sekarang/" rel="bookmark" title="Wordpress 2.6.1 Bugs Super Bahaya, Upgrade ke 2.6.2 Sekarang!">Indonesian version</a> &rarr; ]</p>
<p><br style="clear:both;"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.djarot.com/wordpress-261-dangerous-vulnerabilities-upgrade-to-262-now/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

