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

CVE-2026-46614: Fission router exposes /fission-function/<ns>/<name> on its public listener, allowing invocation of any function without an HTTPTrigger

May 21, 2026 (updated June 10, 2026)

The Fission router registers an internal-style route — /fission-function/<name> and /fission-function/<ns>/<name> — for every Function object, independent of whether any HTTPTrigger exists for that function. The route was mounted on the same listener as user-defined HTTPTriggers (svc/router, port 8888), so any caller who could reach the router could invoke any function by guessing its metadata.name (and namespace), bypassing the host / path / method / method-allow-list restrictions encoded in HTTPTrigger objects.

References

  • github.com/advisories/GHSA-3g33-6vg6-27m8
  • github.com/fission/fission/pull/3365
  • github.com/fission/fission/pull/3369
  • github.com/fission/fission/releases/tag/v1.23.0
  • github.com/fission/fission/security/advisories/GHSA-3g33-6vg6-27m8
  • nvd.nist.gov/vuln/detail/CVE-2026-46614

Code Behaviors & Features

Detect and mitigate CVE-2026-46614 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.23.0

Fixed versions

  • 1.23.0

Solution

Upgrade to version 1.23.0 or above.

Impact 9.8 CRITICAL

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

Learn more about CVSS

Weakness

  • CWE-284: Improper Access Control
  • CWE-862: Missing Authorization

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 13 Jun 2026 00:16:32 +0000.