Cyber Resilience

CVE-2025-69907

High

Published: 23 January 2026

Published
23 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0006 17.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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 17.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-14 (Permitted Actions Without Identification or Authentication) and AC-22 (Publicly Accessible Content).

Deeper analysis

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.

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1082 System Information Discovery Discovery
An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Unauthenticated API access enables system configuration discovery (T1082) on a public-facing application (T1190).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39339Shared CWE-284
CVE-2026-46839Shared CWE-284
CVE-2025-26010Shared CWE-284
CVE-2026-34291Shared CWE-284
CVE-2023-47539Shared CWE-284
CVE-2026-23899Shared CWE-284
CVE-2025-7016Shared CWE-284
CVE-2026-46822Shared CWE-284
CVE-2024-37566Shared CWE-284
CVE-2026-30689Shared CWE-284

Affected Assets

Newgensoft
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for access to system resources, directly addressing the missing access control on the unauthenticated API endpoint.

prevent

Explicitly identifies and restricts user actions permitted without identification or authentication, preventing exposure of sensitive configuration data via the API.

prevent

Controls posting of publicly accessible content to ensure sensitive internal configuration information like cabinet names and database metadata is not exposed.

References