projectworlds Apartment Visitors Management System
cpe:2.3:a:apartment_visitor_management_system_project:apartment_visitor_management_system:*:*:*:*:*:*:*
- < 1.0
A critical SQL injection vulnerability has been identified in Projectworlds Apartment Visitors Management System version 1.0. The issue resides in the '/front.php' file, where the 'rid' parameter is manipulated to inject malicious SQL queries. This vulnerability can be exploited remotely, allowing attackers to gain unauthorized access to the database, leak sensitive information, tamper with data, and potentially disrupt services.
Exploitation of this vulnerability allows for unauthorized database access, manipulation of data, leakage of sensitive information, and could lead to a denial of service.
The vulnerability can be reproduced by sending a POST request to '/front.php' with a crafted 'rid' parameter that includes malicious SQL payloads. This can be done using tools like sqlmap, which automates the injection process and demonstrates the vulnerability by extracting database information or executing database commands.
It is recommended to use prepared statements and parameter binding to prevent SQL injection. Input validation and filtering should be implemented to ensure user input conforms to expected formats. Additionally, minimize database user permissions and conduct regular security audits.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.