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 (SYSADMIN, NETADMIN, SYSPTRACE, SYSMODULE, DACREADSEARCH, DACOVERRIDE). The denylist omitted CAPSYSTIME, among others. As a result, a tenant who could create a Function or Environment CRD could request securityContext.capabilities.add: ["SYSTIME"], pass Fission's admission validation and merge-layer sanitization, and run attacker-controlled code with CAPSYSTIME in the resulting function or runtime container. This issue has been patched in version 1.25.0.
{
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-269",
"CWE-732"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/50xxx/CVE-2026-50570.json"
}