vendor:
ipbProArcade
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ipbProArcade
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Unknown
Unknown
Remote SQL Injection Vulnerability in ipbProArcade
A remote SQL injection vulnerability reportedly affects ipbProArcade. This issue is due to a failure of the application to properly sanitize user-supplied input prior to including it in an SQL query. An attacker may leverage this issue to manipulate SQL query strings and potentially carry out arbitrary database queries. This may facilitate the disclosure or corruption of sensitive database information.
Mitigation:
Properly sanitize user-supplied input before including it in an SQL query. Implement parameterized queries or prepared statements to prevent SQL injection attacks.