Vulnerability 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.
Related Weaknesses (CWE)
References
- https://github.com/fission/fission/pull/3364
- https://github.com/fission/fission/releases/tag/v1.23.0
- https://github.com/fission/fission/security/advisories/GHSA-7pjr-qpvh-m339
FAQ
What is CVE-2026-46618?
CVE-2026-46618 is a documented vulnerability. 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...
How severe is CVE-2026-46618?
CVSS scoring is not yet available for CVE-2026-46618. Check NVD for updates.
Is there a patch for CVE-2026-46618?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.