CVE-2026-50564

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.
Configurations

No configuration.

History

10 Jun 2026, 18:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-10 18:17

Updated : 2026-06-10 19:37


NVD link : CVE-2026-50564

Mitre link : CVE-2026-50564

CVE.ORG link : CVE-2026-50564


JSON object : View

Products Affected

No product.

CWE
CWE-269

Improper Privilege Management

CWE-284

Improper Access Control

CWE-693

Protection Mechanism Failure