SCA: security update for github.com/fission/fission (GHSA-q6vm-xqc9-v3ff)

high Tenable Self-Hosted Container Security Plugin ID 445440

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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, 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. This issue has been patched in version 1.25.0.
(CVE-2026-50567)

Solution

Update the github.com/fission/fission library and its related packages to version 1.25.0 or later.

See Also

https://github.com/advisories/GHSA-q6vm-xqc9-v3ff

Plugin Details

Severity: High

ID: 445440

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 7/29/2026

Updated: 7/29/2026

Risk Information

VPR

Risk Factor: Low

Score: 3.3

Percentile: 51.26

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

Vector: CVSS2#AV:N/AC:L/Au:S/C:N/I:C/A:N

CVSS Score Source: CVE-2026-50567

CVSS v3

Risk Factor: High

Base Score: 7.7

Temporal Score: 6.7

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

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/28/2026

Vulnerability Publication Date: 6/10/2026

Reference Information

CVE: CVE-2026-50567

cwe: CWE-22