GHSA-m3c6-2p7h-cfr3
KubeEdge: ConfigUpdateJob updateFields enables remote shell injection and code execution on edge nodes
Quick fix
GHSA-m3c6-2p7h-cfr3 — github.com/kubeedge/kubeedge: upgrade to the fixed version with the command below.
go get github.com/kubeedge/kubeedge@v1.21.2Details
## Description
KubeEdge ConfigUpdateJob processing was vulnerable to command injection on edge nodes.
The `updateFields` values from a ConfigUpdateJob were concatenated into a command string and executed through a system shell. An authenticated user with sufficient permissions to create or update ConfigUpdateJob resources could include shell metacharacters in the supplied configuration fields and cause unintended commands to be executed on targeted edge nodes.
## Impact
Successful exploitation could allow an authenticated attacker to execute arbitrary commands on affected edge nodes with the privileges of the KubeEdge process handling the ConfigUpdateJob.
The attacker must already have permission to create or modify ConfigUpdateJob resources and target an enrolled edge node.
## Patches
The fix removes shell-based command construction and invokes `keadm config-update` using structured command arguments.
The complete `--set` value is passed as a single literal argument, preventing shell metacharacters from being interpreted as commands.
Fixes are planned for the following maintained releases:
* v1.23.1 * v1.22.2 * v1.21.2
## Workarounds
Until a patched release is available:
* restrict RBAC permissions for creating or modifying ConfigUpdateJob resources; * allow only trusted administrators to submit configuration update jobs; * avoid using ConfigUpdateJob in environments where its input cannot be fully trusted; * monitor ConfigUpdateJob resources and edge-node process activity for unexpected commands or changes.
## Credits
KubeEdge thanks Sang-Hoon Choi ([KoreaSecurity](https://github.com/KoreaSecurity), Sejong University) for responsibly reporting this issue and for coordinating with the KubeEdge maintainers through the security disclosure process.
Are you affected?
Enter the version of the package you're using.
Affected packages
1.21.0Fixed in: 1.21.2go get github.com/kubeedge/kubeedge@v1.21.21.22.0Fixed in: 1.22.2go get github.com/kubeedge/kubeedge@v1.22.21.23.0Fixed in: 1.23.1go get github.com/kubeedge/kubeedge@v1.23.1References
- https://github.com/kubeedge/kubeedge/security/advisories/GHSA-m3c6-2p7h-cfr3[WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-62182[ADVISORY]
- https://github.com/kubeedge/kubeedge/pull/7028[WEB]
- https://github.com/kubeedge/kubeedge/pull/7029[WEB]
- https://github.com/kubeedge/kubeedge/pull/7030[WEB]
- https://github.com/kubeedge/kubeedge/commit/14f65fc6207787f266cbcb0dceac7f09a81bab2b[WEB]
- https://github.com/kubeedge/kubeedge/commit/6309a335c8e5e3c154b6bb0a09292f5c7dc598dc[WEB]
- https://github.com/kubeedge/kubeedge/commit/ee78415a36911c1a93e59a921c23b8e4ecd83e90[WEB]
- https://github.com/kubeedge/kubeedge[PACKAGE]
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.21.md[WEB]
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.22.md[WEB]
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.23.md[WEB]
- https://github.com/kubeedge/kubeedge/releases/tag/v1.21.2[WEB]
- https://github.com/kubeedge/kubeedge/releases/tag/v1.22.2[WEB]
- https://github.com/kubeedge/kubeedge/releases/tag/v1.23.1[WEB]