CWE-409Weakness · CWE-409

CVE-2026-44697

HIGH · 8.6 CVSS v3.1 Published 2026-05-29
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
95/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.17, a remote, unauthenticated denial-of-service vulnerability in Batch.Decompress (data/batch/batch.go) allows any peer that participates in a topic served by MultiDataInterceptor to allocate multi-gigabyte heaps on the receiving node from a sub-50 KiB gossip payload. A single packet is sufficient to OOM-kill a validator with conventional memory provisioning. Fleet-wide application affects chain liveness. This vulnerability is fixed in 1.7.17.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

A decompression bomb vulnerability in Klever-Go's Batch.Decompress allows remote, unauthenticated attackers to send a sub-50 KiB compressed payload that expands to multi-gigabyte sizes in memory upon decompression, causing immediate OOM (Out of Memory) crashes on receiving validator nodes.

MitigationUpgrade Klever-Go to version 1.7.17 or later which contains the fix. Consider network-level rate limiting on the MultiDataInterceptor topic as an interim defense.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Changed
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify if Klever-Go is running
    Check running processes for klever-go binary, or inspect node logs for Klever-Go startup messages
    Affected if Klever-Go node is running as a validator or full node
  2. Check installed Klever-Go version
    Run 'klever-go --version' or check node logs for version string at startup, then compare to 1.7.17
    Affected if Version is earlier than 1.7.17 (v1.7.0 through v1.7.16 are affected)
  3. Verify MultiDataInterceptor topic is enabled
    Inspect node configuration files (config.toml or similar) for MultiDataInterceptor or pubsub topic settings
    Affected if MultiDataInterceptor topic subscription is enabled in the node config
  4. Check for abnormal memory allocation patterns
    Monitor node memory usage; look for sudden multi-gigabyte heap allocation spikes in metrics or logs after receiving gossip
    Affected if Node exhibits unexplained OOM events or memory spikes correlating with gossip reception on MultiDataInterceptor

A node is affected if running Klever-Go version before 1.7.17 with MultiDataInterceptor enabled, and showing abnormal memory behavior under gossip load.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade Klever-Go to version 1.7.17 or later which contains the fix. Consider network-level rate limiting on the MultiDataInterceptor topic as an interim defense.

Recommended fix Moderate confidence

Klever-Go version 1.7.17 or later

  1. Identify the current Klever-Go version running in your environment (check via binary version flag or deployment configuration)
  2. Upgrade Klever-Go to version 1.7.17 or later
  3. Restart the affected node(s) to apply the new binary
  4. Verify the upgrade was successful by checking the running version
  5. Monitor node memory usage to confirm the DoS vulnerability is mitigated
Caveat Review Klever release notes between your current version and 1.7.17 for any breaking changes before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation1.0 h
  • Implementation2.0 h
  • Testing4.0 h
  • Review / QA1.0 h
8.0 hours of engineering $1,340
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,144.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-44697 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-44697 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data