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.