header-logo
Suggest Exploit
vendor:
PHP Pro Bid
by:
SecurityFocus
7.5
CVSS
HIGH
Cross-site scripting and SQL-injection
89, 94
CWE
Product Name: PHP Pro Bid
Affected Version From: 5.24
Affected Version To: 5.24
Patch Exists: YES
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
2006

PHP Pro Bid Multiple Input-Validation Vulnerabilities

PHP Pro Bid is prone to multiple input-validation vulnerabilities, including cross-site scripting and SQL-injection issues, because the application fails to properly sanitize user-supplied input. A successful exploit of these vulnerabilities could allow an attacker to compromise the application, access or modify data, steal cookie-based authentication credentials, or even exploit vulnerabilities in the underlying database implementation. Other attacks are also possible.

Mitigation:

Input validation should be used to ensure that untrusted data is not allowed to affect the application's logic or the underlying database.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/19158/info
 
PHP Pro Bid is prone to multiple input-validation vulnerabilities, including cross-site scripting and SQL-injection issues, because the application fails to properly sanitize user-supplied input. 
 
A successful exploit of these vulnerabilities could allow an attacker to compromise the application, access or modify data, steal cookie-based authentication credentials, or even exploit vulnerabilities in the underlying database implementation. Other attacks are also possible.
 
Version 5.24 is vulnerable to these issues; other versions may also be affected.

http://www.example.com/viewfeedback.php?view=1'[SQL] 
http://www.example.com/viewfeedback.php?view=all&start=1'[SQL]