GHSA-m3c6-2p7h-cfr3

Suggest an improvement
Source
https://github.com/advisories/GHSA-m3c6-2p7h-cfr3
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-m3c6-2p7h-cfr3/GHSA-m3c6-2p7h-cfr3.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-m3c6-2p7h-cfr3
Aliases
Published
2026-09-22T20:36:44Z
Modified
2026-09-22T21:00:09Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
KubeEdge: ConfigUpdateJob updateFields enables remote shell injection and code execution on edge nodes
Details

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, Sejong University) for responsibly reporting this issue and for coordinating with the KubeEdge maintainers through the security disclosure process.

Database specific
{
    "cwe_ids":  [
        "CWE-78"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-09-22T20:36:44Z",
    "nvd_published_at":  "2026-09-21T18:17:09Z",
    "severity":  "HIGH"
}
References

Affected packages

Go / github.com/kubeedge/kubeedge

Package

Name
github.com/kubeedge/kubeedge
View open source insights on deps.dev
Purl
pkg:golang/github.com/kubeedge/kubeedge

Affected ranges

Type
SEMVER
Events
Introduced
1.21.0
Fixed
1.21.2

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-m3c6-2p7h-cfr3/GHSA-m3c6-2p7h-cfr3.json"

Go / github.com/kubeedge/kubeedge

Package

Name
github.com/kubeedge/kubeedge
View open source insights on deps.dev
Purl
pkg:golang/github.com/kubeedge/kubeedge

Affected ranges

Type
SEMVER
Events
Introduced
1.22.0
Fixed
1.22.2

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-m3c6-2p7h-cfr3/GHSA-m3c6-2p7h-cfr3.json"

Go / github.com/kubeedge/kubeedge

Package

Name
github.com/kubeedge/kubeedge
View open source insights on deps.dev
Purl
pkg:golang/github.com/kubeedge/kubeedge

Affected ranges

Type
SEMVER
Events
Introduced
1.23.0
Fixed
1.23.1

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-m3c6-2p7h-cfr3/GHSA-m3c6-2p7h-cfr3.json"