Apartment Visitors Management System SQL Injection Vulnerability

Vulnerability

A SQL injection vulnerability has been identified in the Apartment Visitors Management System (AVMS) version 1.1. The issue resides in the login page (index.php), specifically within the username parameter. This vulnerability allows an unauthenticated attacker to manipulate SQL queries during the authentication process, potentially leading to unauthorized access to sensitive database information.

Impact

Exploitation of this vulnerability could result in unauthorized access to the database, allowing attackers to extract sensitive information.

Reproduction

To reproduce this vulnerability, send a crafted SQL injection payload through the username parameter on the login page. The application does not properly sanitize input, allowing the injected SQL to be executed against the database. This can be validated using tools like Burp Suite or SQLmap.

Remediation

It is recommended to use prepared statements to prevent SQL injection vulnerabilities. Additionally, all user inputs should be validated and sanitized before processing.

Added: Apr 20, 2026, 6:27 PM
Updated: Apr 20, 2026, 6:27 PM

Vulnerability Rating

Custom Algorithm
spread
0.3
impact
2.5
exploitability
8.1
remediation
0.0
relevance
6.0
threat
1.6
urgency
2.9
incentive
8.3

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.