<?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>Jared Atchison&#187; wordpress exploit</title>
	<atom:link href="http://www.jaredatchison.com/tag/wordpress-exploit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaredatchison.com</link>
	<description>WordPress Consultant and Genesis Developer</description>
	<lastBuildDate>Fri, 27 Jan 2012 05:34:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 2.8.5 released</title>
		<link>http://www.jaredatchison.com/2009/10/20/wordpress-2-8-5-released/</link>
		<comments>http://www.jaredatchison.com/2009/10/20/wordpress-2-8-5-released/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 23:24:35 +0000</pubDate>
		<dc:creator>Jared</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress 2.8.4]]></category>
		<category><![CDATA[wordpress exploit]]></category>

		<guid isPermaLink="false">http://www.jaredatchison.com/?p=62</guid>
		<description><![CDATA[WordPress 2.8.5 has been released and is up for download. Nothing exciting to see as it just addresses the exploit that was published this morning plus a few minor things. From the WordPress.org post: A fix for the Trackback Denial-of-Service attack that is currently being seen. Removal of areas within the code where php code [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.8.5 has been released and is <a href="http://wordpress.org/download/">up for download</a>. Nothing exciting to see as it just addresses the exploit that was published this morning plus a few minor things. From the <a href="http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/">WordPress.org post</a>:</p>
<ul>
<li>A fix for the Trackback Denial-of-Service attack that is currently being seen.</li>
<li>Removal of areas within the code where php code in variables was evaluated.</li>
<li>Switched the file upload functionality to be whitelisted for all users including Admins.</li>
<li>Retiring of the two importers of Tag data from old plugins.</li>
</ul>
<p>So get your installs up to date by downloading or upgrade in the admin panel!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaredatchison.com/2009/10/20/wordpress-2-8-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress trackback exploit found</title>
		<link>http://www.jaredatchison.com/2009/10/20/wordpress-trackback-exploit-found/</link>
		<comments>http://www.jaredatchison.com/2009/10/20/wordpress-trackback-exploit-found/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:33:55 +0000</pubDate>
		<dc:creator>Jared</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress exploit]]></category>
		<category><![CDATA[wordpress fix]]></category>

		<guid isPermaLink="false">http://www.jaredatchison.com/?p=59</guid>
		<description><![CDATA[Around 9am (CST) this morning we were alerted via the wp-hackers mailing list that there is an exploit out that affects the latest version of WordPress, v 2.8.4. If you want to read more about all the technical stuff you can find the original blog post detailing the exploit here. I wouldn&#8217;t say this is [...]]]></description>
			<content:encoded><![CDATA[<p>Around 9am (CST) this morning we were alerted via the wp-hackers mailing list that there is an exploit out that affects the latest version of WordPress, v 2.8.4.</p>
<p>If you want to read more about all the technical stuff you can find the original blog post detailing the exploit <a href="http://www.stevefortuna.com/new-0-day-wordpress-exploit/">here</a>.</p>
<p>I wouldn&#8217;t say this is critical since your <strong>data is not at risk</strong> but anytime someone can put heat on your server it is not good.</p>
<p>No word yet if a patch is going to be released in the form of WordPress 2.8.5. There are a few fixes out already however.</p>
<p>There is a <a href="http://fullthrottledevelopment.com/wordpress-plugin-to-stop-trackback-dos-attacks">chunk of code </a>you can paste into your theme&#8217;s <strong><em>functions.php</em></strong> file.</p>
<pre class="brush: php; title: ; notranslate">
function ft_stop_trackback_dos_attacks(){
	global $pagenow;
	if ( 'wp-trackback.php' == $pagenow ){
		// DoS attack fix.
		if ( isset($_POST['charset']) ){
			$charset = $_POST['charset'];
			if ( strlen($charset) &amp;amp;gt; 50 ) {  die; }
		}
	}
}
add_action('init','ft_stop_trackback_dos_attacks');
</pre>
<p>There is also already a <a href="http://core.trac.wordpress.org/changeset/12057#file0">fix on trac</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaredatchison.com/2009/10/20/wordpress-trackback-exploit-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced

Served from: www.jaredatchison.com @ 2012-02-05 03:27:03 -->
