CVE-2026-62370

6.5

KubeEdge · KubeEdge

A memory allocation vulnerability in KubeEdge allows an authenticated edge peer to cause denial of service via memory exhaustion by sending crafted headers with excessive payload lengths.

Executive summary

An authenticated attacker can trigger a denial of service condition in KubeEdge by exploiting improper memory allocation, potentially disrupting cloud-edge communication.

Vulnerability

The vulnerability exists in the Reader.Read function within the viaduct message-processing path, where the system trusts a 32-bit payload length header without proper bounds validation. This allows an authenticated malicious edge peer to force the allocation of excessive memory, leading to process termination or restart loops.

Business impact

Successful exploitation of this vulnerability results in a denial of service for the CloudHub component, which serves as the central communication gateway between the cloud and edge devices. This disruption can halt critical containerized application orchestration, leading to operational downtime for edge-based infrastructure. While the CVSS score of 6.5 reflects a medium severity, the impact on availability in production environments makes this a significant risk for distributed systems.

Remediation

Immediate Action: Upgrade KubeEdge to version 1.21.2, 1.22.2, 1.23.1, or later to implement proper input validation on the payload length header.

Proactive Monitoring: Monitor CloudHub process logs and system memory metrics for sudden spikes or frequent restart loops that may indicate exploitation attempts.

Compensating Controls: Ensure that access to the edge peer interface is restricted to authorized entities only, as this vulnerability requires an authenticated connection to trigger.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Organizations utilizing KubeEdge must prioritize upgrading to the patched versions provided by the vendor. Given that this vulnerability allows for the disruption of cloud-edge communication, applying the update is the only effective way to prevent potential denial of service attacks against critical orchestration infrastructure.

More KubeEdge CVEs

History

  1. Analyst report written

Sources