Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/fission/fission
  4. ›
  5. CVE-2026-46617

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

May 21, 2026 (updated June 1, 2026)

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.

References

  • github.com/advisories/GHSA-85g2-pmrx-r49q
  • github.com/fission/fission/pull/3366
  • github.com/fission/fission/releases/tag/v1.23.0
  • github.com/fission/fission/security/advisories/GHSA-85g2-pmrx-r49q
  • nvd.nist.gov/vuln/detail/CVE-2026-46617

Code Behaviors & Features

Detect and mitigate CVE-2026-46617 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.23.0

Fixed versions

  • 1.23.0

Solution

Upgrade to version 1.23.0 or above.

Weakness

  • CWE-250: Execution with Unnecessary Privileges
  • CWE-269: Improper Privilege Management
  • CWE-538: Insertion of Sensitive Information into Externally-Accessible File or Directory

Source file

go/github.com/fission/fission/CVE-2026-46617.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 10 Jun 2026 12:19:45 +0000.