Home

Description

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.

PUBLISHED Reserved 2026-05-15 | Published 2026-06-10 | Updated 2026-06-10 | Assigner GitHub_M




MEDIUM: 6.9CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Problem types

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

Product status

< 1.23.0
affected

References

github.com/...ission/security/advisories/GHSA-7pjr-qpvh-m339

github.com/fission/fission/pull/3364

github.com/fission/fission/releases/tag/v1.23.0

cve.org (CVE-2026-46618)

nvd.nist.gov (CVE-2026-46618)

Download JSON