vendor:
N/A
by:
Easy Laster
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
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
2020
www.site.com/auktionshaus/news.php?id=
The vulnerability exists in the 'news.php' page of the website, which is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending a malicious payload in the 'id' parameter of the URL, which will allow the attacker to execute arbitrary SQL queries on the database. The malicious payload can be used to extract the username and password of the users from the database.
Mitigation:
Input validation should be implemented to prevent SQL injection attacks. Additionally, the application should use parameterized queries to prevent SQL injection.