<?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>Open source blog, linux, php, python, security &#187; exploit</title>
	<atom:link href="http://www.alonon.net/tag/exploit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Wed, 18 Aug 2010 20:03:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://1.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab?s=</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>WordPress Security Vulnerability</title>
		<link>http://www.alonon.net/wordpress-security-vulnerability/</link>
		<comments>http://www.alonon.net/wordpress-security-vulnerability/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 07:46:55 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=125</guid>
		<description><![CDATA[With this security vulnerability, your admin password can be reset if your wordpress version &#60;=2.8.3.  For more information about exploit visit: http://www.milw0rm.com/exploits/9410 Solution: open wp-login.php Find this line if ( empty( $key ) ) and change with this: if ( empty( $key ) &#124;&#124; is_array( $key ) ) or patch: http://wordpress.org/development/2009/08/2-8-4-security-release/ Tags: exploit, password, reset, &#8230; <a href="http://www.alonon.net/wordpress-security-vulnerability/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With this security vulnerability, your admin password can be reset if your wordpress version &lt;=2.8.3.  For more information about exploit visit: <a href="http://www.milw0rm.com/exploits/9410">http://www.milw0rm.com/exploits/9410</a></p>
<p>Solution:</p>
<p>open wp-login.php</p>
<p>Find this line</p>
<p><strong>if ( empty( $key ) )</strong></p>
<p>and change with this:</p>
<p><strong>if ( empty( $key ) || is_array( $key ) ) </strong></p>
<p><strong><br />
</strong></p>
<p>or</p>
<p>patch: <a href="http://wordpress.org/development/2009/08/2-8-4-security-release/" target="_blank">http://wordpress.org/development/2009/08/2-8-4-security-release/</a></p>

	Tags: <a href="http://www.alonon.net/tag/exploit/" title="exploit" rel="tag">exploit</a>, <a href="http://www.alonon.net/tag/password/" title="password" rel="tag">password</a>, <a href="http://www.alonon.net/tag/reset/" title="reset" rel="tag">reset</a>, <a href="http://www.alonon.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/mysql-password-resetchange/" title="Mysql password reset,change (December 29, 2008)">Mysql password reset,change</a> (0)</li>
	<li><a href="http://www.alonon.net/some-changes/" title="Some Changes.. (March 22, 2009)">Some Changes..</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/wordpress-security-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
