miniBloggie Input Validation Hole in 'login.php' Permits SQL Injection Attacks
|
|
SecurityTracker Alert ID: 1015534
|
|
SecurityTracker URL: http://securitytracker.com/id?1015534
|
|
CVE Reference: GENERIC-MAP-NOMATCH
(Links to External Site)
|
Date: Jan 24 2006
|
Impact: Disclosure of system information, Disclosure of user information, User access via network
|
Exploit Included: Yes
|
Version(s): 1.0
|
Description: Aliaksandr Hartsuyeu of eVuln reported a vulnerability in miniBloggie. A remote user can inject SQL commands.
The 'login.php' script does not properly validate user-supplied input in the user name and password parameters. If magic_quotes_gpc
is disabled, a remote user can supply a specially crafted parameter value to execute SQL commands on the underlying database.
Some
demonstration exploit values are provided:
User Name: ' or 1/*
Password: ' or 1/*
The original advisory is available at:
http://evuln.com/vulns/47/summary.html
|
Impact: A remote user can execute SQL commands on the underlying database.
|
Solution: No solution was available at the time of this entry.
|
Cause: Input validation error
|
Underlying OS: Linux (Any), UNIX (Any), Windows (Any)
|
Reported By: Alex <alex@evuln.com>
|
Message History:
None.
|
Source Message Contents
|
Date: Tue, 24 Jan 2006 19:35:35 +0300
From: Alex <alex@evuln.com>
Subject: [eVuln] miniBloggie Authentication Bypass
|
New eVuln Advisory:
miniBloggie Authentication Bypass
http://evuln.com/vulns/47/summary.html
--------------------Summary----------------
Vendor: myWebland
Vendor's Web Site: http://mywebland.neopages.net/
Software: miniBloggie
Versions: 1.0
Critical Level: Moderate
Type: SQL Injection
Class: Remote
Status: Unpatched
Exploit: Available
Solution: Not Available
Discovered by: Aliaksandr Hartsuyeu (eVuln.com)
eVuln ID: EV0047
-----------------Description---------------
Vulnerable scripts:
login.php
Username and password isn't properly sanitized before being used in a
SQL query. This can be used to log in as administrator without
password.
Condition: gpc_magic_quotes: off
--------------Exploit----------------------
Login Page:
http://host/minibloggie/login.php
User Name: ' or 1/*
Password: ' or 1/*
--------------Solution---------------------
No Patch available.
--------------Credit-----------------------
Original Advisory:
http://evuln.com/vulns/47/summary.html
Discovered by: Aliaksandr Hartsuyeu (eVuln.com)
|
|