vendor:
Apartment Visitors Management System
by:
CANKAT ÇAKMAK
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Apartment Visitors Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:apartment_visitors_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2021
Apartment Visitors Management System 1.0 – ’email’ SQL Injection
Apartment Visitors Management System 1.0 is vulnerable to a time-based blind SQL injection in the 'email' parameter. An attacker can send a malicious payload to the 'email' parameter to execute arbitrary SQL commands on the underlying database. The payload used in the proof-of-concept is 'email=test@gmail.com' AND (SELECT 2600 FROM (SELECT(SLEEP(5)))jpeB) AND 'WVFv'='WVFv&contactno=1&submit=
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.