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.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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/fission/fission/pull/3465
- https://github.com/fission/fission/releases/tag/v1.25.0
- https://github.com/fission/fission/security/advisories/GHSA-qf5v-m7p4-95rp
FAQ
What is CVE-2026-50570?
CVE-2026-50570 is a vulnerability with a CVSS score of 8.5 (HIGH). 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 vali...
How severe is CVE-2026-50570?
CVE-2026-50570 has been rated HIGH with a CVSS base score of 8.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-50570?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.