Lucene search
+L

INVOhost - SQL Injection

🗓️ 25 Mar 2010 00:00:00Reported by Andrés GómezType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 69 Views

INVOhost SQL Injection 2010-04-24 Andrés Góme

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-1336
25 Mar 201000:00
circl
cve
CVE
CVE-2010-1336
9 Apr 201018:00
cve
cvelist
Cvelist
CVE-2010-1336
9 Apr 201018:00
cvelist
euvd
EUVD
EUVD-2010-1364
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-1336
9 Apr 201018:30
nvd
openvas
OpenVAS
INVOhost Multiple SQL injection vulnerabilities
29 Apr 201000:00
openvas
prion
Prion
Sql injection
9 Apr 201018:30
prion
##########################[Andrés Gómez]##########################
# Exploit Title : INVOhost SQL Injection
# Date : 2010-04-24
# Author : Andrés Gómez

# Software Link : http://www.invohost.com/
# Contact : [email protected]<mailto:[email protected]>
# Dork : "Powered by INVOhost"

########################################################################
# An attacker may execute arbitrary SQL statements on the vulnerable system. This may compromise the # integrity of your database and/or expose sensitive information.

########################################################################
# Example 1: http://server/site.php?id=%27
# Example 2: http://server/site.php?newlanguage=%00'
# Other files vulnerables: faq.php & manuals.php

########################################################################
# Malicious users may inject SQL querys into a vulnerable
# application to fool a user in order to gather data from them or see sensible information.
########################################################################
# Solution:

# $_GET = preg_replace("|([^\w\s\'])|i",'',$_GET);
# $_POST = preg_replace("|([^\w\s\'])|i",'',$_POST);

# Add them to your template index.php after the first <?php deceleration.
########################################################################
# Special Thanks : HYPERNETHOST & Security-Pentest

##########################[Andrés Gómez]#################################

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

25 Mar 2010 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.01187
69