vendor:
Single Theater Booking Script
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Single Theater Booking Script
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: Win7 x64, Kali Linux x64
2017
Single Theater Booking Script – SQL Injection
An attacker can exploit a SQL injection vulnerability in Single Theater Booking Script to extract sensitive information from the database. The vulnerable parameter is ‘newsid’ in the ‘news_desc.php’ script. An attacker can use the ‘/*!50000union*/+select+1’ payload to enumerate the database columns and ‘/*!13337union*/+select+1’ payload to extract sensitive information from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Parameterized queries should be used to prevent SQL injection attacks.