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

PHP Labs Survey Wizard SQL Injection Vulnerability

The PHP Labs Survey Wizard is vulnerable to an SQL injection attack. This vulnerability occurs due to the application's failure to properly sanitize user-supplied input before using it in an SQL query. An attacker can exploit this vulnerability by injecting malicious SQL code into the 'sid' parameter of the 'survey.php' URL. Successful exploitation of this vulnerability could lead to various consequences, including compromise of the application, disclosure or modification of data, and the ability to exploit other vulnerabilities in the database implementation.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization techniques. Developers should use parameterized queries or prepared statements to prevent SQL injection attacks. Additionally, regular security testing and code review should be conducted to identify and fix any potential vulnerabilities.
Source

Exploit-DB raw data:

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

PHP Labs Survey Wizard is prone to an SQL injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.

Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation. 

http://www.example.com/survey.php?sid=[SQL]