vendor:
pLink
by:
Stack
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: pLink
Affected Version From: 02.07
Affected Version To: 02.07
Patch Exists: NO
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: N/A
2009
pLink 2.07 – Blind SQL Injection Exploit
pLink 2.07 is vulnerable to Blind SQL Injection. This exploit allows an attacker to extract the username and password of the admin panel. The vulnerability is due to the lack of proper input validation in the application. An attacker can exploit this vulnerability by sending malicious SQL queries to the application. This can be done by appending the malicious SQL query to the URL of the application.
Mitigation:
Input validation should be implemented to prevent malicious SQL queries from being executed. Additionally, the application should be configured to use parameterized queries.