CVE-2026-50568
Last modified
CVE-2026-50568 is a low-severity vulnerability rated 3.6/10 on the CVSS scale. Fission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. Prior to version 1.25.0, SanitizeFilePath in pkg/utils/utils.go validated that a path stayed under a safe directory by calling strings.HasPrefix(path, safedir). EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
Fission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. Prior to version 1.25.0, SanitizeFilePath in pkg/utils/utils.go validated that a path stayed under a safe directory by calling strings.HasPrefix(path, safedir). This is a lexical check, not a directory boundary check: /packages-extra/evil starts with /packages, so it passed. The function did not enforce a path-separator boundary, so any sibling directory whose name began with the safe-directory string was accepted. Callers included the builder's Clean handler (pkg/builder/builder.go:208) and the fetcher's Fetch / Upload handlers (pkg/fetcher/fetcher.go). A tenant who could pre-create or control a sibling directory under the fetcher / builder's shared volume could induce a write or read outside the intended safe directory. This issue has been patched in version 1.25.0.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-50568?
How severe is CVE-2026-50568?
How do I fix CVE-2026-50568?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-50562FastGPT is a knowledge-based AI application platform. At com…9.3
- CVE-2026-50563Fission is an open-source, Kubernetes-native serverless fram…9.9
- CVE-2026-50564Fission is an open-source, Kubernetes-native serverless fram…9.9
- CVE-2026-50565Fission is an open-source, Kubernetes-native serverless fram…4.9
- CVE-2026-50566Fission is an open-source, Kubernetes-native serverless fram…9.9
- CVE-2026-50567Fission is an open-source, Kubernetes-native serverless fram…7.7
- CVE-2026-50569Fission is an open-source, Kubernetes-native serverless fram…4.3
- CVE-2026-5057ATEN Unizon RpcProvider Missing Authentication Denial-of-Ser…7.5
- CVE-2026-50570Fission is an open-source, Kubernetes-native serverless fram…8.5
- CVE-2026-50573pnpm is a package manager. Prior to 10.34.0 and 11.4.0, `pnp…8.1
- CVE-2026-50574yt-dlp is a command-line audio/video downloader. Prior to 20…9.6
- CVE-2026-5058aws-mcp-server Command Injection Remote Code Execution Vulne…9.8
Are you affected by CVE-2026-50568?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
