vendor:
Online Web Building v2.0
by:
xoron
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: Online Web Building v2.0
Affected Version From: Online Web Building v2.0 (id)
Affected Version To: Online Web Building v2.0 (id)
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Online Web Building v2.0 (id) Remote SQL Injection
This exploit allows an attacker to perform SQL injection on the Online Web Building v2.0 (id) application. By injecting SQL code into the 'art_id' parameter of the 'page.asp' page, an attacker can retrieve sensitive information such as usernames and passwords from the 'Users' table.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, using parameterized queries or prepared statements can help prevent SQL injection attacks.