CVE-2026-50568

LOW EPSS 1.8%
Published Jun 10, 20263w ago · Modified Jun 17, 20262w ago
3.6 CVSS 3.1
Low
Find Similar
Published Jun 10, 2026 3w ago
Last Modified Jun 17, 2026 2w ago

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.

CVSS Details

Base Score
3.6
Exploitability
1.0
Impact
2.5
Vector string
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
Attack Vector Local
Attack Complexity High
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity Low
Availability None

Threat Intelligence

EPSS Exploit Probability
1.8% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-41

References 4

  • github.com https://github.com/fission/fission/pull/3445
  • github.com https://github.com/fission/fission/pull/3446
  • github.com https://github.com/fission/fission/releases/tag/v1.25.0
  • github.com https://github.com/fission/fission/security/advisories/GHSA-r5jh-q2mw-gcx4

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.