CVE-2026-49824

Fission · Fission

Fission contains a namespace validation flaw in its admission webhook, allowing users to bypass security boundaries when deploying functions.

Executive summary

An improper namespace validation vulnerability in the Fission serverless framework could lead to unauthorized access to sensitive Kubernetes resources.

Vulnerability

The Fission Function admission webhook fails to validate the spec.environment.namespace field. This allows users to reference resources across different namespaces, effectively bypassing the intended security isolation of the Kubernetes-native environment.

Business impact

The CVSS score of 8.5 indicates a high-severity risk. Exploitation allows an attacker to access configuration maps or secrets from namespaces they should not have visibility into, potentially leading to the compromise of credentials or sensitive data used by other serverless functions.

Remediation

Immediate Action: Upgrade the Fission framework to version 1.24.0 or later to ensure correct namespace validation in the admission webhook.

Proactive Monitoring: Monitor Kubernetes logs and audit trails for unauthorized attempts to access cross-namespace resources or anomalous function deployment patterns.

Compensating Controls: Implement strict Kubernetes RBAC policies and NetworkPolicies to limit the blast radius of potential cross-namespace access.

Exploitation status

Public Exploit Available: false

Analyst recommendation

This vulnerability undermines the multi-tenancy security model of Kubernetes-based serverless environments. Users of Fission should prioritize the upgrade to version 1.24.0 to restore proper security boundaries and prevent unauthorized access to sensitive application secrets.