๐Ÿ” CVE Alert

CVE-2026-46617

UNKNOWN 0.0

Fission runtime pods automount the fission-fetcher service-account token into the user function container, granting function code namespace-wide secret / configmap read

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-250 CWE-269 CWE-538
Vendor fission
Product fission
Published Jun 10, 2026
Last Updated Jun 10, 2026
Stay Ahead of the Next One

Get instant alerts for fission fission

Be the first to know when new unknown vulnerabilities affecting fission fission are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

fission / fission
< 1.23.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fission/fission/security/advisories/GHSA-85g2-pmrx-r49q github.com: https://github.com/fission/fission/pull/3366 github.com: https://github.com/fission/fission/releases/tag/v1.23.0