CVE-2025-69907
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-23

Last updated on: 2026-01-26

Assigner: MITRE

Description
An unauthenticated information disclosure vulnerability exists in Newgen OmniDocs due to missing authentication and access control on the /omnidocs/GetListofCabinet API endpoint. A remote attacker can access this endpoint without valid credentials to retrieve sensitive internal configuration information, including cabinet names and database-related metadata. This allows unauthorized enumeration of backend deployment details and may facilitate further targeted attacks.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-23
Last Modified
2026-01-26
Generated
2026-05-27
AI Q&A
2026-01-23
EPSS Evaluated
2026-05-25
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
newgen omnidocs *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is an unauthenticated information disclosure issue in Newgen OmniDocs. It occurs because the /omnidocs/GetListofCabinet API endpoint lacks proper authentication and access control, allowing a remote attacker to access it without valid credentials. As a result, the attacker can retrieve sensitive internal configuration information such as cabinet names and database-related metadata, which could be used to understand backend deployment details and plan further attacks.


How can this vulnerability impact me? :

The vulnerability can impact you by exposing sensitive internal configuration information to unauthorized users. This exposure can lead to unauthorized enumeration of backend deployment details, potentially enabling attackers to craft more targeted and effective attacks against your system, increasing the risk of data breaches or system compromise.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by attempting to access the /omnidocs/GetListofCabinet API endpoint without authentication and checking if sensitive internal configuration information is returned. A simple command using curl to test this would be: curl -v http://<target-host>/omnidocs/GetListofCabinet If the response contains cabinet names or database metadata without requiring credentials, the system is vulnerable. [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include implementing proper authentication and access control on the /omnidocs/GetListofCabinet API endpoint to prevent unauthenticated access. Additionally, restrict network access to this endpoint to trusted users only and monitor access logs for unauthorized attempts. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart