Title:
======
QuickBlog v0.8 CMS - Multiple Web Vulnerabilities
Date:
=====
2012-05-12
References:
===========
http://www.vulnerability-lab.com/get_content.php?id=567
VL-ID:
=====
567
Common Vulnerability Scoring System:
====================================
6.5
Introduction:
=============
QuickBlog est un gestionnaire de weblog ecrit en PHP4 compatible PHP5 et MySQL compatible MySQLi multi utilisateur multi
langue multi theme Il est tres simple et tres lege Il utilise un editeur WYSIWYG TinyMCE avec possibilite d annexe
(Copy of the Vendor Homepage: http://www.comscripts.com/scripts/php.quickblog.2256.html )
Abstract:
=========
The Vulnerability Laboratory Research Team discovered Multiple Web Vulnerabilities in QuickBlog v0.8 CMS.
Report-Timeline:
================
2012-05-12: Public or Non-Public Disclosure
Status:
========
Published
Exploitation-Technique:
=======================
Remote
Severity:
=========
High
Details:
========
1.1
Multiple remote SQL Injection vulnerabilities are detected in the QuickBlog v0.8 Content Management System.
The vulnerability allows an attacker (remote) or local low privileged user account to inject/execute own
sql commands on the affected application dbms. The vulnerabilities are located on the application post
requests of gestionpost or fct_affiche.inc & the bound vulnerable parameter page. Successful exploitation
of the vulnerability results in dbms & application compromise.
Vulnerable File(s):
[+] admin/gestionpost.php
[+] include/fct_affiche.inc.php
Vulnerable Parameter(s):
[+] page
1.2
Multiple persistent input validation vulnerabilities are detected in the QuickBlog v0.8 Content Management System.
The bugs allow remote attackers to implement/inject malicious script code on the application side (persistent).
Successful exploitation of the vulnerability can lead to session hijacking (manager/admin) or stable (persistent)
context manipulation. Exploitation requires low user inter action & a privileged user account.
Vulnerable File(s):
[+] recherche.php
[+] commentaire/form.php
[+] admin/samplemodifieddata.php
[+] admin/sampleposteddata.php
Vulnerable Parameter(s):
[+] name
[+] title
[+] nom & search
Proof of Concept:
=================
1.1
The sql injection vulnerabilities can be exploited by remote attackers with privileged user account or with medium
required user inter action. For demonstration or reproduce ...
PoC:
http://127.0.0.1:8080/quickblog/admin/gestionpost.php?page=[SQL-INJECTION]
1.2
The persistent input validation vulnerabilities can be exploited by remote attackers with low privileged user account
& low required user inter action. For demonstration or reproduce ...
Review: recherche.php
Review: commentaire/form.php
To validate your comment, please enter code below.