vendor:
Visitor Management System in PHP
by:
Rahul Ramkumar
8.8
CVSS
HIGH
Persistent Cross-Site Scripting
79
CWE
Product Name: Visitor Management System in PHP
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:projectworlds:visitor_management_system_in_php
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 Enterprise 1809 (x64_86) + XAMPP 7.2.33-1
2020
Visitor Management System in PHP 1.0 – Persistent Cross-Site Scripting
The file myform.php does not perform input validation on the request paramters. An attacker can inject javascript payloads in the parameters to perform various attacks suchs as stealing of cookies,sensitive information etc.
Mitigation:
Input validation should be performed on the request parameters.