CVE-2026-50570
Description
Fission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. Prior to version 1.25.0, Fission added PodSpec safety validation for tenant-facing Environment and Function CRDs (ValidatePodSpecSafety / ValidateContainerSafety admission webhook + sanitizeContainerSecurityContext executor merge layer), but the capability check was implemented as a fixed denylist of six Linux capabilities (SYS_ADMIN, NET_ADMIN, SYS_PTRACE, SYS_MODULE, DAC_READ_SEARCH, DAC_OVERRIDE). The denylist omitted CAP_SYS_TIME, among others. As a result, a tenant who could create a Function or Environment CRD could request securityContext.capabilities.add: ["SYS_TIME"], pass Fission's admission validation and merge-layer sanitization, and run attacker-controlled code with CAP_SYS_TIME in the resulting function or runtime container. This issue has been patched in version 1.25.0.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/fission/fissionGo | < 1.25.0 | 1.25.0 |
Affected products
2Patches
Vulnerability mechanics
References
6- github.com/advisories/GHSA-qf5v-m7p4-95rpghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-50570ghsaADVISORY
- github.com/fission/fission/commit/2569b42bfadbcb7d78b55a00a60f77937e522699ghsaWEB
- github.com/fission/fission/pull/3465nvdWEB
- github.com/fission/fission/releases/tag/v1.25.0nvdWEB
- github.com/fission/fission/security/advisories/GHSA-qf5v-m7p4-95rpnvdWEB
News mentions
1- Fission Kubernetes Serverless Framework: 17 Vulnerabilities Disclosed TogetherVypr Intelligence · Jun 10, 2026