vendor:
Bakeshop Inventory System in VB.Net and MS Access Database
by:
Ihsan Sencan
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Bakeshop Inventory System in VB.Net and MS Access Database
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: CVE-2018-18804
CPE: a:sourcecodester:bakeshop_inventory_system_in_vb.net_and_ms_access_database:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Bakeshop Inventory System in VB.Net and MS Access Database 1.0 – SQL Injection
Bakeshop Inventory System in VB.Net and MS Access Database 1.0 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries to the vulnerable parameter 'U_UNAME' and 'U_PASS' in the 'LoginUser' function in 'publicfunction.vb' file. This can allow an attacker to bypass authentication and gain access to the application.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should use parameterized queries to prevent SQL injection.