vendor:
Airbnb Premium Clone Script
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Airbnb Premium Clone 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
Airbnb Crashpadder Clone Script – SQL Injection
A SQL injection vulnerability exists in Airbnb Crashpadder Clone Script, which allows an attacker to execute arbitrary SQL commands on the underlying database. The vulnerability is due to insufficient input validation in the application when handling user-supplied input. An attacker can exploit this vulnerability by sending malicious SQL commands to the application via the vulnerable parameter. Successful exploitation of this vulnerability can result in unauthorized access to sensitive information, such as usernames and passwords, or even full system compromise.
Mitigation:
Input validation should be performed to ensure that user-supplied input is properly sanitized and filtered before being used in SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.