Cyber Resilience

CVE-2025-3354

High

Published: 06 August 2025

Published
06 August 2025
Modified
13 August 2025
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0074 73.3th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-3354 is a high-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Ibm Tivoli Monitoring. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 26.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2025-3354 is a heap-based buffer overflow vulnerability affecting IBM Tivoli Monitoring versions 6.3.0.7 through 6.3.0.7 Service Pack 20. The issue arises from improper bounds checking, as classified under CWE-122. It carries a CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to potential impacts on confidentiality, integrity, and availability.

A remote attacker with network access could exploit this vulnerability without privileges or user interaction, though it requires high attack complexity. Successful exploitation might enable arbitrary code execution on the affected system or result in a server crash, leading to denial of service.

The IBM security advisory at https://www.ibm.com/support/pages/node/7241472 provides details on mitigation and patching recommendations for this vulnerability.

EU & UK References

Vulnerability details

IBM Tivoli Monitoring 6.3.0.7 through 6.3.0.7 Service Pack 20 is vulnerable to a heap-based buffer overflow, caused by improper bounds checking. A remote attacker could overflow a buffer and execute arbitrary code on the system or cause the server to…

more

crash.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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?

Remote heap buffer overflow enabling arbitrary code execution or DoS on a public-facing monitoring service directly maps to exploitation of public-facing applications.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-3320Same product: Ibm Tivoli Monitoring
CVE-2025-3356Same product: Ibm Tivoli Monitoring
CVE-2026-8175Same vendor: Ibm
CVE-2023-49886Same vendor: Ibm
CVE-2024-39750Same vendor: Ibm
CVE-2026-9170Same vendor: Ibm
CVE-2026-7876Same vendor: Ibm
CVE-2024-22348Same vendor: Ibm
CVE-2024-41787Same vendor: Ibm
CVE-2025-36365Same vendor: Ibm

Affected Assets

ibm
tivoli monitoring
6.3.0.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-2 mandates timely identification, reporting, and correction of system flaws like the heap-based buffer overflow in CVE-2025-3354 through patching.

prevent

SI-10 requires validation of information inputs with proper bounds checking, directly addressing the improper bounds checking root cause of this vulnerability.

prevent

SI-16 enforces memory protection mechanisms that mitigate heap-based buffer overflow exploits by preventing unauthorized code execution or memory corruption.

References