vendor:
phxEventManager
by:
skysbsb
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phxEventManager
Affected Version From: 2.0 beta 5
Affected Version To: 2.0 beta 5
Patch Exists: NO
Related CWE: N/A
CPE: a:phxeventmanager:phxeventmanager:2.0beta5
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Apache/*nix
2012
phxEventManager 2.0 beta 5 search.php search_terms SQL Injection Vulnerability
A SQL injection vulnerability exists in phxEventManager 2.0 beta 5 search.php search_terms parameter. An attacker can send a specially crafted HTTP request to the vulnerable application in order to execute arbitrary SQL commands in the back-end database. This can potentially result in the manipulation or disclosure of arbitrary data.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.