<?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>Sat, 04 Feb 2012 07:23:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://0.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab.png?s=48</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/]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/wordpress-security-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

