vendor:
VGM Forbin
by:
Th3 RDX
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: VGM Forbin
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: Demo Site
2010
VGM Forbin (article.asp) SQL injection Vulnerable
VGM Forbin is vulnerable to SQL injection. An attacker can inject malicious SQL code into the 'ID' parameter of the 'article.asp' page. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All input data should be validated and filtered before being passed to the SQL server.