<?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>WordPress News &#187; Security</title>
	<atom:link href="http://wordpress.org/news/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.org/news</link>
	<description>WordPress News</description>
	<lastBuildDate>Sat, 11 May 2013 04:40:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24330</generator>
		<item>
		<title>WordPress 3.5.1 Maintenance and Security Release</title>
		<link>http://wordpress.org/news/2013/01/wordpress-3-5-1/</link>
		<comments>http://wordpress.org/news/2013/01/wordpress-3-5-1/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 22:23:03 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/news/?p=2531</guid>
		<description><![CDATA[WordPress 3.5.1 is now available. Version 3.5.1 is the first maintenance release of 3.5, fixing 37 bugs. It is also a security release for all previous WordPress versions. For a full list of changes, consult the list of tickets and the changelog, which include: Editor: Prevent certain HTML elements from being unexpectedly removed or modified in rare [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WordPress 3.5.1 is now available. Version 3.5.1 is the first maintenance release of 3.5, <a href="http://core.trac.wordpress.org/milestone/3.5.1">fixing 37 bugs</a>. It is also a security release for all previous WordPress versions. For a full list of changes, consult the <a href="http://core.trac.wordpress.org/query?milestone=3.5.1">list of tickets</a> and the <a href="http://core.trac.wordpress.org/log/branches/3.5?rev=23341&amp;stop_rev=23167">changelog</a>, which include:</p>
<ul>
<li>Editor: Prevent certain HTML elements from being unexpectedly removed or modified in rare cases.</li>
<li>Media: Fix a collection of minor workflow and compatibility issues in the new media manager.</li>
<li>Networks: Suggest proper rewrite rules when creating a new network.</li>
<li>Prevent scheduled posts from being stripped of certain HTML, such as video embeds, when they are published.</li>
<li>Work around some misconfigurations that may have caused some JavaScript in the WordPress admin area to fail.</li>
<li>Suppress some warnings that could occur when a plugin misused the database or user APIs.</li>
</ul>
<p>Additionally, a bug affecting Windows servers running IIS can prevent updating from 3.5 to 3.5.1. If you receive the error &#8220;Destination directory for file streaming does not exist or is not writable,&#8221; you will need to <a href="http://codex.wordpress.org/Version_3.5.1">follow the steps outlined on the Codex</a>.</p>
<p>WordPress 3.5.1 also addresses the following security issues:</p>
<ul>
<li>A server-side request forgery vulnerability and remote port scanning using pingbacks. This vulnerability, which could potentially be used to expose information and compromise a site, affects all previous WordPress versions. This was fixed by the WordPress security team. We&#8217;d like to thank security researchers <a href="http://codeseekah.com/">Gennady Kovshenin</a> and <a href="http://www.ethicalhack3r.co.uk/">Ryan Dewhurst</a> for reviewing our work.</li>
<li>Two instances of cross-site scripting via shortcodes and post content. These issues were discovered by Jon Cave of the WordPress security team.</li>
<li>A cross-site scripting vulnerability in the external library Plupload. Thanks to the Moxiecode team for working with us on this, and for releasing Plupload 1.5.5 to address this issue.</li>
</ul>
<p><strong><a href="http://wordpress.org/download/">Download 3.5.1</a> or visit Dashboard → Updates in your site admin to update now.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/news/2013/01/wordpress-3-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.4.2 Maintenance and Security Release</title>
		<link>http://wordpress.org/news/2012/09/wordpress-3-4-2/</link>
		<comments>http://wordpress.org/news/2012/09/wordpress-3-4-2/#comments</comments>
		<pubDate>Thu, 06 Sep 2012 20:07:21 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/news/?p=2426</guid>
		<description><![CDATA[WordPress 3.4.2, now available for download, is a maintenance and security release for all previous versions. After nearly 15 million downloads since 3.4 was released not three months ago, we&#8217;ve identified and fixed a number of nagging bugs, including: Fix some issues with older browsers in the administration area. Fix an issue where a theme [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WordPress 3.4.2, now available for download, is a maintenance and security release for all previous versions.</p>
<p>After nearly 15 million downloads since 3.4 was released not three months ago, we&#8217;ve <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.4.2&amp;group=resolution&amp;order=severity&amp;desc=1">identified and fixed a number of nagging bugs</a>, including:</p>
<ul>
<li>Fix some issues with older browsers in the administration area.</li>
<li>Fix an issue where a theme may not preview correctly, or its screenshot may not be displayed.</li>
<li>Improve plugin compatibility with the visual editor.</li>
<li>Address pagination problems with some category permalink structures.</li>
<li>Avoid errors with both oEmbed providers and trackbacks.</li>
<li>Prevent improperly sized header images from being uploaded.</li>
</ul>
<p>Version 3.4.2 also fixes a few security issues and contains some security hardening. The vulnerabilities included potential privilege escalation and a bug that affects multisite installs with untrusted users. These issues were discovered and fixed by the WordPress security team.</p>
<p><a href="http://wordpress.org/download/"><strong>Download 3.4.2</strong></a><strong> now or visit Dashboard → Updates in your site admin to update now.</strong></p>
<p><em>Fixes for some bugs<br />
Back to work on 3.5<br />
It&#8217;s time to update</em></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/news/2012/09/wordpress-3-4-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.4.1 Maintenance and Security Release</title>
		<link>http://wordpress.org/news/2012/06/wordpress-3-4-1/</link>
		<comments>http://wordpress.org/news/2012/06/wordpress-3-4-1/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 19:57:46 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/news/?p=2383</guid>
		<description><![CDATA[WordPress 3.4.1 is now available for download. WordPress 3.4 has been a very smooth release, and copies are flying off the shelf &#8212; 3 million downloads in two weeks! This maintenance release addresses 18 bugs with version 3.4, including: Fixes an issue where a theme&#8217;s page templates were sometimes not detected. Addresses problems with some category permalink [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WordPress 3.4.1 is now available for download. WordPress 3.4 has been a very smooth release, and copies are flying off the shelf &#8212; 3 million downloads in two weeks! This maintenance release addresses <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.4.1&amp;group=resolution&amp;order=severity&amp;desc=1">18 bugs</a> with version 3.4, including:</p>
<ul>
<li>Fixes an issue where a theme&#8217;s page templates were sometimes not detected.</li>
<li>Addresses problems with some category permalink structures.</li>
<li>Better handling for plugins or themes loading JavaScript incorrectly.</li>
<li>Adds early support for uploading images on iOS 6 devices.</li>
<li>Allows for a technique commonly used by plugins to detect a network-wide activation.</li>
<li>Better compatibility with servers running certain versions of PHP (5.2.4, 5.4) or with uncommon setups (safe mode, open_basedir), which had caused warnings or in some cases prevented emails from being sent.</li>
</ul>
<p>Version 3.4.1 also fixes a few security issues and contains some security hardening. The vulnerabilities included potential information disclosure as well as an bug that affects multisite installs with untrusted users. These issues were discovered and fixed by the WordPress security team.</p>
<p><strong><a href="http://wordpress.org/download/">Download 3.4.1</a> now or visit Dashboard → Updates in your site admin to update now.</strong></p>
<p><em>Green was a bit green<br />
We have hardened it up some<br />
Update WordPress now</em></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/news/2012/06/wordpress-3-4-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3.2 (and WordPress 3.4 Beta 3)</title>
		<link>http://wordpress.org/news/2012/04/wordpress-3-3-2/</link>
		<comments>http://wordpress.org/news/2012/04/wordpress-3-3-2/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 15:10:37 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/news/?p=2262</guid>
		<description><![CDATA[WordPress 3.3.2 is available now and is a security update for all previous versions. Three external libraries included in WordPress received security updates: Plupload (version 1.5.4), which WordPress uses for uploading media. SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins. SWFObject, which WordPress previously used to embed [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://wordpress.org/download/">WordPress 3.3.2</a> is available now and is a security update for all previous versions.</p>
<p>Three external libraries included in WordPress received security updates:</p>
<ul>
<li>Plupload (version 1.5.4), which WordPress uses for uploading media.</li>
<li>SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins.</li>
<li>SWFObject, which WordPress previously used to embed Flash content, and may still be in use by plugins and themes.</li>
</ul>
<p>Thanks to <a href="https://nealpoole.com/blog/">Neal Poole</a> and <a href="http://greywhind.wordpress.com/">Nathan Partlan</a> for <a href="http://codex.wordpress.org/FAQ_Security">responsibly disclosing</a> the bugs in Plupload and SWFUpload, and <a href="http://mars.iti.pk.edu.pl/~grucha/">Szymon Gruszecki</a> for a separate bug in SWFUpload.</p>
<p>WordPress 3.3.2 also addresses:</p>
<ul>
<li>Limited privilege escalation where a site administrator could deactivate network-wide plugins when running a WordPress network under particular circumstances, disclosed by <a href="http://joncave.co.uk/">Jon Cave</a> of our WordPress core security team, and <a href="http://sixohthree.com/">Adam Backstrom</a>.</li>
<li>Cross-site scripting vulnerability when making URLs clickable, by Jon Cave.</li>
<li>Cross-site scripting vulnerabilities in redirects after posting comments in older browsers, and when filtering URLs. Thanks to <a href="http://www.sneaked.net/">Mauro Gentile</a> for responsibly disclosing these issues to the security team.</li>
</ul>
<p>These issues were fixed by the WordPress core security team. Five other bugs were also fixed in version 3.3.2. Consult the <a href="http://core.trac.wordpress.org/log/branches/3.3?rev=20552&amp;stop_rev=20087">change log</a> for more details.</p>
<p><a href="http://wordpress.org/download/">Download WordPress 3.3.2</a> or update now from the Dashboard → Updates menu in your site&#8217;s admin area.</p>
<hr />
<h3>WordPress 3.4 Beta 3 also available</h3>
<p>Our development of WordPress 3.4 development continues. Today we are proud to release Beta 3 for testing. <a href="http://core.trac.wordpress.org/log/trunk?rev=20552&amp;stop_rev=20450">Nearly 90 changes</a> have been made since Beta 2, released 9 days ago. (We are aiming for a beta every week.)</p>
<p>This is still beta software, so <strong>we don&#8217;t recommend that you use it on production sites</strong>. But if you&#8217;re a plugin developer, a theme developer, or a site administrator, <strong>you should be running this on your test environments</strong> and <a href="http://codex.wordpress.org/Reporting_Bugs">reporting any bugs</a> you find. (See the <a href="http://core.trac.wordpress.org/report/5">known issues here</a>.) If you&#8217;re a WordPress user who wants to open your presents early, take advantage of WordPress&#8217;s famous 5-minute install and spin up a secondary test site. <a href="http://wordpress.org/support/forum/alphabeta">Let us know what you think</a>!</p>
<p>Version 3.4 Beta 3 includes all of the fixes included in version 3.3.2. <a href="http://wordpress.org/wordpress-3.4-beta3.zip">Download WordPress 3.4 Beta 3</a> or use the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/news/2012/04/wordpress-3-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3.1 Security and Maintenance Release</title>
		<link>http://wordpress.org/news/2012/01/wordpress-3-3-1/</link>
		<comments>http://wordpress.org/news/2012/01/wordpress-3-3-1/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 21:24:10 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/news/2012/01/wordpress-3-3-1/</guid>
		<description><![CDATA[WordPress 3.3.1 is now available. This maintenance release fixes 15 issues with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team. Download 3.3.1 or visit [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WordPress 3.3.1 is now available. This maintenance release fixes <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.3.1&amp;group=resolution&amp;order=priority">15 issues</a> with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team.</p>
<p><a href="http://wordpress.org/download/">Download 3.3.1</a> or visit Dashboard &rarr; Updates in your site admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/news/2012/01/wordpress-3-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1.4 (and 3.2 Release Candidate 3)</title>
		<link>http://wordpress.org/news/2011/06/wordpress-3-1-4/</link>
		<comments>http://wordpress.org/news/2011/06/wordpress-3-1-4/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 19:00:40 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/news/?p=1927</guid>
		<description><![CDATA[WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions. This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of SEC Consult for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions.</p>
<p>This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of <a href="http://www.sec-consult.com/">SEC Consult</a> for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening measures thanks to the work of WordPress developers <a href="http://www.buayacorp.com/">Alexander Concha</a> and <a href="http://joncave.co.uk/">Jon Cave</a> of our security team. Consult the <a href="http://core.trac.wordpress.org/log/branches/3.1/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=18377&amp;stop_rev=18043">change log</a> for more details.</p>
<p><strong><a href="http://wordpress.org/download/"><strong>Download WordPress 3.1.4</strong></a> or update immediately from the Dashboard → Updates menu in your site&#8217;s admin area.</strong></p>
<h3>WordPress 3.2 Release Candidate 3</h3>
<p>This release was about all that stood in the way of a final release of WordPress 3.2. So we&#8217;re also announcing the third release candidate for 3.2, which contains all of the fixes in 3.1.4; few minor RTL, JavaScript, and user interface fixes; and ensures graceful failures if 3.2 is run on PHP4. As a reminder, we&#8217;ve bumped our minimum requirements for version 3.2 to PHP 5.2.4 and MySQL 5.0.</p>
<p>To test WordPress 3.2, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.2-RC3.zip">download the release candidate here</a> (zip). At this stage, plugin authors should be doing final tests to ensure compatibility.</p>
<p><em>Bonus: For more on what to test and what to do if you find an issue, please read <a href="http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/">our Beta 1 post</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/news/2011/06/wordpress-3-1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passwords Reset</title>
		<link>http://wordpress.org/news/2011/06/passwords-reset/</link>
		<comments>http://wordpress.org/news/2011/06/passwords-reset/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 23:57:42 +0000</pubDate>
		<dc:creator>Matt Mullenweg</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/news/?p=1908</guid>
		<description><![CDATA[Earlier today the WordPress team noticed suspicious commits to several popular plugins (AddThis, WPtouch, and W3 Total Cache) containing cleverly disguised backdoors. We determined the commits were not from the authors, rolled them back, pushed updates to the plugins, and shut down access to the plugin repository while we looked for anything else unsavory. We&#8217;re [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Earlier today the WordPress team noticed suspicious commits to several popular plugins (AddThis, WPtouch, and W3 Total Cache) containing cleverly disguised backdoors. We determined the commits were not from the authors, rolled them back, pushed updates to the plugins, and shut down access to the plugin repository while we looked for anything else unsavory.</p>
<p>We&#8217;re still investigating what happened, but as a prophylactic measure we&#8217;ve decided to force-reset all passwords on WordPress.org. To use the forums, trac, or commit to a plugin or theme, you&#8217;ll need to <a href="http://wordpress.org/support/bb-login.php">reset your password to a new one</a>. (Same for bbPress.org and BuddyPress.org.)</p>
<p>As a user, make sure to never use the same password for two different services, and we encourage you not to reset your password to be the same as your old one.</p>
<p>Second, if you use <a href="http://wordpress.org/extend/plugins/addthis/">AddThis</a>, <a href="http://wordpress.org/extend/plugins/wptouch/">WPtouch</a>, or <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a> and there&#8217;s a possibility you could have updated in the past day, make sure to visit your updates page and upgrade each to the latest version.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/news/2011/06/passwords-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1.3 (and WordPress 3.2 Beta 2)</title>
		<link>http://wordpress.org/news/2011/05/wordpress-3-1-3/</link>
		<comments>http://wordpress.org/news/2011/05/wordpress-3-1-3/#comments</comments>
		<pubDate>Wed, 25 May 2011 18:43:28 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/news/?p=1838</guid>
		<description><![CDATA[WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements: Various security hardening by Alexander Concha. Taxonomy query hardening by John Lamansky. Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros. Media security fixes by Richard Lundeen of Microsoft, Jesse Ou [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://wordpress.org/download/">WordPress 3.1.3</a> is available now and is a security update for all previous versions. It contains the following security fixes and enhancements:</p>
<ul>
<li>Various security hardening by <a href="http://www.buayacorp.com">Alexander Concha</a>.</li>
<li>Taxonomy query hardening by <a href="http://johnlamansky.com/wordpress">John Lamansky</a>.</li>
<li>Prevent sniffing out user names of non-authors by using canonical redirects. Props <a href="http://www.talsoft.com.ar">Verónica Valeros</a>.</li>
<li>Media security fixes by Richard Lundeen of <a href="http://www.microsoft.com/">Microsoft</a>, Jesse Ou of <a href="http://www.microsoft.com/">Microsoft</a>, and <a href="http://www.microsoft.com/security/msrc/default.aspx">Microsoft Vulnerability Research</a>.</li>
<li>Improves file upload security on hosts with dangerous security settings.</li>
<li>Cleans up old WordPress import files if the import does not finish.</li>
<li>Introduce &#8220;clickjacking&#8221; protection in modern browsers on admin and login pages.</li>
</ul>
<p>Consult the <a href="http://core.trac.wordpress.org/log/branches/3.1/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=18023&amp;stop_rev=17805&amp;limit=100">change log</a> for more details.</p>
<p><a href="http://wordpress.org/download/">Download WordPress 3.1.3</a> or update automatically from the Dashboard → Updates menu in your site’s admin area.</p>
<hr />
<h3>WordPress 3.2 Beta 2 also available</h3>
<p>In other news, our development of WordPress 3.2 development continues right on schedule. We released <a href="http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/">Beta 1</a> thirteen days ago, and today we&#8217;re putting out Beta 2 for your testing pleasure.</p>
<p>This is still beta software, so <strong>we don&#8217;t recommend that you use it on production sites</strong>. But if you&#8217;re a plugin developer, a theme developer, or a site administrator, <strong>you should be running this on your test environments</strong> and <a href="http://codex.wordpress.org/Reporting_Bugs">reporting any bugs</a> you find. If you&#8217;re a WordPress user who wants to open your presents early, take advantage of WordPress&#8217; famous 5-minute install and spin up a secondary test site. Let us know what you think!</p>
<p>The plan is to start putting out release candidates in early June, and to release WordPress 3.2 by the end of the month. The more you help us iron out issues during the beta period, the more likely we are to hit those dates. To misappropriate and mangle a quote from Mahatma Gandhi: &#8220;Be the punctuality you want to see in the WordPress.&#8221; In other words, test now!</p>
<p>Here are some of the things that changed since Beta 1:</p>
<ul>
<li><a href="http://code.google.com/chrome/chromeframe/">Google Chrome Frame</a> is now supported in the admin, if you have it installed. This is especially useful for IE 6 users (remember, IE 6 is otherwise deprecated for the admin).</li>
<li>The admin is less ugly in IE 7.</li>
<li>The blue admin color scheme has caught up to the grey one, and is ready for testing.</li>
<li>We are now bundling jQuery 1.6.1. You should test any JS that uses jQuery. WordPress JavaScript guru Andrew Ozz has <a href="http://wpdevel.wordpress.com/2011/05/25/jquery-updates-in-wordpress-3-2/">a post with more info</a>.</li>
</ul>
<p><a href="http://wordpress.org/wordpress-3.2-beta2.zip">Download WordPress 3.2 Beta 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/news/2011/05/wordpress-3-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1.2</title>
		<link>http://wordpress.org/news/2011/04/wordpress-3-1-2/</link>
		<comments>http://wordpress.org/news/2011/04/wordpress-3-1-2/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 19:00:06 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/news/?p=1801</guid>
		<description><![CDATA[WordPress 3.1.2 is now available and is a security release for all previous WordPress versions. This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts. The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter. We suggest you update to 3.1.2 promptly, especially if [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://wordpress.org/download/">WordPress 3.1.2</a> is now available and is a security release for all previous WordPress versions.</p>
<p>This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.</p>
<p>The issue was discovered by a member of our security team, WordPress developer <a href="http://andrewnacin.com/">Andrew Nacin</a>, with <a href="http://ben.balter.com/">Benjamin Balter</a>.</p>
<p>We suggest you update to 3.1.2 promptly, especially if you allow users to register as contributors or if you have untrusted users. <a href="http://codex.wordpress.org/Version_3.1.2">This release</a> also fixes <a title="Bugs fixed in 3.1.2" href="http://core.trac.wordpress.org/query?milestone=3.1.2">a few bugs</a> that missed the boat for version 3.1.1.</p>
<p><a href="http://wordpress.org/download/">Download 3.1.2</a> or update automatically from the Dashboard → Updates menu in your site&#8217;s admin area.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/news/2011/04/wordpress-3-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1.1</title>
		<link>http://wordpress.org/news/2011/04/wordpress-3-1-1/</link>
		<comments>http://wordpress.org/news/2011/04/wordpress-3-1-1/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 15:10:11 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/news/?p=1762</guid>
		<description><![CDATA[WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including: Some security hardening to media uploads Performance improvements Fixes for IIS6 support Fixes for taxonomy and PATHINFO (/index.php/) permalinks Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues Version 3.1.1 also addresses three [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://wordpress.org/download/">WordPress 3.1.1</a> is now available. This maintenance and security release fixes <a title="Bugs fixed in 3.1.1" href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.1.1&amp;group=resolution&amp;order=priority">almost thirty issues</a> in 3.1, including:</p>
<ul>
<li>Some security hardening to media uploads</li>
<li>Performance improvements</li>
<li>Fixes for IIS6 support</li>
<li>Fixes for taxonomy and PATHINFO (/index.php/) permalinks</li>
<li>Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues</li>
</ul>
<p>Version 3.1.1 also addresses three security issues discovered by WordPress core developers <a href="http://joncave.co.uk/">Jon Cave</a> and <a href="http://blog.ftwr.co.uk/">Peter Westwood</a>, of our security team. The first hardens CSRF prevention in the media uploader. The second avoids a PHP crash in certain environments when handling devilishly devised links in comments, and the third addresses an XSS flaw.</p>
<p>We suggest you update to 3.1.1 promptly. <a href="http://wordpress.org/download/">Download 3.1.1</a> or update automatically from the Dashboard → Updates menu in your site&#8217;s admin area.</p>
<p>Our release haiku:</p>
<p>Only the geeks know<br />
What half this stuff even means<br />
Don&#8217;t worry &#8212; update</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/news/2011/04/wordpress-3-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
