vendor:
Vacation Rental Script
by:
OnurTURKESHAN
8,8
CVSS
HIGH
Cross-Site Request Forgery (XSRF)
352
CWE
Product Name: Vacation Rental Script
Affected Version From: v4.0
Affected Version To: v4.0
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: Tested +WorKs
2010
Vacation Rental Script v4.0 XSRF VULNERABILTY
Vacation Rental Script v4.0 is vulnerable to Cross-Site Request Forgery (XSRF) attacks. An attacker can craft a malicious HTML form and submit it to the vulnerable application. This form can contain hidden fields that can be used to modify the application state, such as changing the user role to 'admin' or changing the user's email address. This vulnerability can be exploited without authentication.
Mitigation:
The application should use a CSRF token to verify that the request is coming from a trusted source. The application should also validate all user input to prevent malicious data from being submitted.