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

CVE-2026-50567: Fission: Zip Slip in pkg/utils/zip.go:Unarchive allows fetcher to write outside the destination directory

July 28, 2026

Unarchive in pkg/utils/zip.go joined each archive entry name with the destination directory via filepath.Join and wrote the result without checking whether the resolved path stayed under the destination. A zip entry named ../../tmp/evil therefore landed at /tmp/evil. An attacker who could control a Package.Spec.Source.URL or Deployment.URL archive could induce the fetcher (running as the per-environment pod’s fission-fetcher sidecar) to write files anywhere that process could reach: into other tenants’ /packages/<ns>/ directories, into mounted secret/config volumes, or into the fetcher’s own binary.

References

  • github.com/advisories/GHSA-q6vm-xqc9-v3ff
  • github.com/fission/fission/pull/3444
  • github.com/fission/fission/releases/tag/v1.25.0
  • github.com/fission/fission/security/advisories/GHSA-q6vm-xqc9-v3ff
  • nvd.nist.gov/vuln/detail/CVE-2026-50567

Code Behaviors & Features

Detect and mitigate CVE-2026-50567 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.25.0

Fixed versions

  • 1.25.0

Solution

Upgrade to version 1.25.0 or above.

Impact 7.7 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 15 Aug 2026 00:25:09 +0000.