vendor:
PHP Vacation Rental Script
by:
Gjoko 'LiquidWorm' Krstic
8,8
CVSS
HIGH
Stored XSS and CSRF
352
CWE
Product Name: PHP Vacation Rental Script
Affected Version From: 7R
Affected Version To: 7R
Patch Exists: NO
Related CWE: N/A
CPE: a:r-scripts:php_vacation_rental_script
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Apache/2.2.29, PHP/5.3.29
2015
R-Scripts VRS 7R Multiple Stored XSS And CSRF Vulnerabilities
The application allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain actions with administrative privileges if a logged-in user visits a malicious web site. Stored cross-site scripting vulnerabilitity was also discovered. The issue is triggered when input passed via multiple POST parameters is not properly sanitized before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Mitigation:
Input validation should be performed to ensure that malicious HTML and script code is not executed.