Description
Fission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. Prior to version 1.24.0, a tenant with environments.fission.io create/update RBAC can run privileged / allowPrivilegeEscalation / dangerous-capability containers in the Fission function or builder namespace, scheduled under the executor's high-privilege service account — enabling container-sandbox escape, host filesystem and network access, and potential node- and cluster-level compromise. This issue has been patched in version 1.24.0.
Published: 2026-06-10
Score: 9.9 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Fission, a Kubernetes-native serverless framework, allowed a tenant with environments.fission.io create/update RBAC to specify privileged containers—including setting allowPrivilegeEscalation and dangerous capabilities—in functions or builders. The executor’s high‑privilege service account would then launch these containers, bypassing the typical container sandbox. The result is a container‑sandbox escape that can grant access to the node’s filesystem, network, and potentially the entire cluster, enabling a full compromise of the infrastructure.

Affected Systems

Any installation of Fission prior to version 1.24.0 that permits tenants to create or update environments. Attacks apply to the function and builder namespaces where privileged containers may be run; the issue is not limited to a single host or user.

Risk and Exploitability

The CVSS score of 9.9 marks this as a critical vulnerability. The EPSS score is not available, so the current likelihood of exploitation is unclear, but the severity of the impact is high. It is not listed in CISA KEV, indicating no public exploit has been documented yet. An attacker would likely need to orchestrate privileged container creation through the tenant’s RBAC permissions, a step that requires prior access or compromise of tenant privileges. Once achieved, the attacker can escape the sandbox and gain host‑level or cluster‑level control.

Generated by OpenCVE AI on June 10, 2026 at 19:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Fission to version 1.24.0 or newer
  • Reduce or remove the environments.fission.io create/update RBAC from tenants to disallow privileged containers or capability escalation
  • Enforce restrictive run‑time security policies such as setting allowPrivilegeEscalation to false, read‑only root filesystem, and limiting capabilities via PodSecurityPolicy or Kube‑PSA

Generated by OpenCVE AI on June 10, 2026 at 19:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-m63v-2g9w-2w6v Fission: Environment Runtime.Container and Builder.Container SecurityContext bypass allows privileged pod creation
History

Fri, 12 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 12 Jun 2026 06:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 11 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Fission
Fission fission
Vendors & Products Fission
Fission fission

Wed, 10 Jun 2026 18:15:00 +0000

Type Values Removed Values Added
Description Fission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. Prior to version 1.24.0, a tenant with environments.fission.io create/update RBAC can run privileged / allowPrivilegeEscalation / dangerous-capability containers in the Fission function or builder namespace, scheduled under the executor's high-privilege service account — enabling container-sandbox escape, host filesystem and network access, and potential node- and cluster-level compromise. This issue has been patched in version 1.24.0.
Title Fission: Environment Runtime.Container and Builder.Container SecurityContext bypass allows privileged pod creation
Weaknesses CWE-250
CWE-269
References
Metrics cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-12T12:44:18.213Z

Reserved: 2026-06-04T21:34:34.426Z

Link: CVE-2026-50566

cve-icon Vulnrichment

Updated: 2026-06-10T18:20:54.316Z

cve-icon NVD

Status : Deferred

Published: 2026-06-10T18:17:13.040

Modified: 2026-06-12T14:16:32.790

Link: CVE-2026-50566

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-11T10:41:14Z

Weaknesses
  • CWE-250

    Execution with Unnecessary Privileges

  • CWE-269

    Improper Privilege Management