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, the Environment.spec.runtime.podSpec / spec.builder.podSpec passthrough lacked validation, and MergePodSpec propagated dangerous fields into the generated pods. This issue has been patched in version 1.24.0.
Published: 2026-06-10
Score: 9.9 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Fission’s Environment CRD allows developers to specify arbitrary pod specifications for runtime and builder images. In versions prior to 1.24.0 the SDK performed no validation on the Environment.spec.runtime.podSpec or spec.builder.podSpec fields, and the MergePodSpec process incorporated these fields into the actual Kubernetes pod spec. An attacker who can create or modify a Fission Environment can inject privileged container fields such as hostPath volumes, privileged container flags, or arbitrary init containers, enabling execution of code outside the intended function sandbox. The result is elevation of privileges on the node, full control of the underlying Kubernetes cluster, and complete takeover of the environment.

Affected Systems

The affected product is Fission, an open‑source serverless framework for Kubernetes. All releases older than version 1.24.0 are vulnerable. The patch was released with version 1.24.0 and subsequent releases; deploying that or newer versions eliminates the flaw.

Risk and Exploitability

The CVSS score of 9.9 denotes critical severity. The EPSS score is not reported, so there is no published probability, but the lack of input validation and the scope to cluster‑level privileges make it a high‑risk threat. The vulnerability is likely exploitable by constructing a malicious Environment CRD, which requires permissions to create or update such resources; this is a local or remote privilege escalation vector if an attacker can view or write CRDs. The issue is not listed in the CISA KEV catalog, but its critical score and node‑escape capability warrant immediate attention.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Fission to version 1.24.0 or later to apply the vendor patch that validates Environment spec fields
  • Restrict creation of Environment CRDs to trusted administrators and configure RBAC so that only authorized users can specify pod specifications
  • If an upgrade is not immediately possible, disable or remove any Environment resources that allow untrusted podSpec input, or isolate the Fission namespace to prevent privileged pod creation

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 10 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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, the Environment.spec.runtime.podSpec / spec.builder.podSpec passthrough lacked validation, and MergePodSpec propagated dangerous fields into the generated pods. This issue has been patched in version 1.24.0.
Title Fission Environment CRD PodSpec Injection Leading to Node Escape and Cluster Takeover
Weaknesses CWE-269
CWE-284
CWE-693
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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-10T19:31:07.073Z

Reserved: 2026-06-04T20:37:18.653Z

Link: CVE-2026-50545

cve-icon Vulnrichment

Updated: 2026-06-10T19:13:44.117Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-06-10T19:37:41.437

Link: CVE-2026-50545

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T19:45:39Z

Weaknesses