CVE-2026-62371
Received
Received - Intake
Command Injection in KubeEdge
Vulnerability report for CVE-2026-62371, 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.12.0 until 1.21.2, 1.22.2, and 1.23.1, the v1alpha2 NodeUpgradeJob handler in edge/pkg/taskmanager/actions/nodeupgradejob.go concatenates authenticated user-controlled spec.version and spec.image values into the keadm upgrade edge shell command. A user with permission to create or update NodeUpgradeJob resources can supply shell metacharacters in either field, causing arbitrary commands to execute on targeted edge nodes with the privileges of the upgrade process and compromising node confidentiality, integrity, and availability. 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 | kubeedge | From 1.12.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 | From 1.12.0 (inc) to 1.21.2 (inc) |
| kubeedge | kubeedge | 1.21.2 |
| kubeedge | kubeedge | 1.22.2 |
| kubeedge | kubeedge | 1.23.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |