vendor:
Visitor Management System in PHP
by:
Rahul Ramkumar
8.8
CVSS
HIGH
Authenticated SQL Injection
89
CWE
Product Name: Visitor Management System in PHP
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: CVE-2020-25760
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 – Authenticated SQL Injection
The file front.php does not perform input validation on the 'rid' paramter. An attacker can append SQL queries to the input to extract sensitive information from the database.
Mitigation:
Input validation should be performed on all user-supplied input to prevent SQL injection attacks.