vendor:
OpenDocMan
by:
Amol Naik
8.8
CVSS
HIGH
Authentication Bypass and Cross-site Scripting
287, 79
CWE
Product Name: OpenDocMan
Affected Version From: OpenDocMan v1.2.5
Affected Version To: OpenDocMan v1.2.5
Patch Exists: YES
Related CWE: N/A
CPE: a:opendocman:opendocman:1.2.5
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
2020
Multiple vulnerabilities in OpenDocMan
OpenDocMan is vulnerable to authentication bypass and multiple cross-site scripting issues. A valid username require to carry put Auth Bypass. Default is 'admin'. Multiple instances of Cross-site scripting found majorly due to use of $_SERVER['PHP_SELF'] in action parameter of form field and due to absence of validation for 'last_message' parameter.
Mitigation:
Ensure that all user input is properly validated and sanitized. Use parameterized queries to prevent SQL injection attacks. Use a web application firewall to detect and block malicious requests.