CVE-2026-50564: Fission Environment CRD podspec passthrough enables hostPID/hostNetwork/privileged pods, node escape
Fission’s Environment CRD exposes spec.runtime.podSpec and spec.builder.podSpec, which are merged into the Kubernetes pod specs for runtime and builder pods. The merge logic propagated hostNetwork, hostPID, hostIPC, container
privileged, and serviceAccountName from the user-supplied podspec with no filtering, and Environment.Validate performed no security-relevant checks on these fields.
References
- github.com/advisories/GHSA-gx55-f84r-v3r7
- github.com/fission/fission/commit/e484df8460bb4e8026e24210120602aa7f181f64
- github.com/fission/fission/pull/3391
- github.com/fission/fission/releases/tag/v1.24.0
- github.com/fission/fission/security/advisories/GHSA-gx55-f84r-v3r7
- nvd.nist.gov/vuln/detail/CVE-2026-50564
Code Behaviors & Features
Detect and mitigate CVE-2026-50564 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →