Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-46617 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Fission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. Prior to version 1.23.0, Fission runtime pods were created with ServiceAccountName: fission-fetcher, and the fission-fetcher ServiceAccount was granted namespace-wide get on secrets and configmaps (it needs that to load function code, env vars, and config). The runtime pod's automounted token was reachable from inside the user's function container at /var/run/secrets/kubernetes.io/serviceaccount/token, so user-supplied function code inherited the same Kubernetes API privileges and could read any secret or configmap in the function's namespace — far beyond the Function.spec.secrets allowlist that the function specification suggests. This issue has been patched in version 1.23.0.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-250Execution with Unnecessary Privileges[email protected]
CWE-269Improper Privilege Management[email protected]
CWE-538Insertion of Sensitive Information into Externally-Accessible File or Directory[email protected]

Affected Products

ProductVersions
Fission
<= 1.22.0 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.23.0moderate efforthttps://github.com/fission/fission/releases/tag/v1.23.0
  • Mitigation:low effort

    Restrict who can create/update Function and Package CRDs in your cluster.

  • Mitigation:low effort

    Reduce the fission-fetcher ClusterRole/Role scope where possible.

  • Mitigation:low effort

    Add NetworkPolicy egress rules denying function pods access to the Kubernetes API server.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46617
NVD Published Date:
Jun 10, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]