vendor:
Online Book Store
by:
AmirHadi Yazdani (Ertebat Gostar Co.)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Book Store
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:online_book_store:online_book_store:1.0
Platforms Tested: Ubuntu 16.04
2020
Online Book Store 1.0 – ‘bookisbn’ SQL Injection
The 'bookisbn' parameter in the book.php file is vulnerable to SQL Injection. An attacker can manipulate the parameter to execute malicious SQL queries.
Mitigation:
To mitigate this vulnerability, it is recommended to use prepared statements or parameterized queries to handle user input in SQL queries.