vendor:
Library Management System
by:
Ihsan Sencan
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Library Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: CVE-2018-18796
CPE: a:sourcecodester:library_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Library Management System 1.0 – ‘frmListBooks’ SQL Injection
Library Management System 1.0 is vulnerable to SQL Injection. This vulnerability exists due to improper sanitization of user-supplied input in the 'frmListBooks' module. An attacker can exploit this vulnerability to execute arbitrary SQL commands in the application's backend database, allowing them to access or modify sensitive data, or even gain access to the underlying system.
Mitigation:
Input validation should be used to detect unauthorized input before it is processed by the application. All input data should be validated and filtered, as appropriate, before being used in SQL queries.