<?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>Wikka Developer Blog &#187; Releases</title>
	<atom:link href="http://blog.wikkawiki.org/category/releases/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wikkawiki.org</link>
	<description>Fresh news from the Wikka Developer Team</description>
	<lastBuildDate>Sun, 11 Dec 2011 15:58:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Security updates for 1.3.1/1.3.2</title>
		<link>http://blog.wikkawiki.org/2011/12/04/security-updates-for-1-3-11-3-2/</link>
		<comments>http://blog.wikkawiki.org/2011/12/04/security-updates-for-1-3-11-3-2/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 18:18:44 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.wikkawiki.org/?p=194</guid>
		<description><![CDATA[On 30Nov an individual posted several WikkaWiki exploits that affect 1.3.1 and 1.3.2 (and possibly earlier version). All users should immediately upgrade to 1.3.2-p7 or later. You can download the updates from the WikkaWiki homepage. Simply make a backup of your existing Wikka install, and unzip or untar the update directly over your existing installation. [...]]]></description>
			<content:encoded><![CDATA[<p>On 30Nov an individual posted <a href="http://packetstormsecurity.org/files/107405">several WikkaWiki exploits</a> that affect 1.3.1 and 1.3.2 (and possibly earlier version).  <strong>All users should immediately upgrade to 1.3.2-p7</strong> or later.  You can download the updates from the <a href="http://wikkawiki.org/HomePage">WikkaWiki homepage</a>.  Simply make a backup of your existing Wikka install, and unzip or untar the update directly over your existing installation.  There are no other changes required.</p>
<p>For those looking for more details, please read on&#8230;</p>
<p><span id="more-194"></span></p>
<p>I&#8217;ll address each exploit and whether or not it might affect your WikkaWiki site.  You can choose to apply the patches you wish, or you can simply download the entire update and install over your existing installation.</p>
<p><em>SQL Injection in UPDATE statement (CVE-2011-4448)</em><br />
This one basically permits a user to carefully modify a UserSettings page, send it back to your server, and extract various fields from your DB or, under some conditions and depending upon which version of MySQL you are using, execute arbitrary SQL statements.  If you do not use the UserSettings action (for instance, you have a wiki closed to registrations), then this vulnerability does not apply to you.  You can find the patch <a href="https://wush.net/trac/wikka/changeset/1820">here</a>.</p>
<p><em>Unrestricted File Upload (CVE-2011-4449)</em><br />
This vulnerability is actually an <a href="http://httpd.apache.org/docs/2.2/mod/mod_mime.html#multipleext">Apache configuration issue</a> and how Apache handles files with multiple extensions, and not a Wikka issue.  A properly configured Apache instance should not be vulnerable.  To be on the safe side, I simply chose to disable all uploads of files with multiple extensions.  You must have INTRANET_MODE  or file uploading enabled for this vulnerability to have any effect.  If you do not use the files action, then this patch does not apply to you.  You can find the patch <a href="https://wush.net/trac/wikka/changeset/1822">here</a>.</p>
<p><em>Arbitrary File Download and Arbitrary File Deletion (CVE-2011-4450)</em><br />
As with the previous vulnerability, this one will affect you only if you are using the files action.  If so, then it is possible to display the contents of any file in your Wikka installation directory, including wikka.config.php.  It <em>might</em> be possible to delete arbitrary files as well, but this is dependent upon somehow gaining access as an administrator.  You can find the patch <a href="https://wush.net/trac/wikka/changeset/1821">here</a>.</p>
<p><em>Remote Code Execution (CVE-2011-4451)</em><br />
Successful execution of this vulnerability requires a very limited set of circumstances:  (1) Rewrite mode must be disabled, (2) spam logging must be enabled.  When both of these instances are true, it is possible to inject arbitrary PHP code into the spamlog, which is then executed by the Apache server upon access.  If you have spam logging disabled, OR rewrite mode enabled, this one does not apply to you.  You can find the patch <a href="https://wush.net/trac/wikka/changeset/1825">here</a>.</p>
<p><em>Cross-Site Request Forgery (CVE-2011-4452)</em><br />
This vulnerability affects any site which uses the AdminUsers action: It is possible, with carefully crafted Wikka markup, to arbitrarily delete a user (other than the admin).  You can find the patch <a href="https://wush.net/trac/wikka/changeset/1819">here</a>.</p>
<p>As always, the Wikka development team is committed to making WikkaWiki as secure as feasible, and we always welcome your input and bug reports.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wikkawiki.org/2011/12/04/security-updates-for-1-3-11-3-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wikka 1.3.1 released</title>
		<link>http://blog.wikkawiki.org/2011/04/23/wikka-1-3-1-released/</link>
		<comments>http://blog.wikkawiki.org/2011/04/23/wikka-1-3-1-released/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 15:47:16 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.wikkawiki.org/?p=181</guid>
		<description><![CDATA[The Wikka 1.3.1 release addresses many outstanding bugs, as well as introduces a slew of new functionality including relaxed page naming requirements, new actions, and a more robust RSS feed generator. As always, the Wikka devs appreciate your patience and continued support. Your comments, suggestions, and bug reports are always welcome. Join one of our [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://docs.wikkawiki.org/WhatsNew131"><img style="border: none" alt="http://docs.wikkawiki.org/WhatsNew131" src="http://wikkawiki.org/images/wikka_logo.jpg" class="alignleft" width="169" height="39" /></a><br />
The <a href="http://docs.wikkawiki.org/WhatsNew131">Wikka 1.3.1 release</a> addresses many outstanding bugs, as well as introduces a slew of new functionality including relaxed page naming requirements, new actions, and a more robust RSS feed generator. As always, the Wikka devs appreciate your patience and continued support.  </p>
<p>Your comments, suggestions, and bug reports are always welcome.  Join one of our <a href="http://wikkawiki.org/WikkaMailingLists">low-volume mailing lists</a>, or pop in at the <a href="http://wikkawiki.org/TheLounge">Wikka Lounge</a> for a short chat.  You can also access our <a href="http://wush.net/trac/wikka">bug tracker</a> and file bug reports and enhancement requests directly.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wikkawiki.org/2011/04/23/wikka-1-3-1-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Wikka 1.2-p1 available</title>
		<link>http://blog.wikkawiki.org/2009/09/08/wikka-1-2-p1-available/</link>
		<comments>http://blog.wikkawiki.org/2009/09/08/wikka-1-2-p1-available/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 15:28:46 +0000</pubDate>
		<dc:creator>Dario</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Patches]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[1.2]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://blog.wikkawiki.org/?p=93</guid>
		<description><![CDATA[A patch for WikkaWiki 1.2 (1.2-p1) has been released to fix some minor issues with the support of themes.Changes on top of 1.2 are described on this page. We recommend installing 1.2-p1 if you experienced problems displaying themes with 1.2 (users potentially affected are those running on Windows servers and Apache servers with mod_rewrite enabled).]]></description>
			<content:encoded><![CDATA[<p>A patch for <a href="http://docs.wikkawiki.org/WhatsNew12">WikkaWiki 1.2</a> (<strong>1.2-p1</strong>) has been released to fix some <a href="http://blog.wikkawiki.org/2009/09/05/fixing-a-glitch-with-themes-and-mod_rewrite-in-1-2/">minor issues</a> with the support of <a href="http://docs.wikkawiki.org/WikkaThemes">themes</a>.<br />Changes on top of 1.2 are described on <a href="http://docs.wikkawiki.org/WikkaReleaseNotes12">this page</a>. We recommend installing 1.2-p1 if you experienced problems displaying themes with 1.2 (users potentially affected are those running on Windows servers and Apache servers with <tt>mod_rewrite</tt> enabled).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wikkawiki.org/2009/09/08/wikka-1-2-p1-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wikka 1.2 release: Theme support and advanced table markup</title>
		<link>http://blog.wikkawiki.org/2009/09/02/wikka-1-2-release-theme-support-and-advanced-table-markup/</link>
		<comments>http://blog.wikkawiki.org/2009/09/02/wikka-1-2-release-theme-support-and-advanced-table-markup/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 14:55:58 +0000</pubDate>
		<dc:creator>Dario</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[1.2]]></category>
		<category><![CDATA[table markup]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wikka]]></category>

		<guid isPermaLink="false">http://blog.wikkawiki.org/?p=73</guid>
		<description><![CDATA[I am proud to announce the release of WikkaWiki 1.2–possibly the most important Wikka upgrade since years. 1.2 is a major release introducing new functionality such as: support for 100%-modular themes, a completely redesigned default layout, menu templates, an advanced table markup, among other enhancements. The full feature list is available in the release notes, [...]]]></description>
			<content:encoded><![CDATA[<p>I am proud to announce the release of <a href="http://docs.wikkawiki.org/WhatsNew12">WikkaWiki 1.2</a>–possibly the most important Wikka upgrade since years.</p>
<p><a href="http://docs.wikkawiki.org/WikkaThemes"><img src="http://docs.wikkawiki.org/images/features/themes.png" alt="light, the new default theme in Wikka 1.2 " /></a><a href="http://docs.wikkawiki.org/TableMarkup"><img src="http://docs.wikkawiki.org/images/features/tablemarkup.png" alt="Tormod's advanced table markup" /></a><br />
<a href="http://docs.wikkawiki.org/WikkaMenus"><img src="http://docs.wikkawiki.org/images/features/menuconfig.png" alt="Menu template files" /></a><a href="http://docs.wikkawiki.org/DefaultLayout"><img src="http://docs.wikkawiki.org/images/features/newlayout.png" alt="New default page layout" /></a></p>
<p>1.2 is a <strong>major release</strong> introducing new functionality such as: support for <strong>100%-modular themes</strong>, a completely redesigned <strong>default layout</strong>, <strong>menu templates</strong>, an <strong>advanced table markup</strong>, among other enhancements.<span id="more-73"></span></p>
<p>The full <a href="http://docs.wikkawiki.org/WikkaReleaseNotes12">feature list</a> is available in the release notes, but we will publish in the next days a series of posts to guide users through the new features of Wikka 1.2.</p>
<p>Let me thank <a href="http://wikkawiki.org/BrianKoontz">Brian</a> for his priceless work on this release, <a href="http://wikkawiki.org/TormodHaugen">Tormod</a> (who finally sees his brilliant <a href="http://docs.wikkawiki.org/TableMarkup">table markup</a> included in an official release) as well as all of our contributors that helped us fix bugs and address issues affecting previous versions over the last months.</p>
<p>Wikka 1.2 is available for download from <a href="http://docs.wikkawiki.org/WhatsNew12">this page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wikkawiki.org/2009/09/02/wikka-1-2-release-theme-support-and-advanced-table-markup/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

