CVE-2026-62182
Received
Received - Intake
Command Injection in KubeEdge
Vulnerability report for CVE-2026-62182, 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.21.0 until 1.21.2, 1.22.2, and 1.23.1, ConfigUpdateJob processing in edge/pkg/taskmanager/actions/configupdatejob.go concatenates authenticated user-controlled updateFields values into the keadm config-update command and executes it through a system shell. A user with permission to create or modify ConfigUpdateJob resources can include shell metacharacters in the complete --set value and cause arbitrary commands to execute on an enrolled target edge node with the privileges of the KubeEdge process handling the job. 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.21.0 (inc) to 1.21.2 (inc) |
| kubeedge | kubeedge | 1.22.2 |
| kubeedge | kubeedge | 1.23.1 |
| kubeedge | kubeedge | 1.21.0 |
| kubeedge | kubeedge | 1.21.2 |
| kubeedge | kubeedge | 1.22.0 |
| kubeedge | kubeedge | 1.23.0 |
| kubeedge | kubeedge | From 1.21.0 (inc) to 1.21.3 (exc) |
| kubeedge | kubeedge | From 1.22.0 (inc) to 1.22.3 (exc) |
| kubeedge | kubeedge | From 1.23.0 (inc) to 1.23.2 (exc) |
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. |