CVE-2026-50568
CVE-2026-50568 is a low-severity vulnerability with a CVSS 3.x base score of 3.6. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-41.
Key facts
- Severity: Low (CVSS 3.x base score 3.6)
- EPSS exploit prediction: 0% (2nd percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-36072
- Weakness: CWE-41
- Published:
- Last modified:
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.
Frequently asked questions
- What is CVE-2026-50568?
- 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.
- How severe is CVE-2026-50568?
- CVE-2026-50568 has a CVSS 3.x base score of 3.6, rated low severity. It is exploitable over local access with high attack complexity, requires low privileges and no user interaction. Impact on confidentiality is low, integrity low, and availability none.
- Is CVE-2026-50568 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (2nd percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-50568?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2026-50568 have an EU (EUVD) identifier?
- Yes. CVE-2026-50568 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-36072.
- When was CVE-2026-50568 published?
- CVE-2026-50568 was published on 2026-06-10 and last updated on 2026-06-17.
References
- https://github.com/fission/fission/pull/3445
- https://github.com/fission/fission/pull/3446
- https://github.com/fission/fission/releases/tag/v1.25.0
- https://github.com/fission/fission/security/advisories/GHSA-r5jh-q2mw-gcx4
Other CWE-41 vulnerabilities
- CVE-2025-24470 — High (CVSS 8.6): An Improper Resolution of Path Equivalence vulnerability [CWE-41] in FortiPortal 7.4.0 through 7.4.2, 7.2.0 through…
- CVE-2026-5816 — High (CVSS 8.0): GitLab has remediated an issue in GitLab CE/EE affecting all versions from 18.10 before 18.10.4 and 18.11 before…
- CVE-2025-43298 — High (CVSS 7.8): A parsing issue in the handling of directory paths was addressed with improved path validation. This issue is fixed in…
- CVE-2024-30073 — High (CVSS 7.8): Windows Security Zone Mapping Security Feature Bypass Vulnerability
- CVE-2023-36396 — High (CVSS 7.8): Windows Compressed Folder Remote Code Execution Vulnerability
- CVE-2026-23674 — High (CVSS 7.5): Improper resolution of path equivalence in Windows MapUrlToZone allows an unauthorized attacker to bypass a security…