PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-52880 klever-io CVE debrief

A remotely triggerable denial of service vulnerability exists in Klever-Go versions from 1.7.14 through 1.7.17. The REST APIs are started with the Gin Engine.Run convenience method, which serves requests through Go's default HTTP server with no ReadHeaderTimeout, ReadTimeout, or MaxHeaderBytes configured. This allows incoming connections that never complete their request headers to be held open indefinitely, potentially exhausting server file descriptors and preventing the API from accepting new connections.

Vendor
klever-io
Product
klever-go
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-07
Original CVE updated
2026-09-09
Advisory published
2026-08-07
Advisory updated
2026-09-09

Who should care

Defenders responsible for Klever-Go deployments, especially those with REST listeners reachable beyond localhost, should assess exposure and prioritize upgrading to version 1.7.18.

Why it matters

Defenders should care about CVE-2026-52880 because it allows for a remotely triggerable denial of service in Klever-Go versions from 1.7.14 through 1.7.17, potentially impacting the availability of the REST API.

  • Denial of service attacks may occur if an attacker can open many slow-header connections.
  • Server file descriptors may be exhausted, preventing the API from accepting new connections.
  • Verification of exposure and remediation priority is necessary for affected deployments.

Technical summary

The Klever-Go implementation of the Klever blockchain protocol has a remotely triggerable denial of service vulnerability in versions from 1.7.14 through 1.7.17. The REST APIs are started with the Gin Engine.Run convenience method, which serves requests through Go's default HTTP server with no ReadHeaderTimeout, ReadTimeout, or MaxHeaderBytes configured. This allows incoming connections that never complete their request headers to be held open indefinitely, potentially exhausting server file descriptors and preventing the API from accepting new connections.

Defensive priority

Defenders should prioritize verifying exposure of Klever-Go deployments, especially those with REST listeners reachable beyond localhost, and upgrading to version 1.7.18.

Recommended defensive actions

  • Verify exposure of Klever-Go deployments, especially those with REST listeners reachable beyond localhost.
  • Upgrade to version 1.7.18.
  • Monitor for potential denial of service attacks.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The vulnerability is described in the CVE record and NVD vulnerability detail page. The issue is fixed in version 1.7.18. Evidence limits are based on CVE and NVD details. Defenders should verify exposure of Klever-Go deployments, especially those with REST listeners reachable beyond localhost, and review compensating controls while remediation is scheduled.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-52880 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-52880

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-52880 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-52880

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.