vendor:
OPManager
by:
Asheesh Kumar Mani Tripathi
8.8
CVSS
HIGH
SQL/XPath Injection
89
CWE
Product Name: OPManager
Affected Version From: [app version]
Affected Version To: [app version]
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
2009
Blind SQL/XPath injection in OPMANAGER
SQL injection is a vulnerability that allows an attacker to alter backend SQL statements by manipulating the user input. An SQL injection occurs when web applications accept user input that is directly placed into a SQL statement and doesn't properly filter out dangerous characters. XPath Injection is an attack technique used to exploit web sites that construct XPath queries from user-supplied input.
Mitigation:
Input validation and proper sanitization of user input should be done to prevent SQL/XPath injection.