Cyber Resilience

CVE-2025-36185

Ibm Db2 12.1.0 – 12.1.2

Published
07 November 2025
Modified
18 November 2025
Patch / advisory
CVSS Score v3.1 6.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0012 3th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-36185 is a medium-severity Improper Neutralization of Special Elements in Data Query Logic (CWE-943) vulnerability in Ibm Db2. Its CVSS base score is 6.2 (Medium).

Operationally, ranked at the 3th 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 12.1.0 through 12.1.2 for Linux, UNIX and Windows (includes Db2 Connect Server) could allow a local user to cause a denial of service due to improper neutralization of special elements in data query logic.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-36353Same product: Ibm Db2
CVE-2025-36366Same product: Ibm Db2
CVE-2025-33114Same product: Ibm Db2
CVE-2025-36442Same product: Ibm Db2
CVE-2024-35136Same product: Ibm Db2
CVE-2024-31882Same product: Ibm Db2
CVE-2024-22360Same product: Ibm Db2
CVE-2024-45663Same product: Ibm Db2
CVE-2026-10109Same product: Ibm Db2
CVE-2026-7771Same product: Ibm Db2

Affected Assets

ibm
db2
12.1.0 — 12.1.2 · 12.1.0 — 12.1.2 · 12.1.0 — 12.1.2

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)
  • SC-5 Denial-of-service Protection
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and neutralization of special elements in query inputs, blocking the malformed data queries that trigger the DoS.

preventdetect

Mandates controls that protect against or limit denial-of-service effects caused by crafted local queries against Db2.

prevent

Restricts local user privileges so that even successful query-based DoS attempts have reduced system-wide impact.

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 parameterized queries and input neutralization to prevent query-logic injection.

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 catches injection vulnerabilities before release but does not itself implement the fix.

prevents

Secure development life cycle mandates input validation and query parameterization that directly prevent injection flaws.

prevents

Application security requirements explicitly call for controls against injection and improper query construction.

prevents

Secure architecture principles reduce the likelihood of query-logic flaws but do not prescribe the specific coding practice.

prevents

Secure coding standards require proper neutralization of special elements in all data queries.

prevents

Outsourced development agreements can require secure coding practices, indirectly mitigating the weakness.

References