Cyber Resilience

CVE-2025-14689

Ibm Db2 12.1.0 – 12.1.3

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

Summary

CVE-2025-14689 is a medium-severity Improper Validation of Specified Quantity in Input (CWE-1284) vulnerability in Ibm Db2. Its CVSS base score is 6.5 (Medium).

Operationally, ranked at the 15th 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 SC-5 (Denial-of-service Protection) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

IBM Db2 for Linux, UNIX and Windows (includes Db2 Connect Server) 12.1.0 through 12.1.3 could allow an authenticated user to cause a denial of service due to improper neutralization of special elements in data query logic with federated objects.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-1352Same product: Ibm Db2
CVE-2025-13867Same product: Ibm Db2
CVE-2025-36428Same product: Ibm Db2
CVE-2025-36009Same product: Ibm Db2
CVE-2025-36423Same product: Ibm Db2
CVE-2025-36427Same product: Ibm Db2
CVE-2025-36424Same product: Ibm Db2
CVE-2025-14688Same product: Ibm Db2
CVE-2025-36407Same product: Ibm Db2
CVE-2026-1577Same product: Ibm Db2

Affected Assets

ibm
db2
12.1.0 — 12.1.3 · 12.1.0 — 12.1.3 · 12.1.0 — 12.1.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SC-5 Denial-of-service Protection
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V6.7.2
  • V1.4.2
  • V2.1.1
  • V2.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly counters the root cause of improper neutralization of special elements in query logic by enforcing validation of all inputs to federated objects before processing.

prevent

Provides explicit denial-of-service protection mechanisms that can throttle or reject malformed federated queries before they exhaust Db2 resources.

prevent

Limits the actions an authenticated user can perform on federated objects, reducing the attack surface available to trigger the query-logic flaw.

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 directly require proper quantity/length validation in input handling.

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.

detects

Security testing in development can detect missing quantity validation but does not itself implement the control.

prevents

Secure development lifecycle mandates input validation for quantity fields, directly preventing CWE-1284.

prevents

Application security requirements explicitly call for validation of size/length inputs, mitigating CWE-1284.

prevents

Secure architecture principles encourage robust input handling but do not specifically address quantity validation.

prevents

Secure coding standards require explicit checks on numeric quantity inputs, fully addressing CWE-1284.

References