Cyber Resilience

CVE-2025-13108

Ibm Db2 Merge Backup 12.1.0.0

Published
17 February 2026
Modified
26 February 2026
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0018 8th percentile
Risk Priority 41 floored blend · peak EPSS

Summary

CVE-2025-13108 is a medium-severity Sensitive Information in Resource Not Removed Before Reuse (CWE-226) vulnerability in Ibm Db2 Merge Backup. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique OS Credential Dumping (T1003); 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 MP-6 (Media Sanitization) and SC-4 (Information in Shared System Resources) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-13108 affects IBM DB2 Merge Backup for Linux, UNIX, and Windows version 12.1.0.0. The vulnerability arises because a buffer does not properly clear resources, potentially allowing an attacker to access sensitive information stored in memory. It is classified under CWE-226 (Sensitive Information in Resource Not Removed Before Reuse) and has a CVSS v3.1 base score of 5.5 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N), indicating medium severity with high confidentiality impact but no integrity or availability effects.

A local attacker with low privileges can exploit this issue with low complexity and no user interaction required. Successful exploitation enables the reading of sensitive data from memory that should have been cleared, potentially exposing confidential information such as credentials, keys, or other runtime data without altering system integrity or availability.

IBM's security advisory at https://www.ibm.com/support/pages/node/7260043 provides details on mitigation, including available patches for the affected DB2 Merge Backup component. Security practitioners should review the advisory for fix packs and apply them promptly to remediate the buffer clearing deficiency.

EU & UK References

Vulnerability Data

IBM DB2 Merge Backup for Linux, UNIX and Windows 12.1.0.0 could allow an attacker to access sensitive information in memory due to the buffer not properly clearing resources.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1552.002 Credentials in Registry Credential Access
Adversaries may search the Registry on compromised systems for insecurely stored credentials.
T1552.004 Private Keys Credential Access
Adversaries may search for private key certificate files on compromised systems for insecurely stored credentials.
T1003.001 LSASS Memory Credential Access
Adversaries may attempt to access credential material stored in the process memory of the Local Security Authority Subsystem Service (LSASS).
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-33124Same product: Ibm Db2 Merge Backup
CVE-2025-33130Same product: Ibm Db2 Merge Backup
CVE-2024-49800Same vendor: Ibm
CVE-2024-39732Same vendor: Ibm
CVE-2025-33198Shared CWE-226
CVE-2025-1499Same vendor: Ibm
CVE-2019-25560Shared CWE-226
CVE-2025-14858Shared CWE-226
CVE-2026-32960Shared CWE-226
CVE-2025-33196Shared CWE-226

Affected Assets

ibm
db2 merge backup
12.1.0.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 4 hardening rules · 4 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V14.2.8
  • V14.3.1

Mitigating Controls (NIST 800-53 r5) AI

MP-6 requires sanitization of media before release for reuse, directly stopping sensitive data from remaining in resources made available to others.

SC-4 requires preventing unintended information transfer through shared system resources such as memory, which is achieved by clearing data before reuse.

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.DS-10 full match
prevents

Explicit example calls for removing confidential data (e.g., from process memory) after use, directly preventing reuse of uncleared resources.

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.

degrades

Explicitly requires secure deletion of information before resources are reused or disposed.

prevents

Mandates secure disposal or re-use of equipment, covering media sanitization but not in-memory reuse.

finds

Security testing can detect failures to sanitize resources before reuse.

prevents

Secure SDLC includes requirements for clearing sensitive data during resource lifecycle transitions.

prevents

Secure coding practices can prevent leaving sensitive data in memory or files before reuse.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (1 rule)
  • V-248579 OL 8 must restrict access to the kernel message buffer. prevents CWE-226
Oracle Linux 9 (1 rule)
  • V-271745 OL 9 must restrict access to the kernel message buffer. prevents CWE-226
RHEL 8 (1 rule)
  • V-230269 RHEL 8 must restrict access to the kernel message buffer. prevents CWE-226
RHEL 9 (1 rule)
  • V-257797 RHEL 9 must restrict access to the kernel message buffer. prevents CWE-226

References