exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

myBloggie-2.1.3.txt

myBloggie-2.1.3.txt
Posted Sep 8, 2005
Authored by OS2A

myBloggie versions 2.1.3-beta and prior suffer from SQL injections and privilege escalation vulnerabilities.

tags | advisory, vulnerability, sql injection
SHA-256 | aa1eadc4ab379e63764c6aa310baf69a3cfd884faac949c60757e13bb56bb01e

myBloggie-2.1.3.txt

Change Mirror Download
OS2A

myBloggie SQL Injection/Privilege Escalation Vulnerability


OS2A ID: OS2A_1002 Status
9/1/2005 Isse Discovered
9/2/2005 Reported to the vendor
9/3/2005 Patch Released
9/5/2005 Advisory Released


Class: SQL Injection Severity: CRITICAL


Overview:
myBloggie is a Weblog system built using PHP & mySQL. myBloggie versions
2.1.3-beta and prior are vulnerable to SQL injection vulnerability caused
by improper validation of user-supplied inputs. This vulnerability can be
exploited to bypass authentication mechanism, escalate the privileges to
administrator level and also made to reveal system specific information.


Description:
User supplied credential inputs ('$username' and '$passwd') are not sanitized
in login.php before subjecting them to SQL query.

<----------------------------login.php snippet--------------------------------->

if (isset($_POST['username'])) {
$username=$_POST['username'];
} else $username="";

$result = mysql_query( "SELECT user FROM ".USER_TBL." WHERE user='$username'
AND password='$passwd'" ) or error( mysql_error() );

<------------------------------------------------------------------------------>

This can be exploited in multiple ways,
1. Authentication Bypass
A malicious user can log on to the weblog system without submitting the
password by placing queries such as this "admin' OR 'x'='x" in the
User Name field.

2. Privilege Escalation.
When a non-administrative user submits, for example "user1' OR 'x'='x",
into the User Name field, administrative privileges will be granted.

3. Path Disclosure.
Path information can be made to disclose in error pages by passing invalid
query to User Name field of login.php.


Impact:
Successful exploitation can result in a compromise of the application,
disclosure of system specific information, or permit an attacker to
exploit vulnerabilities in the underlying database implementation.
An attacker can also exploit this vulnerability to elevate privileges
within the affected system.

Affected Systems:
myBloggie 2.1.3-beta and prior.
Linux (Any), Unix (Any), Windows (Any)

Exploit:
1. POST http://example.com/mybloggie/login.php?username=admin' OR 'x'='x
2. POST http://example.com/mybloggie/login.php?username=normal_user' OR 'one'='one
3. POST http://example.com/mybloggie/login.php?username='1=1 --

Solutions:
Patch: http://mywebland.com/forums/showtopic.php?t=399
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    23 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close