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.
Published: 2026-09-21
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Apply Patch
AI Analysis

Impact

ConfigUpdateJob processing in KubeEdge concatenates user‑controlled updateFields values into a system shell command without sanitization, allowing an attacker who can create or modify these resources to inject arbitrary shell commands. The flaw permits execution of code with the privileges of the KubeEdge process on the target edge node, enabling full compromise of that node.

Affected Systems

The vulnerability affects KubeEdge version 1.21.0 through 1.21.2, 1.22.2, and 1.23.1. Edge nodes running these affected releases are at risk; later versions contain a fix and are not impacted.

Risk and Exploitability

The flaw has a CVSS score of 8.8 and is not listed in the CISA KEV catalog. No EPSS score is available. An attacker with permission to create or modify ConfigUpdateJob resources can exploit the unescaped shell invocation to execute commands, leading to remote code execution on the edge node. The attack surface is limited to authenticated users with resource‑level write permissions, making the exploitation probability contingent on the privilege model of the cluster.

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 patch release 1.21.2, 1.22.2, or 1.23.1 or later to remove the vulnerable command concatenation logic.
  • Restrict ConfigUpdateJob creation and modification permissions to trusted users only, applying least‑privilege RBAC rules.
  • Sanitize or escape any updateFields values before they are concatenated into shell commands, or modify the code to use a non‑shell execution path such as direct configuration API calls.

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:45: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.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.
Title KubeEdge: ConfigUpdateJob updateFields enables remote shell injection and code execution on edge nodes
Weaknesses CWE-78
References
Metrics cvssV3_1

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


Subscriptions

Kubeedge Kubeedge
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-21T17:37:45.702Z

Reserved: 2026-07-13T14:16:29.575Z

Link: CVE-2026-62182

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-62182

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')