vendor:
Online Covid Vaccination Scheduler System
by:
faisalfs10x
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Covid Vaccination Scheduler System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_covid_vaccination_scheduler_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 10, XAMPP
2021
Online Covid Vaccination Scheduler System 1.0 – ‘username’ time-based blind SQL Injection
The admin panel login can be assessed at http://{ip}/scheduler/admin/login.php. The username parameter is vulnerable to time-based SQL injection. Upon successful dumping the admin password hash, we can decrypt and obtain the plain-text password. Hence, we could authenticate as Administrator.
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.