vendor:
212cafe Board
by:
CWH Underground
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: 212cafe Board
Affected Version From: 0.07
Affected Version To: 0.07
Patch Exists: NO
Related CWE: N/A
CPE: a:212cafe:212cafe_board
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
2008
212cafe Board (view.php qID) Remote SQL Injection Vulnerability
A vulnerability exists in the view.php file of the 212cafe Board application, version 0.07, which allows an attacker to inject arbitrary SQL commands. The vulnerability is due to the application not properly sanitizing user-supplied input to the 'qID' parameter. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request containing an SQL injection payload to the vulnerable application. Successful exploitation could result in the attacker gaining access to sensitive information from the database.
Mitigation:
Ensure that user-supplied input is properly sanitized before being used in SQL queries.