EZ-Blog 'public/view.php' SQL Injection Vulnerability

Summary
EZ-Blog is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. EZ-Blog Beta 1 is vulnerable other versions may also be affected.
Solution
Update to newer version if available at http://sourceforge.net/projects/ez-blog/ or set 'magic_quotes_gpc = On' in php.ini.