CVE-2025-69907
Published: 23 January 2026
Summary
CVE-2025-69907 is a high-severity Improper Access Control (CWE-284) vulnerability in Newgensoft (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique System Information Discovery (T1082); ranked at the 16.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
The access control policy and procedures directly mandate and enforce proper access control mechanisms across the organization.
Device lock enforces restricted access until re-authentication, directly reducing unauthorized use of active sessions.
Supervision and review of access control activities directly detects and remediates improper access configurations or usages.
Explicitly identifying and documenting actions permitted without identification or authentication enforces proper access control boundaries by defining justified exceptions.
By automatically labeling outputs with security attributes, the control supports attribute-based enforcement and reduces exploitability of improper access control weaknesses.
Associating and retaining security attributes with data directly supports enforcement of access control decisions across storage, processing, and transmission.
Requiring prior authorization for each remote access type prevents improper access control over remote connections.
Requiring authorization of wireless access before allowing connections enforces proper access control for this access method.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated API access enables system configuration discovery (T1082) on a public-facing application (T1190).
NVD 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…
more
and database-related metadata. This allows unauthorized enumeration of backend deployment details and may facilitate further targeted attacks.
Deeper analysisAI
CVE-2025-69907 is an unauthenticated information disclosure vulnerability in Newgen OmniDocs, stemming from missing authentication and access control on the /omnidocs/GetListofCabinet API endpoint. This flaw allows remote attackers to access sensitive internal configuration information, such as cabinet names and database-related metadata, without valid credentials. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and is associated with CWE-284 (Improper Access Control).
Any remote attacker can exploit this vulnerability without authentication or privileges, simply by sending requests to the exposed API endpoint over the network. Successful exploitation enables unauthorized enumeration of backend deployment details, potentially aiding in reconnaissance for further targeted attacks, though it does not directly impact integrity or availability.
Advisories detailing the issue are available from independent researcher CBx216 on GitHub at https://github.com/CBx216/CVE-Newgen-Software-Advisories/blob/main/CVE-2025-69907.md, with additional context on the vendor site at https://newgensoft.com/. Specific mitigation or patch details are referenced in these sources.
Details
- CWE(s)