kure

the simple blogging engine

You are not logged in.

#1 2009-06-01 05:56:13

skoh-fley
Member

0.7.1 released

This is a ridiculously small fix to an XSS vulnerability that was graciously pointed out to me via email (thanks).

I also added minimal CSS styling to the installation pages and replaced all tab characters throughout Kure's entirety with dual spaces. There should be no tab characters left anywhere. This has absolutely no effect on performance and you probably shouldn't care, but it's a change.

To upgrade from 0.7, just copy all files (except install.php) over from this release into your current directory for Kure, replacing duplicates.

Or, if you'd like, you can perform the vulnerability fix yourself by adding the following line

Code:

  $string = htmlspecialchars($string);

to functions.php after line 349 (in the sanitize() function near the bottom of the file, before return $string;)

Download Kure 0.7.1

Details:
-fixed an XSS vulnerability in function sanitize()
-stylized install.php's output
-replaced tab characters with spaces (two per)

Offline

 

#2 2009-07-21 02:48:48

titaniumtux
Member

Re: 0.7.1 released

Unfortunately the plugins page on the admin panel won't appear without Fluffball's fix.

Nice to know Kure is still being developed. Keep it up!


Primary machines: Everex StepNote SA2053T 2GB RAM Ubuntu/Firefox&Midori
Asus Eee PC t91 2GB RAM Ubuntu/Chromium
Server: Dell Inspiron 1300 1.25GB RAM Ubuntu/Epiphany/XAMPP (http://dubroy.servehttp.com); blog at http://dubroy.servehttp.com/blog

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson