→ Back to Home
Kubernetes

High-Severity Vulnerability Discovered in Fission Kubernetes Serverless Framework

A significant security vulnerability, CVE-2026-49824, has been disclosed, impacting Fission, a widely used open-source serverless framework designed for Kubernetes environments. This high-severity flaw, which carries a CVSS v3 base score of 8.5, affects all Fission versions preceding 1.24.0. The vulnerability stems from an insufficient validation mechanism within the Fission Function admission webhook, specifically concerning the `spec.environment.namespace` field. According to the advisory, the webhook was designed to ensure that `spec.secrets[].namespace` and `spec.configmaps[].namespace` matched the function's designated namespace. However, it critically overlooked performing an equivalent check for `spec.environment.namespace`. This oversight means that an attacker could potentially craft a malicious request to deploy or modify a function in a way that bypasses intended namespace isolation. By manipulating the `spec.environment.namespace` field, an unauthorized user might gain access to resources or execute code in a namespace they should not have permissions for, leading to privilege escalation or unauthorized data access within the Kubernetes cluster. The impact of such a vulnerability can be substantial, compromising the integrity and confidentiality of workloads running on Fission. Fission is a popular choice for developers looking to deploy functions and applications on Kubernetes with ease, making this vulnerability particularly concerning for its user base. The issue has been officially patched in Fission version 1.24.0. Therefore, all organizations utilizing Fission are urged to prioritize upgrading their installations to the latest secure version to mitigate the risk posed by CVE-2026-49824. Implementing this update is crucial for maintaining the security posture of Kubernetes environments leveraging Fission for serverless deployments.
#security#vulnerability#serverless#fission#kubernetes
Read original source