header-logo
Suggest Exploit
vendor:
SmartBox
by:
Unknown
9
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: SmartBox
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

SmartBox SQL Injection Vulnerability

SmartBox is prone to an SQL-injection vulnerability because the application fails to properly sanitize user-supplied input before using it in an SQL query. A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.

Mitigation:

To mitigate this vulnerability, ensure that user-supplied input is properly sanitized before using it in SQL queries. Use prepared statements or parameterized queries to prevent SQL injection attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/45101/info

SmartBox is prone to an SQL-injection vulnerability because the application fails to properly sanitize user-supplied input before using it in an SQL query.


A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database. 

http://www.example.com/page.php?page_id=14%20and%20substring%28@@version,1,1%29=5