vendor:
PHP-Post
by:
SecurityFocus
7.5
CVSS
HIGH
Cross-site Scripting, SQL-injection, and Remote File-Include
79, 89, 98
CWE
Product Name: PHP-Post
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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-Post Multiple Input Validation Vulnerabilities
PHP-Post is prone to multiple input-validation vulnerabilities, including multiple cross-site scripting, SQL-injection, and remote file-include issues, because the application fails to 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, exploit vulnerabilities in the underlying database implementation, or include an arbitrary remote file containing malicious PHP code and execute it in the context of the webserver process. Other attacks are also possible.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being used in the application.