First published: Tue Sep 29 2020(Updated: )
Projectworlds Visitor Management System in PHP 1.0 allows SQL Injection. The file front.php does not perform input validation on the 'rid' parameter. An attacker can append SQL queries to the input to extract sensitive information from the database.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Projectworlds Visitor Management System in PHP | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2020-25760 is a vulnerability in Projectworlds Visitor Management System in PHP 1.0 that allows SQL Injection.
The severity of CVE-2020-25760 is high with a CVSS score of 8.8.
CVE-2020-25760 affects Projectworlds Visitor Management System in PHP 1.0.
An attacker can append SQL queries to the 'rid' parameter to extract sensitive information from the database.
To fix CVE-2020-25760, it is recommended to perform input validation on the 'rid' parameter in the file front.php.