vendor:
Property Listing Script
by:
Kaan KAMIS
6,4
CVSS
MEDIUM
Time-Based Blind Injection
89
CWE
Product Name: Property Listing Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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
2017
Property Listing Script – Time-Based Blind Injection
Advanced PHP Real-Estate Script is vulnerable to a time-based blind injection attack. The vulnerable URL is http://locahost/property-list/property_view.php?propid=443[payload], where the parameter 'propid' is vulnerable to the attack. The payload used is propid=443' AND SLEEP(5) AND 'FBop'='FBop.
Mitigation:
Input validation and sanitization should be used to prevent time-based blind injection attacks.