Cyber Resilience

CVE-2025-0895

Info Disclosure in Ibm Cognos Analytics Mobile 1.1.0 – 1.1.21

Published
02 March 2025
Modified
31 July 2025
Patch / advisory
CVSS Score v3.1 2.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0019 9th percentile
Risk Priority 22 floored blend · peak EPSS

Summary

CVE-2025-0895 is a low-severity Insertion of Sensitive Information Into Debugging Code (CWE-215) vulnerability in Ibm Cognos Analytics Mobile. Its CVSS base score is 2.4 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked at the 9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-7 (Least Functionality) and SA-11 (Developer Testing and Evaluation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM Cognos Analytics Mobile 1.1 for Android could allow a user with physical access to the device, to obtain sensitive information from debugging code log messages.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-55907Same product: Ibm Cognos Analytics Mobile
CVE-2025-36057Same product: Ibm Cognos Analytics Mobile
CVE-2025-36106Same product: Ibm Cognos Analytics Mobile
CVE-2025-36107Same product: Ibm Cognos Analytics Mobile
CVE-2025-36062Same product: Ibm Cognos Analytics Mobile
CVE-2025-0985Same vendor: Ibm
CVE-2025-27899Same vendor: Ibm
CVE-2023-43029Same vendor: Ibm
CVE-2025-36017Same vendor: Ibm
CVE-2025-1721Same vendor: Ibm

Affected Assets

ibm
cognos analytics mobile
1.1.0 — 1.1.21

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V13.4.2

Mitigating Controls (NIST 800-53 r5) AI

Least functionality directly prohibits enabling unnecessary debug features that would expose the inserted sensitive data.

Developer testing and evaluation will discover debug code containing sensitive information before release.

Requiring documented secure development processes and standards stops insertion of sensitive data into debug paths.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent developers from embedding sensitive information inside debugging statements or code paths.

PR.DS-10 partial match
prevents

Explicitly calls for removing confidential data from processes, logs, and memory dumps that debug code commonly exposes.

PR.PS-01 partial match
prevents

Hardened configuration baselines and deployment checks can ensure debug features and associated data are disabled in production.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development catches debug statements and sensitive data leaks.

prevents

Separation of environments reduces accidental exposure of debug builds to production.

prevents

Secure SDLC mandates removal of debug code and sensitive data before release.

prevents

Secure coding standards explicitly prohibit embedding secrets or debug statements.

A.8.15 Logging none match
none

Logging controls may capture debug output, but do not prevent its creation.

none

Test data handling rules discourage use of real sensitive data in debug contexts.

References