Cyber Resilience

CVE-2024-25047

Ibm Cognos Analytics 11.2.0 – 11.2.4

Published
02 May 2024
Modified
02 July 2025
Patch / advisory
CVSS Score v3.1 8.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
EPSS Score 0.0064 48th percentile
Risk Priority 62 floored blend · peak EPSS

Summary

CVE-2024-25047 is a high-severity Improper Output Neutralization for Logs (CWE-117) vulnerability in Ibm Cognos Analytics. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Indicator Removal (T1070); ranked at the 48th 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 SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM Cognos Analytics 11.2.0 through 11.2.4 and 12.0.0 through 12.0.2 is vulnerable to injection attacks in application logging by not sanitizing user provided data. This could lead to further attacks against the system. IBM X-Force ID: 282956.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1070 Indicator Removal Stealth
Adversaries may selectively delete or modify artifacts generated to reduce indications of their presence and blend in with legitimate activity.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-43051Same product: Ibm Cognos Analytics
CVE-2023-32344Same product: Ibm Cognos Analytics
CVE-2023-38359Same product: Ibm Cognos Analytics
CVE-2023-30996Same product: Ibm Cognos Analytics
CVE-2024-35150Same vendor: Ibm
CVE-2023-38020Same vendor: Ibm
CVE-2025-14684Same vendor: Ibm
CVE-2025-36159Same vendor: Ibm
CVE-2024-20975Same product: Netapp Oncommand Insight
CVE-2024-20967Same product: Netapp Oncommand Insight

Affected Assets

ibm
cognos analytics
11.2.4 · 11.2.0 — 11.2.4 · 12.0.0 — 12.0.3
netapp
oncommand insight
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover missing or incorrect output neutralization when log messages are constructed from untrusted input.

Input validation reduces the chance that specially crafted data reaches log-message construction routines.

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 and coding standards directly require output sanitization for logs.

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 can detect log injection flaws but does not prevent them at the source.

A.8.15 Logging partial match
degrades

Logging control directly requires proper log generation and handling, which mitigates improper output neutralization.

finds

Monitoring activities rely on trustworthy logs but do not ensure log message integrity.

prevents

Secure SDLC includes coding standards that reduce log-related weaknesses but does not specifically address logging.

prevents

Secure coding practices mandate input validation and output encoding, directly preventing log injection.

References