Description
KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. From 1.16.0 until 1.21.2, 1.22.2, and 1.23.1, the DecompressTarGz function in keadm/cmd/keadm/app/cmd/util/common.go joins archive entry names to the extraction destination without sufficient validation. During keadm join or installation on Windows edge nodes, an archive influenced through a compromised, replaced, or untrusted download source can contain parent-directory components, Windows-style backslashes, absolute paths, or drive-prefixed paths that escape the intended directory. The affected keadm process can consequently write or overwrite files with its own privileges, potentially modifying configuration, executable, or service files and enabling persistent system modification or code execution. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1.
Published: 2026-09-21
Score: 8.1 High
EPSS: n/a
KEV: No
Impact: Arbitrary file write with potential code execution
Action: Apply Patch
AI Analysis

Impact

The vulnerability is a path traversal flaw in the DecompressTarGz function of keadm that concatenates archive entry names without proper validation on Windows edge nodes. This flaw permits an attacker who controls or influences the archive being extracted to write or overwrite files outside the intended extraction directory, such as configuration, executable, or service files. The resulting arbitrary file write can lead to persistent system modification or code execution, taking advantage of the permissions held by the keadm process.

Affected Systems

KubeEdge version 1.16.0 through 1.21.2, 1.22.2, and 1.23.1 on Windows edge nodes are vulnerable. The issue exists in the keadm component during node join or installation. Versions 1.21.2, 1.22.2, and 1.23.1, among others, contain the fix.

Risk and Exploitability

The flaw receives a CVSS score of 8.1, indicating a high severity. EPSS is not available, so the current exploitation probability cannot be quantified, and the vulnerability is not listed in CISA’s KEV catalog. The attack vector is inferred to be remote, occurring when an attacker supplies a malicious archive used by keadm during the join or install process, potentially by compromising the download source or by malware on the edge node. Successful exploitation would allow the attacker to write arbitrary files with keadm’s privileges, potentially enabling persistent code execution or system compromise.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade kubeedge to version 1.21.2 or later to apply the fix.
  • Ensure keadm runs with the least privileges necessary and restrict file system access to prevent unauthorized writes.
  • If an upgrade is not immediately possible, isolate the edge node from untrusted sources, monitor for unexpected file modifications, and avoid downloading edge node archives from unverified repositories.

Generated by OpenCVE AI on September 21, 2026 at 18:22 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:30: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.16.0 until 1.21.2, 1.22.2, and 1.23.1, the DecompressTarGz function in keadm/cmd/keadm/app/cmd/util/common.go joins archive entry names to the extraction destination without sufficient validation. During keadm join or installation on Windows edge nodes, an archive influenced through a compromised, replaced, or untrusted download source can contain parent-directory components, Windows-style backslashes, absolute paths, or drive-prefixed paths that escape the intended directory. The affected keadm process can consequently write or overwrite files with its own privileges, potentially modifying configuration, executable, or service files and enabling persistent system modification or code execution. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1.
Title KubeEdge: keadm DecompressTarGz path traversal enables arbitrary file write on Windows during edge node join
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

Kubeedge Kubeedge
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-21T17:10:57.979Z

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

Link: CVE-2026-62369

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T18:17:09.580

Modified: 2026-09-21T18:17:09.580

Link: CVE-2026-62369

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')