vendor:
L2J Dropcalc
by:
Codebreak
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: L2J Dropcalc
Affected Version From: <= v4
Affected Version To: <= v4
Patch Exists: No
Related CWE: Not mentioned
CPE: Not mentioned
Platforms Tested: Not mentioned
Not mentioned
Michelle’s L2J Dropcalc
The vulnerability allows an attacker to perform SQL injection attacks on the target website. By manipulating the 'username' and 'token' parameters in the URL, an attacker can execute arbitrary SQL queries and retrieve sensitive information from the database. The example provided demonstrates how to obtain a player's username, password, and even the MYSQL root password.
Mitigation:
To mitigate the vulnerability, the website should implement proper input validation and parameterized queries to prevent SQL injection attacks. Additionally, users should be educated about the risks of sharing sensitive information on insecure websites.