CVE-2026-62357 PUBLISHED

DragonflyDB `CMS.INITBYDIM` integer overflow leads to a remote, attacker-controlled heap out-of-bounds write

Assigner: GitHub_M
Reserved: 13.07.2026 Published: 18.08.2026 Updated: 18.08.2026

Dragonfly is an in-memory data store built for modern application workloads. Prior to 1.40.0, CMS.INITBYDIM and CMS.INITBYPROB accept dimensions whose width times depth times sizeof(int64_t) overflows in src/core/cms.cc, allocating an undersized counter buffer while CMS.INCRBY and CMS.QUERY use the unbounded dimensions, which allows an unauthenticated remote client to corrupt or disclose adjacent heap memory and crash the server. This issue is fixed in version 1.40.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.8

Product Status

Vendor dragonflydb
Product dragonfly
Versions
  • Version < 1.40.0 is affected

References

Problem Types

  • CWE-190: Integer Overflow or Wraparound CWE