Cyber Resilience

CVE-2025-69908

HighPublic PoC

Published: 23 January 2026

Published
23 January 2026
Modified
11 February 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.0002 7.0th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-69908 is a high-severity Improper Access Control (CWE-284) vulnerability in Newgensoft Omniapp. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Account Discovery (T1087); ranked at the 7.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-22 (Publicly Accessible Content) and SC-14 (Public Access Protections).

Deeper analysis

CVE-2025-69908 is an unauthenticated information disclosure vulnerability in Newgen OmniApp. The flaw allows attackers to enumerate valid privileged usernames via a publicly accessible client-side JavaScript resource. It 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). The vulnerability was published on 2026-01-23.

Remote attackers require only network access and can exploit the issue without authentication, privileges, or user interaction due to its low attack complexity. Successful exploitation results in high-impact confidentiality loss, enabling enumeration of valid privileged usernames, while integrity and availability remain unaffected.

Advisories and mitigation details are available in referenced sources, including the GitHub advisory at https://github.com/CBx216/CVE-Newgen-Software-Advisories/blob/main/CVE-2025-69908.md and the vendor site at https://newgensoft.com/.

EU & UK References

Vulnerability details

An unauthenticated information disclosure vulnerability in Newgen OmniApp allows attackers to enumerate valid privileged usernames via a publicly accessible client-side JavaScript resource.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1087 Account Discovery Discovery
Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment.
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 remote info disclosure in public-facing app directly enables account enumeration (T1087) and is exploited as T1190.

Confidence: HIGH · 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
omniapp
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires organizations to review and restrict sensitive information, such as privileged usernames, from being included in publicly accessible content like client-side JavaScript resources.

prevent

Provides protections specifically for publicly accessible system interfaces and resources to prevent unauthorized disclosure of sensitive information without identification or authentication.

prevent

Limits and explicitly authorizes actions performable without identification or authentication, mitigating unauthenticated access to resources that disclose privileged usernames.

References