Cyber Resilience

CVE-2025-3320

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-3320 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-3320 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, which allows a remote attacker to overflow a buffer. Published on 2025-08-06, 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) and is classified under CWE-122 (Heap-based Buffer Overflow).

A remote attacker can exploit this vulnerability without privileges or user interaction, though it requires high attack complexity. Successful exploitation enables arbitrary code execution on the system or causes the server to crash, resulting in high impacts to confidentiality, integrity, and availability.

IBM provides details on the vulnerability, including mitigation and patch information, in its advisory at https://www.ibm.com/support/pages/node/7241472. Security practitioners should consult this resource for remediation guidance specific to affected deployments.

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?

Heap buffer overflow enables remote arbitrary code execution against a network-accessible IBM Tivoli Monitoring server, directly mapping to exploitation of a public-facing application for initial access.

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

CVEs Like This One

CVE-2025-3354Same 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

Directly requires timely remediation of known software flaws like the heap-based buffer overflow via vendor patches provided by IBM.

prevent

Enforces proper bounds checking and input validation to prevent heap-based buffer overflows from improper input handling.

prevent

Provides memory protection mechanisms such as ASLR and DEP that directly mitigate exploitation of heap-based buffer overflows leading to arbitrary code execution.

References