Description
Klever-Go is the Go implementation of the Klever blockchain protocol. Versions from 1.7.14 through 1.7.17 are vulnerable to a remotely triggerable denial of service. Both 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. As a result, incoming connections that never complete their request headers are held open indefinitely. When a REST listener is reachable beyond localhost through the documented all-interface bind or a Docker port-publish deployment, a single unauthenticated client can open many slow-header connections and hold them open until server file descriptors are exhausted, preventing the API from accepting new connections. This renders the REST API unavailable to legitimate clients. This issue is fixed in version 1.7.18.
Published: 2026-08-07
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Klever‑Go's REST APIs are started with Gin Engine.Run, which does not configure a header read timeout or maximum header size. This allows an unauthenticated remote client to open many connections that send incomplete headers and remain open indefinitely. The server keeps each connection on a file descriptor until the request completes or times out, so an attacker can exhaust all available descriptors and make the API refuse new connections, effectively denying service to legitimate users. This vulnerability is a classic example of uncontrolled resource consumption (CWE‑400) and can also lead to memory exhaustion (CWE‑770).

Affected Systems

The affected product is Klever‑Go, the Go implementation of the Klever blockchain protocol. Versions 1.7.14 through 1.7.17 are vulnerable. The vulnerability was fixed in release 1.7.18. Any deployment that exposes the REST endpoint on a non‑localhost interface or publishes the port via Docker is susceptible. Systems running the vulnerable versions on any operating system platform are affected.

Risk and Exploitability

The CVSS score for this issue is 7.5, indicating a high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is remote network, leveraging the REST API's lack of timeout configuration. An unauthenticated client can open thousands of slow‑header connections in a short period, exhausting file descriptors and causing a denial of service. Because the exploit requires only network access to the REST port, it can be performed from outside the network if the port is exposed.

Generated by OpenCVE AI on August 8, 2026 at 00:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Klever-Go to v1.7.18 or later
  • If an immediate upgrade is not feasible, restrict REST API exposure by binding only to localhost or applying firewall rules to block remote access
  • Monitor connection usage and enforce limits on open connections to prevent file descriptor exhaustion

Generated by OpenCVE AI on August 8, 2026 at 00:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-w4c6-7r69-w7j9 klever-go: REST API slow-header connection exhaustion via Gin Engine.Run
History

Sat, 08 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
First Time appeared Klever-io
Klever-io klever-go
Vendors & Products Klever-io
Klever-io klever-go

Fri, 07 Aug 2026 23:00:00 +0000

Type Values Removed Values Added
Description Klever-Go is the Go implementation of the Klever blockchain protocol. Versions from 1.7.14 through 1.7.17 are vulnerable to a remotely triggerable denial of service. Both 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. As a result, incoming connections that never complete their request headers are held open indefinitely. When a REST listener is reachable beyond localhost through the documented all-interface bind or a Docker port-publish deployment, a single unauthenticated client can open many slow-header connections and hold them open until server file descriptors are exhausted, preventing the API from accepting new connections. This renders the REST API unavailable to legitimate clients. This issue is fixed in version 1.7.18.
Title Klever-Go: REST API slow-header connection exhaustion via Gin Engine.Run
Weaknesses CWE-400
CWE-770
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Klever-io Klever-go
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-07T22:53:41.291Z

Reserved: 2026-06-08T21:44:27.364Z

Link: CVE-2026-52880

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T00:30:17Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling