CVE-2026-46618

Fission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. Prior to version 1.23.0, before the round-1 security sweep, pkg/builder/builder.go passed Environment.spec.builder.command directly into exec.Command(...) after a strings.Fields split, with no validation of the executable path or its arguments. A user who could create or update Environment CRDs in a namespace observed by the buildermgr could thereby point the builder pod at any executable inside the builder image (e.g. /bin/sh -c '...') and execute arbitrary code in the builder pod context. This issue has been patched in version 1.23.0.
CVSS

No CVSS.

Configurations

No configuration.

History

10 Jun 2026, 18:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-10 18:17

Updated : 2026-06-10 19:37


NVD link : CVE-2026-46618

Mitre link : CVE-2026-46618

CVE.ORG link : CVE-2026-46618


JSON object : View

Products Affected

No product.

CWE
CWE-78

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

CWE-250

Execution with Unnecessary Privileges

CWE-269

Improper Privilege Management