CVE-2025-69908
Published: 23 January 2026
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
- 🇪🇺 ENISA EUVD: EUVD-2026-4310
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
Why these techniques?
Unauthenticated remote info disclosure in public-facing app directly enables account enumeration (T1087) and is exploited as T1190.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
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.
Provides protections specifically for publicly accessible system interfaces and resources to prevent unauthorized disclosure of sensitive information without identification or authentication.
Limits and explicitly authorizes actions performable without identification or authentication, mitigating unauthenticated access to resources that disclose privileged usernames.