CVE-2026-50564 PUBLISHED

Fission Environment CRD podspec passthrough enables hostPID/hostNetwork/privileged pods, node escape

Assigner: GitHub_M
Reserved: 04.06.2026 Published: 10.06.2026 Updated: 10.06.2026

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, Fission's Environment CRD exposes spec.runtime.podSpec and spec.builder.podSpec, which are merged into the Kubernetes pod specs for runtime and builder pods. The merge logic propagated hostNetwork, hostPID, hostIPC, container privileged, and serviceAccountName from the user-supplied podspec with no filtering, and Environment.Validate performed no security-relevant checks on these fields. This issue has been patched in version 1.24.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
CVSS Score: 9.9

Product Status

Vendor fission
Product fission
Versions
  • Version < 1.24.0 is affected

References

Problem Types

  • CWE-269: Improper Privilege Management CWE
  • CWE-284: Improper Access Control CWE
  • CWE-693: Protection Mechanism Failure CWE