vendor:
Online Library Management System
by:
Berk Can Geyikci
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Library Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_library_management_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 Pro 64 Bit 10.0.19041 + XAMPP V7.3.28
2021
Online Library Management System 1.0 – ‘Search’ SQL Injection
Online Library Management System 1.0 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the 'Search' parameter in the 'index.php' page. This can be exploited to bypass authentication, access, modify and delete data in the back-end database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.