header-logo
Suggest Exploit
vendor:
Realtor WebSite System E-Commerce
by:
CoBRa_21
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Realtor WebSite System E-Commerce
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
2020

Realtor WebSite System E-Commerce (“all files”.php SQL Injection Vulnerability

Multiple pages of the Realtor WebSite System E-Commerce are vulnerable to SQL injection attacks. The vulnerable pages are sponsorslist.php, index2.php, venues.php, getpasses_new.php, awards.php, mailing.php, news.php, filmlist.php, calendar.php, gallery.php, contact.php, and all files.php. All of these pages are vulnerable to SQL injection attacks when the idfestival parameter is supplied with malicious input.

Mitigation:

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

Exploit-DB raw data:

-------------------------------------------------------------------------------------------

Realtor WebSite System E-Commerce ("all files".php SQL Injection Vulnerability
 
-------------------------------------------------------------------------------------------
 
Author : CoBRa_21

Script Home : http://www.redcatstudios.net/
 
Dork : "Web Site Design by Red Cat Studios"

-------------------------------------------------------------------------------------------
 
SQL Injection:
 
http://localhost/[path]/sponsorslist.php?idfestival=-7 (SQL)
http://localhost/[path]/index2.php?idfestival=7 (SQL)
http://localhost/[path]/venues.php?idfestival=7 (SQL)
http://localhost/[path]/getpasses_new.php?idfestival=7 (SQL)
http://localhost/[path]/awards.php?idfestival=7 (SQL)
http://localhost/[path]/mailing.php?idfestival=7 (SQL)
http://localhost/[path]/news.php?idfestival=7 (SQL)
http://localhost/[path]/filmlist.php?idfestival=7 (SQL)
http://localhost/[path]/calendar.php?idfestival=7 (SQL)
http://localhost/[path]/gallery.php?idfestival=7 (SQL)
http://localhost/[path]/gallery.php?idfestival=7&idgallery=56 (SQL)
http://localhost/[path]/contact.php?idfestival=7 (SQL)
http://localhost/[path]/  (All Files).php?idfestival= (SQL)

-------------------------------------------------------------------------------------------