CVE-2026-62369
Received
Received - Intake
Path Traversal in KubeEdge keadm
Vulnerability report for CVE-2026-62369, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-21
Last updated on: 2026-09-21
Assigner: GitHub, Inc.
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kubeedge | keadm | From 1.16.0 (inc) to 1.21.2 (inc) |
| kubeedge | keadm | 1.21.2 |
| kubeedge | keadm | 1.22.2 |
| kubeedge | keadm | 1.23.1 |
| kubeedge | kubeedge | From 1.16.0 (inc) to 1.21.2 (exc) |
| kubeedge | kubeedge | From 1.22.0 (inc) to 1.22.2 (exc) |
| kubeedge | kubeedge | From 1.23.0 (inc) to 1.23.1 (exc) |
| kubeedge | kubeedge | 1.21.2 |
| kubeedge | kubeedge | 1.22.2 |
| kubeedge | kubeedge | 1.23.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |