CVE-2026-50565 PUBLISHED

Fission builder pods auto-mount the fission-builder ServiceAccount token in the user-supplied builder container

Assigner: GitHub_M
Reserved: 04.06.2026 Published: 10.06.2026 Updated: 10.06.2026

Fission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. Prior to version 1.24.0, Fission builder pods were created with ServiceAccountName: fission-builder and no AutomountServiceAccountToken: false, so the kubelet auto-mounted the service-account token into every container in the pod — including the user-supplied builder image. This issue has been patched in version 1.24.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 4.9

Product Status

Vendor fission
Product fission
Versions
  • Version < 1.24.0 is affected

References

Problem Types

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