vendor:
Omnidocs
by:
thebluegenius
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Omnidocs
Affected Version From: All
Affected Version To: All
Patch Exists: NO
Related CWE: NA
CPE: a:newgen_software_technologies:omnidocs
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-Coyote/1.1 | JBoss
2010
Omnidocs SQL injection Vulnerability
OmniDocs is an Enterprise Document Management (EDM) platform for creating, capturing, managing, delivering and archiving large volumes of documents and contents. A vulnerability exists in the ForceChangePassword.jsp page, where an attacker can inject malicious SQL commands. This can be confirmed by using the commands ' or 'a' = 'a' and or exists (select 1 from sys.dual) and ''x''=''x' which will result in ORA-00907 and ORA-01756 errors respectively.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.