CVE-2026-6051

Summary

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to a denial of service when executing a specially crafted query with a small statement heap.

Affected Software

VendorProductVersion RangeStatus
IBMDb211.5.0 <= 11.5.9affected
IBMDb212.1.0 <= 12.1.4affected

Weaknesses

  • CWE-400: CWE-400 Uncontrolled Resource Consumption

Workarounds

  1. Increase statement heap by setting larger STMTHEAP.

or

  1. Reduce optimization level to 0. The user can append a optimizer guideline to the query:

<query>

/* <OPTGUIDELINES>

  <QRYOPT VALUE='0'/>

</OPTGUIDELINES> */

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

References