vendor:
Baby Care System
by:
Vijay Sachdeva
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Baby Care System
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:baby_care_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2020
Baby Care System 1.0 – ‘roleid’ SQL Injection
An attacker can exploit a SQL injection vulnerability in Baby Care System 1.0 by manipulating the 'roleid' parameter in the URL. By running sqlmap on the URL, an attacker can enumerate the database and extract sensitive information.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Parameterized queries should be used to prevent SQL injection attacks.