Bit 5 Blog version 8.01 is susceptible to SQL injection attacks. Exploitation details provided.
d20f451f887b429370f4acfe04bcd2a7745d6e075c3304a35479ec1277cd9894
New eVuln Advisory:
Bit 5 Blog SQL Injection & Authentication Bypass Vulnerability
https://evuln.com/vulns/31/summary/bt/
--------------------Summary----------------
Software: Bit 5 Blog
Sowtware's Web Site: https://bit5blog.sourceforge.net/
Versions: 8.01
Critical Level: Moderate
Type: SQL Injection
Class: Remote
Status: Unpatched
Exploit: Available
Solution: Not Available
Discovered by: Aliaksandr Hartsuyeu (eVuln.com)
eVuln ID: EV0031
-----------------Description---------------
Vulnerable script: processlogin.php
Variables $_POST['username'] and $_POST['password'] isn't properly sanitized before being used in a SQL query. This can be used to make any SQL query by injecting arbitrary SQL code and log in without password.
--------------Exploit----------------------
Authentication bypass example (SQL Injection):
https://host/admin/index.php
User Name: a' or 1/*
Password: a' or 1/*
--------------Solution---------------------
No Patch available.
--------------Credit-----------------------
Discovered by: Aliaksandr Hartsuyeu (eVuln.com)