Description
KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. From 1.0.0 until 1.21.2, 1.22.2, and 1.23.1, Reader.Read in pkg/viaduct/pkg/packer trusts the 32-bit PackageHeader.PayloadLen received through the CloudHub viaduct message-processing path and allocates that amount of memory before validating an upper bound. An authenticated malicious or compromised edge peer can repeatedly send crafted headers with excessive declared lengths, causing memory exhaustion, CloudHub process termination or restart loops, and temporary disruption of cloud-edge communication. This issue does not provide unauthenticated access or direct code execution. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1.
Published: 2026-09-21
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

The vulnerability arises in a function that parses viaduct messages and allocates memory solely based on a 32‑bit length field supplied in the message header. Because the length is not bounded before allocation, a maliciously crafted header can cause the CloudHub process to consume excessive memory, terminate, or enter a restart loop, effectively disabling communication between the cloud and edge devices. The flaw does not allow unauthenticated access or arbitrary code execution; it only permits a DoS when the attacker controls a credentialed edge peer that can send such messages.

Affected Systems

KubeEdge, the open‑source edge computing platform, is affected in the releases from version 1.0.0 through 1.21.2, as well as the individual releases 1.22.2 and 1.23.1. Those builds trust the payload length field without validating an upper bound.

Risk and Exploitability

The CVSS score of 6.5 ranks the issue as moderately severe. No EPSS value is available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires that an attacker be authenticated to an edge peer that can send CloudHub viaduct messages, after which the attacker can repeatedly send oversized headers to exhaust memory and cause the CloudHub process to crash or restart. The impact is limited to denial of service for affected CloudHub instances, and the likelihood of exploitation depends on the attacker’s ability to compromise or control an edge peer.

Generated by OpenCVE AI on September 21, 2026 at 18:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade KubeEdge to at least version 1.21.2, 1.22.2, or 1.23.1 where the allocation check has been added.
  • If an immediate upgrade is not possible, enforce strict validation on the viaduct message size or block messages with excessively large payload lengths from untrusted peers.
  • Monitor CloudHub process health and memory usage and configure alerts for abnormal restarts or high memory consumption to detect potential DoS attempts.

Generated by OpenCVE AI on September 21, 2026 at 18:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Kubeedge
Kubeedge kubeedge
Vendors & Products Kubeedge
Kubeedge kubeedge

Mon, 21 Sep 2026 17:15:00 +0000

Type Values Removed Values Added
Description KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. From 1.0.0 until 1.21.2, 1.22.2, and 1.23.1, Reader.Read in pkg/viaduct/pkg/packer trusts the 32-bit PackageHeader.PayloadLen received through the CloudHub viaduct message-processing path and allocates that amount of memory before validating an upper bound. An authenticated malicious or compromised edge peer can repeatedly send crafted headers with excessive declared lengths, causing memory exhaustion, CloudHub process termination or restart loops, and temporary disruption of cloud-edge communication. This issue does not provide unauthenticated access or direct code execution. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1.
Title KubeEdge: Unbounded allocation in viaduct packer enables authenticated remote DoS against CloudHub
Weaknesses CWE-789
References
Metrics cvssV3_1

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


Subscriptions

Kubeedge Kubeedge
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-21T17:07:31.398Z

Reserved: 2026-07-13T22:04:59.678Z

Link: CVE-2026-62370

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T17:17:36.957

Modified: 2026-09-21T17:17:36.957

Link: CVE-2026-62370

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T18:30:17Z

Weaknesses
  • CWE-789

    Memory Allocation with Excessive Size Value