vendor:
Free PHP Petition Signing Script Release
by:
Qabandi
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Free PHP Petition Signing Script Release
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
Free PHP Petition Signing Script Release Login SQL injection
A SQL injection vulnerability exists in the Free PHP Petition Signing Script Release, which allows an attacker to gain access to the admin panel. An attacker can send a specially crafted HTTP request to the vulnerable application in order to exploit this vulnerability. The vulnerable code is located in the index.php file, where the application does not properly sanitize user-supplied input before using it in an SQL query. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL statements in the username parameter. This will allow the attacker to gain access to the admin panel.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries in a way that would allow an attacker to modify the logic of the executed query.