Cyber Resilience

CVE-2025-36057

Ibm Cognos Analytics Mobile 1.1.0 – 1.1.23

Published
21 July 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 5.2
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:H/A:N
EPSS Score 0.0018 8th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-36057 is a medium-severity Improper Check for Certificate Revocation (CWE-299) vulnerability in Ibm Cognos Analytics Mobile. Its CVSS base score is 5.2 (Medium).

Operationally, ranked at the 8th 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 AC-19 (Access Control for Mobile Devices) and AC-3 (Access Enforcement) — 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 (iOS) 1.1.0 through 1.1.22 is vulnerable to authentication bypass by using the Local Authentication Framework library which is not needed as biometric authentication is not used in the application.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-36107Same product: Ibm Cognos Analytics Mobile
CVE-2024-55907Same product: Ibm Cognos Analytics Mobile
CVE-2025-0895Same product: Ibm Cognos Analytics Mobile
CVE-2025-36106Same product: Ibm Cognos Analytics Mobile
CVE-2025-36062Same product: Ibm Cognos Analytics Mobile
CVE-2020-4430Same vendor: Ibm
CVE-2025-27903Same vendor: Ibm
CVE-2024-49818Same vendor: Ibm
CVE-2023-47718Same vendor: Ibm
CVE-2024-49792Same vendor: Ibm

Affected Assets

ibm
cognos analytics mobile
1.1.0 — 1.1.23

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-19 Access Control for Mobile Devices
  • CM-7 Least Functionality
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V12.1.4

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authentication decisions so the Local Authentication Framework bypass cannot grant access without valid credentials.

prevent

Requires explicit access-control restrictions and configuration for mobile apps, eliminating unused biometric libraries that enable the bypass.

prevent

Mandates removal of non-essential functionality (the Local Authentication Framework) that is not required by the application design.

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.AA-03 mostly match
prevents

Certificate-based authentication requires valid, non-revoked certificates; proper revocation checking is a core implementation detail of this control.

PR.DS-02 mostly match
prevents

Protecting data-in-transit commonly relies on TLS certificate validation that includes revocation status checks.

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.

prevents

Mandates use of cryptography including certificate validation and revocation checking.

detects

Security testing can detect missing or incorrect certificate revocation checks.

prevents

Secure coding practices should include proper certificate revocation verification.

prevents

Requires secure authentication mechanisms that rely on valid certificates.

none

Network security controls can enforce certificate validation at network boundaries.

none

Security of network services includes certificate-based authentication and revocation checks.

References