vendor:
webspell
by:
silent vapor
7,5
CVSS
HIGH
safe_query bypass
89
CWE
Product Name: webspell
Affected Version From: 4.X
Affected Version To: 4.X
Patch Exists: NO
Related CWE: N/A
CPE: a:webspell:webspell
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP
2010
Webspell 4.X safe_query bypass Vulnerability
Webspell 4.X is vulnerable to a safe_query bypass vulnerability. This vulnerability allows an attacker to inject malicious SQL queries into the webspell_settings.php file via the 'function safe_query' parameter. The exploit can be triggered by using the '%20UNION+/**/+SELECT%20' payload.
Mitigation:
Ensure that all user-supplied input is properly sanitized and validated before being used in any SQL queries.