GHSA-5jpj-293f-rhvj

Suggest an improvement
Source
https://github.com/advisories/GHSA-5jpj-293f-rhvj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-5jpj-293f-rhvj/GHSA-5jpj-293f-rhvj.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-5jpj-293f-rhvj
Aliases
Published
2026-09-22T20:37:04Z
Modified
2026-09-22T21:00:06Z
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: Command Injection in NodeUpgradeJob - RCE on edge nodes via v1alpha2 API
Details

Impact

The KubeEdge NodeUpgradeJob handler constructed the keadm upgrade edge command by concatenating the user-controlled spec.version and spec.image fields into a shell command.

An authenticated user with permission to create or update NodeUpgradeJob resources through the v1alpha2 API could include shell metacharacters in either field. When the upgrade job was processed, the injected command could be executed on the targeted edge node with the privileges available to the upgrade process.

Successful exploitation could result in arbitrary command execution and compromise the confidentiality, integrity, and availability of the affected edge node.

Patches

The fix removes shell-based command construction and invokes keadm using a structured argument list through exec.Command.

The version and image values are passed as separate literal arguments and are no longer interpreted by a command shell.

The fixed versions:

  • KubeEdge v1.23.1
  • KubeEdge v1.22.2
  • KubeEdge v1.21.2

Workarounds

Until a patched version is available:

  • restrict permission to create or update NodeUpgradeJob resources to trusted administrators;
  • do not allow untrusted users or tenants to control the spec.version or spec.image fields;
  • avoid using NodeUpgradeJob-based edge upgrades in environments where these fields may be influenced by untrusted users.

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:37:04Z",
    "nvd_published_at":  "2026-09-21T17:17:37Z",
    "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.12.0
Fixed
1.21.2

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-5jpj-293f-rhvj/GHSA-5jpj-293f-rhvj.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-5jpj-293f-rhvj/GHSA-5jpj-293f-rhvj.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-5jpj-293f-rhvj/GHSA-5jpj-293f-rhvj.json"