vendor:
Medicine Tracker System
by:
Sanjay Singh
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Medicine Tracker System
Affected Version From: V1.0.0
Affected Version To: V1.0.0
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:medicine_tracker_system:1.0.0
Platforms Tested: Windows/Linux
2020
Medicine Tracker System v1.0 – Sql Injection
Medicine Tracker System v1.0 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending a maliciously crafted request to the application. This can be done by using a tool such as Burp Suite to capture the request and then using sqlmap to exploit the vulnerability.
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.